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

  1. Project scope only. Never pass -g. All skills install under .agents/skills/ in the current project directory.
  2. Idempotent. Re-running installs new skills and updates existing ones. Safe to invoke repeatedly.
  3. All agents, all skills. Uses --all which implies --skill '*', --agent '*', and -y.
  4. 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:

Installs
20
Repository
sanxzy/skills
First Seen
May 13, 2026
install-xzy-skills — sanxzy/skills