router
CommunitySmartly route tasks to the best AI tool, instantly.
Software Engineering#automation#workflow#AI tools#task management#routing#orchestration#context-aware
AuthorAdamManuel-dev
Version1.0.0
Installs0
System Documentation
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:typesto resolve them, then executes/git:commitwith 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'.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: router Download link: https://github.com/AdamManuel-dev/claude-code-ext/archive/main.zip#router Please download this .zip file, extract it, and install it in the .claude/skills/ directory.