skills
Installation
SKILL.md
skills CLI
skills (npm skills, repo vercel-labs/skills, index at skills.sh) installs SKILL.md folders from any git source into the skill directory of ~70 coding agents — Claude Code, Codex, Cursor, OpenCode and the rest. One canonical copy, symlinked into each agent, so a skill written once is available everywhere.
Run it with npx skills <command>. The CLI's own --help is the source of truth for flags; this document carries what --help does not confess.
Commands
| Command | What it does |
|---|---|
add <source> |
Install skills from a source (see below) |
use <source> |
Print a prompt for one skill without installing; --agent starts that agent with it |
list (ls) |
List installed skills |
find [query] |
Search the ecosystem; --owner <org> scans every repo of an org |
update [skills...] |
Pull the latest version of installed skills |
remove [skills...] (rm) |
Uninstall from agents |
init [name] |
Scaffold a SKILL.md template |
Common flags on add: -s, --skill <names...> (quote names containing spaces, '*' for all), -a, --agent <ids...>, -l, --list to inspect a repo without installing, -g, --global, -y, --yes, --all, --copy.