Skip to content

bbondy/agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agents

Shareable agent skills for Codex, Claude, Cursor, Copilot, and Gemini CLI.

Layout

skills/
  your-skill-name/
    SKILL.md
link-skills.sh

Each skill should live in its own directory under skills/ and include a SKILL.md.

Link local skills

Run:

./link-skills.sh

This creates symlinks for every valid skill in:

  • ~/.codex/skills
  • ~/.claude/skills
  • ~/.cursor/skills-cursor if present, otherwise ~/.cursor/skills
  • ~/.copilot/skills
  • ~/.gemini/skills

Only subdirectories under skills/ that contain SKILL.md are linked.

Options

./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 unlink

You 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages