skill-routing
Installation
SKILL.md
Skill Routing
This is a strict guideline. Use this decision tree every time before creating or modifying a skill. Wrong placement causes skills to not load in the right context, or to pollute contexts where they don't belong.
The Six Packages
| Package | Directory | Contains | Repo |
|---|---|---|---|
ai-dev |
~/.kiro/skills/ai-dev/ |
Code quality, software craft | loxosceles/ai-dev |
agent-ops |
~/.kiro/skills/agent-ops/ |
How agents work: review pipelines, research, handoff, orchestration | loxosceles/agent-ops-skills |
shared |
~/.kiro/skills/shared/ |
Domain-agnostic tools: pdf, html, browser, publishing | loxosceles/shared-skills |
guitarizta |
~/.kiro/skills/guitarizta/ |
Guitarizta business, product, KB | loxosceles/guitarizta-skills |
local |
~/.kiro/skills/local/ |
This machine only: VPS, invoices, host-admin | loxosceles/local-skills |
3p/<vendor> |
~/.kiro/skills/3p/<vendor>/ |
Third-party packages, full install, never edited | upstream vendor repos |
| project | .kiro/skills/ in the project repo |
This project only | committed to the project |