vp-skills
Installation
SKILL.md
Agent Skills Management
Manage agent skills using the npx skills CLI from vercel-labs/agent-skills.
Use the pinned known-good CLI version skills@1.5.3 unless the user explicitly
asks to verify or use the latest CLI behavior.
Commands Overview
| Command | Purpose |
|---|---|
npx -y skills@1.5.3 add <repo> |
Install skills from repository |
npx -y skills@1.5.3 remove [names] |
Remove installed skills |
npx -y skills@1.5.3 list |
List installed skills |
npx -y skills@1.5.3 find [query] |
Search for skills interactively |
npx -y skills@1.5.3 update |
Update all skills to latest |
npx -y skills@1.5.3 check |
Check for available updates |
npx -y skills@1.5.3 init [name] |
Initialize a new skill |
Note: The
npx -yflag is for npx itself (auto-install theskillspackage). The-yflag onskills add/removecommands skips confirmation prompts — omit it in interactive contexts to let the user confirm before changes.
Related skills