learn-skill.md
v1.0.4
Published
Install AI agent skills from learn-skill.md — the skill marketplace for AI agents
Downloads
45
Maintainers
Readme
learn-skill
Install AI agent skills from learn-skill.md — the skill marketplace for AI agents.
Quick Install
npx learn-skill add <slug>Usage
# install a skill (interactive agent picker)
npx learn-skill add my-skill
# install to a specific agent
npx learn-skill add my-skill -a claude
npx learn-skill add my-skill -a cursor
# skip confirmation
npx learn-skill add my-skill -a claude -y
# search for skills
npx learn-skill search "unit test"
# list recent skills
npx learn-skill list
# show supported agents
npx learn-skill agentsSupported Agents
| Agent | Skills Directory |
|-------|-----------------|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| Codex | ~/.codex/skills/ |
| Windsurf | ~/.windsurf/skills/ |
| Continue | ~/.continue/skills/ |
| OpenCode | ~/.opencode/skills/ |
| Amp | ~/.amp/skills/ |
The CLI auto-detects which agents are installed on your machine.
How It Works
- Fetches the skill from learn-skill.md
- Asks which agent(s) to install to (or use
-aflag) - Downloads the skill as
.tar.gz - Extracts to the agent's skills directory
Also works with
bunx learn-skill add my-skill
pnpm dlx learn-skill add my-skillLicense
MIT
