kung-fulisted
Install: claude install-skill johnhenry/kung-fu
## 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