router

Community

Smartly route tasks to the best AI tool, instantly.

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: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'.

Dependency Matrix

Required Modules

None required

Components

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.
View Source Repository