What problem does it solve?
Skill-router prevents agents from acting on impulse by forcing every technical request through the correct Topia skill before any code is written, file is read, or decision is made. It reduces skipped steps, wrong-skill execution, and workflow drift by enforcing disciplined routing.
Core Features & Use Cases
- Universal request routing: Classifies user intent and sends build, debug, review, plan, or domain work to the appropriate skill.
- Adaptive overrides: Checks routing overrides and model hints so previously learned corrections can change the path when needed.
- Workflow enforcement: Applies hard gates for code changes, compound intent resolution, and quality constraints across the skill stack.
- Use case: A user asks to fix a bug and add tests, and the router chains the request through the correct skills in the right order instead of letting the agent improvise.
Quick Start
Use the skill-router logic to classify the request and route it through the correct Topia skill before answering.