63-agent skills auto-sync via canonical junctions
Skills → 63-agent canonical junctions (instant propagation)
Canonical
C:/d/oriz/repos/own/infra/agent-skills/ (60 skills, git submodule of chirag127/agent-skills PUBLIC)
Strategy
Every agent's global skills path is a Windows directory junction pointing at canonical. Edit skill in canonical → all 63 agents see it INSTANTLY.
Coverage — 63 agents
(See wire-all-agent-skills.ps1 for full path table) Highlights: Claude Code, OpenCode, Kilo, Codex, Gemini CLI, Cursor, Windsurf, Continue, Goose, Antigravity, Qwen, GH Copilot, Cline, Roo, Rovo Dev, and 47 others.
Workflow now
- Add skill: mkdir canonical/new-skill/ → visible everywhere
- Edit skill: just edit the file
- Delete skill: rm -rf canonical/skill-name/
- Cross-machine: git commit + push → other laptops git pull → junctions already exist → instant
Supersedes
skills-cli-canonical (npx skills copy-based approach) — copies are slow + drift-prone. Junctions are OS-level, zero latency.
Script
C:/d/oriz/scripts/wire-all-agent-skills.ps1 — idempotent, -DryRun, -AgentFilter flags