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

Related Skills