install-xzy-skills
Installation
SKILL.md
Install XZY Skills
Run npx skills add sanxzy/Skills --all to install every skill from the sanxzy/Skills GitHub repository into the current project, targeting all agent directories via symlinks.
Core rules
- Project scope only. Never pass
-g. All skills install under.agents/skills/in the current project directory. - Idempotent. Re-running installs new skills and updates existing ones. Safe to invoke repeatedly.
- All agents, all skills. Uses
--allwhich implies--skill '*',--agent '*', and-y. - Summary, not raw output. Parse the CLI output and report a brief summary — do not dump stdout to the user.
Workflow
1. Run the install
Execute: