What problem does it solve?
This Skill acts as a mandatory enforcement layer, ensuring that every agent action involving code, files, or technical decisions is routed through the correct, pre-defined skill, preventing unauthorized actions and enforcing a disciplined check-before-act protocol.
Core Features & Use Cases
- Mandatory Routing: Intercepts all user requests to ensure they are processed by the appropriate skill.
- Intent Classification: Categorizes requests into types like
CODE_CHANGE, QUESTION, DEBUG_REQUEST, etc., to determine enforcement levels.
- Use Case: When a user asks to "fix the login bug and add tests," this skill ensures the request is first routed to
rune:debug, then to rune:fix, and finally to rune:test, preventing the agent from attempting to fix the bug without proper debugging or testing procedures.
Quick Start
Use the skill-router to ensure all code-related requests are routed to the appropriate skill before execution.