What problem does it solve?
Users often struggle to identify the most appropriate AI Skill, Agent, or Command for their specific task, leading to inefficient workflows and missed capabilities. This skill acts as an intelligent orchestrator, analyzing requests and project context to direct tasks to the optimal tool.
Core Features & Use Cases
- Intent Analysis: Parses user requests to extract action, domain, scope, and urgency, understanding the core need.
- Context Awareness: Gathers real-time project state (Git status, diagnostics, file types) to make informed routing decisions.
- Decision Engine: Combines intent and context with pattern matching and confidence scoring to select the best tool(s).
- Execution Coordination: Manages single, sequential, or parallel invocation of tools, streamlining complex workflows.
- Use Case: You ask "fix my code and commit it". The router automatically detects existing TypeScript errors, runs
/fix:types to resolve them, then executes /git:commit with a conventional message, saving you multiple manual steps and ensuring a clean commit.
Quick Start
Use the router skill to route this: 'review my code and fix any issues'.