smart-routing

Community

Intelligently routes requests, always knows what to do.

Authorwasintoh
Version1.0.0
Installs0

System Documentation

What problem does it solve?

AI often struggles with ambiguous user requests or complex workflows, leading to confusion or incorrect actions. This Skill acts as an intelligent router, ensuring every request is directed to the most appropriate agent or action, streamlining your interaction with the AI.

Core Features & Use Cases

  • Intent Classification Matrix: Analyzes keywords, context, and memory to accurately determine user intent (e.g., create UI, fix bug, connect backend).
  • Confidence Scoring Algorithm: Assesses the clarity of the request, deciding whether to execute directly, plan first, or ask for clarification, ensuring efficient task handling.
  • IDE-Aware Execution: Adapts multi-agent strategy based on the detected IDE (e.g., parallel execution in Claude Code, sequential in others) for optimized performance.
  • Use Case: You simply say 'fix it', and this skill, leveraging project memory, understands you mean 'fix the recently introduced bug on the dashboard' and routes the request to the Fix Agent, without needing further clarification, saving you time.

Quick Start

Use the smart-routing skill to handle the request 'build e-commerce'.

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: smart-routing
Download link: https://github.com/wasintoh/toh-framework/archive/main.zip#smart-routing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository