kung-fu

Solid

A package manager for AI knowledge. Meta-skill for on-demand skill discovery and installation — search curated local repositories or the global skills.sh registry. Self-teaching capability that finds, evaluates, and installs relevant skills when the agent lacks expertise. Use when encountering unfamiliar frameworks, languages, tools, or domains. Use when you need to "learn a skill", "find skills for X", "search for skills", or when you lack expertise in a specific technology.

AI & Automation 183 stars 39 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
75
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Learning Skills ### Overview This skill runs in a forked context and helps you discover and install relevant skills for a given task using a two-tier approach: 1. **Local repositories** (preferred): Search through known, validated repositories in @./SKILL_REPOSITORIES.md 2. **Remote search** (fallback): Query the skills.sh API to discover skills from the broader ecosystem **Context:** When invoked, use `$ARGUMENTS` to understand what skills are needed. For example, if invoked as `/kung-fu Flask API with authentication`, search for Flask and authentication-related skills. First, run the `add-skill` CLI with the help flag to get a general understanding of what it does and how it works: ```bash npx -y add-skill --help ``` ### Source Formats The CLI accepts multiple repository formats: | Format | Example | |--------|---------| | GitHub shorthand | `vercel-labs/agent-skills` | | Full GitHub URL | `https://github.com/vercel-labs/agent-skills` | | Direct skill path | `https://github.com/vercel-labs/agent-skills/tree/main/skills/frontend-design` | | GitLab repository | `https://gitlab.com/org/repo` | | Generic git URL | `git@github.com:vercel-labs/agent-skills.git` | ### CLI Flags Reference | Flag | Purpose | |------|---------| | `-l, --list` | Display available skills without installing | | `-s, --skill <skills...>` | Install only specified skills by name | | `-a, --agent <agents...>` | Target specific agents (see @./AGENTS.md) | | `-g, --global` | Install to user dire...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
1 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

kung-fu

A package manager for AI knowledge. Meta-skill for on-demand skill discovery and installation — search curated local repositories or the global skills.sh registry. Self-teaching capability that finds, evaluates, and installs relevant skills when the agent lacks expertise. Use when encountering unfamiliar frameworks, languages, tools, or domains. Use when you need to "learn a skill", "find skills for X", "search for skills", or when you lack expertise in a specific technology.

3 Updated 1 months ago
majiayu000
AI & Automation Listed

kung-fu

A package manager for AI knowledge. Meta-skill for on-demand skill discovery and installation — search curated local repositories or the global skills.sh registry. Self-teaching capability that finds, evaluates, and installs relevant skills when the agent lacks expertise. Use when encountering unfamiliar frameworks, languages, tools, or domains. Use when you need to "learn a skill", "find skills for X", "search for skills", or when you lack expertise in a specific technology.

0 Updated 4 months ago
johnhenry
Testing & QA Solid

find-skills

Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'.

1,177 Updated today
rohitg00
AI & Automation Solid

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

46,699 Updated today
CherryHQ
AI & Automation Listed

find-skills

Helps users discover and recommend agent skills that are ALREADY installed locally on the host (Claude Code, Cursor, Codex, generic agents), without any network call or external CLI. Use when the user asks "how do I do X", "is there a skill for X", "find a skill", "what skills do I have", "list my skills", "which skills are installed", "do I have a skill that can…", or expresses interest in extending capabilities with what's already on disk. Strictly local: never runs `npx skills find`, `npx skills add`, `npx skills update`, or fetches from skills.sh.

1 Updated today
Firzus