Shareable agent skills for Codex, Claude, Cursor, Copilot, and Gemini CLI.
skills/
your-skill-name/
SKILL.md
link-skills.sh
Each skill should live in its own directory under skills/ and include a SKILL.md.
Run:
./link-skills.shThis creates symlinks for every valid skill in:
~/.codex/skills~/.claude/skills~/.cursor/skills-cursorif present, otherwise~/.cursor/skills~/.copilot/skills~/.gemini/skills
Only subdirectories under skills/ that contain SKILL.md are linked.
./link-skills.sh --dry-run
./link-skills.sh --codex-only
./link-skills.sh --claude-only
./link-skills.sh --cursor-only
./link-skills.sh --copilot-only
./link-skills.sh --gemini-only
./link-skills.sh unlinkYou can override the default install locations with CODEX_HOME, CLAUDE_HOME, CURSOR_HOME, COPILOT_HOME, GEMINI_HOME, the corresponding *_SKILLS_DIR variables, or SKILLS_DIR.