vp-skills
Installation
SKILL.md
Agent Skills Management
Use the pinned known-good CLI version unless the user explicitly asks to check latest behavior:
npx -y skills@1.5.3 <command>
Defaults
- Prefer global installs for personal tooling:
-g. - Install to all supported agents by default:
--agent '*'. - Use
--allonly when installing all skills from a source to all agents. - Quote
'*'so the shell does not expand it. - Use
-yonly after the target source, skills, scope, and agents are known. - Treat
update,upgrade, andcheckas write-capable. Inskills@1.5.3,checkruns the same update flow and can install updates.