Known curated collections (verify availability before citing):
- skills.sh — Open ecosystem with install counts, security audits, and trending data
- VoltAgent/awesome-agent-skills
- composioHQ/awesome-claude-code-skills
- sickn33/antigravity-awesome-skills
If curated lists are unavailable, search GitHub directly. Prioritize repos updated
within 6 months with meaningful star counts.
Skip: No SKILL.md, abandoned (no commits in 1+ year AND unresponsive), <10 stars
(unless from trusted source), duplicates already-installed skill.
Never auto-execute downloaded scripts.
Before installing:
- Check for existing skill with same name
- If conflict: ask user to overwrite, rename, or skip
After downloading:
- Validate SKILL.md parses without YAML errors
- Confirm required frontmatter (name, description, triggers) exists
- Test with
/skill <name> or a natural trigger phrase
If install fails: Remove any partially downloaded files and report the specific
failure.
Fetch skill, run security review if scripts present, validate format, install
to skills directory, verify it loads.
List installed skills from .claude/skills/, check source repos for updates,
identify unused skills for removal.
1---2name: kungfu3description: Use when finding new AI agent skills, discovering capabilities, installing skills from GitHub, searching skill marketplaces, or expanding what Claude can do - like Neo downloading martial arts in The Matrix4---56<objective>7Discover, evaluate, and install AI agent skills from the ecosystem. Like Neo downloading kung fu in The Matrix - expand capabilities by finding and integrating new skills.8</objective>910<discovery-strategy>11Search GitHub and skills.sh for skill collections using:12- https://skills.sh/ — The Agent Skills Directory with leaderboard, trending, and search13- Repos matching "awesome*skills" or "claude*skills"14- Repos containing SKILL.md files (query: `path:SKILL.md claude`)15- Topics: claude-code, ai-skills, agent-skills1617Known curated collections (verify availability before citing):1819- skills.sh — Open ecosystem with install counts, security audits, and trending data20- VoltAgent/awesome-agent-skills21- composioHQ/awesome-claude-code-skills22- sickn33/antigravity-awesome-skills2324If curated lists are unavailable, search GitHub directly. Prioritize repos updated25within 6 months with meaningful star counts. </discovery-strategy>2627<skill-format>28Valid skills: SKILL.md with frontmatter (name, "Use when..." description, triggers). Optional scripts/tool for executables (require user approval before install).29</skill-format>3031<quality-signals>32**Evaluate:** GitHub stars, recent activity, SKILL.md quality, documentation, relevance to user's need.3334**Skip:** No SKILL.md, abandoned (no commits in 1+ year AND unresponsive), <10 stars35(unless from trusted source), duplicates already-installed skill. </quality-signals>3637<security>38If a skill includes executable scripts in `scripts/`, ALWAYS:391. Show the user the script contents402. Explain what the script does413. Get explicit approval before installing4243Never auto-execute downloaded scripts. </security>4445<installation>46Install to the project's `.claude/skills/<skill-name>/` directory. For global installation, use `~/.claude/skills/`.4748**Before installing:**4950- Check for existing skill with same name51- If conflict: ask user to overwrite, rename, or skip5253**After downloading:**5455- Validate SKILL.md parses without YAML errors56- Confirm required frontmatter (name, description, triggers) exists57- Test with `/skill <name>` or a natural trigger phrase5859**If install fails:** Remove any partially downloaded files and report the specific60failure. </installation>6162<workflows>63<search>Query GitHub and curated lists, evaluate candidates against quality signals, present top 3-5 options with name, description, star count, last update, and install instructions.</search>6465<install>Fetch skill, run security review if scripts present, validate format, install66to skills directory, verify it loads.</install>6768<audit>List installed skills from `.claude/skills/`, check source repos for updates,69identify unused skills for removal.</audit> </workflows>