smithery.ai

kungfu

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 Matrix

First seen Apr 7, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.0
Declared agents claude-code antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,214 B
  • docs SUMMARY.md 220 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

<objective> Discover, 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. </objective>

<discovery-strategy> Search GitHub and skills.sh for skill collections using:

  • https://skills.sh/ — The Agent Skills Directory with leaderboard, trending, and search
  • Repos matching "awesomeskills" or "claudeskills"
  • Repos containing SKILL.md files (query: path:SKILL.md claude)
  • Topics: claude-code, ai-skills, agent-skills

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. </discovery-strategy>

<skill-format> Valid skills: SKILL.md with frontmatter (name, "Use when..." description, triggers). Optional scripts/tool for executables (require user approval before install). </skill-format>

<quality-signals> Evaluate: GitHub stars, recent activity, SKILL.md quality, documentation, relevance to user's need.

Skip: No SKILL.md, abandoned (no commits in 1+ year AND unresponsive), <10 stars (unless from trusted source), duplicates already-installed skill. </quality-signals>

<security> If a skill includes executable scripts in scripts/, ALWAYS:

  1. Show the user the script contents
  2. Explain what the script does
  3. Get explicit approval before installing

Never auto-execute downloaded scripts. </security>

<installation> Install to the project's .claude/skills/<skill-name>/ directory. For global installation, use ~/.claude/skills/.

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

<workflows> <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>

<install>Fetch skill, run security review if scripts present, validate format, install to skills directory, verify it loads.</install>

<audit>List installed skills from .claude/skills/, check source repos for updates, identify unused skills for removal.</audit> </workflows>