Using skillshare with Codex
From install to first sync — 5 minutes.
Prerequisites
- OpenAI Codex CLI installed and working
- macOS, Linux, or Windows
Step 1: Install skillshare
curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh | sh
Step 2: Initialize
skillshare init
This detects Codex's skill directory (~/.codex/skills/) and adds it as a target automatically.
Step 3: Install Your First Skill
skillshare install runkids/my-skills
Step 4: Sync
skillshare sync
Skills are symlinked to ~/.codex/skills/.
Step 5: Verify
ls ~/.codex/skills/
You should see your installed skill symlinked.
Codex-Specific Notes
- Skill path:
~/.codex/skills/(global) or.agents/skills/(project) - Description limit: Codex has a 1024-character limit on skill descriptions. Keep the
descriptionfield inSKILL.mdfrontmatter concise - Project mode: Run
skillshare init -pto manage project-level Codex skills