skill-router
Installation
SKILL.md
Skill Router
HARD-GATE
Non-negotiable: no implementation code until a test exists, runs, and fails for the right reason (feature missing, not config/syntax).
ALWAYS identify the matching skill and name it explicitly as the next skill to use before responding further (see Output Style for the required format).
Core Process
Triages and decomposes any Ruby request into ordered sub-tasks, then delegates to the correct specialized skill.
When a task arrives, identify the matching skill from the table below and route to it using the format defined in Output Style before responding further.