intelligent-routing

Analyzes user requests and routes them to matching specialist agents automatically.

41|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill intelligent-routing-devayoshaus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: intelligent-routing
Source: https://github.com/DevayoshaUS/Women-scholarship/tree/main/hackathon-main%20%281%29/hackathon-main/.agent/skills/intelligent-routing
Command: npx skills add https://github.com/DevayoshaUS/Women-scholarship --skill intelligent-routing-devayoshaus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users must know which specialist agent to invoke for each task, and manually selecting agents with explicit mentions or commands adds friction and requires knowledge of the system's architecture. ## Core Features & Use Cases - Automatic Request Analysis: Classifies each user request by keywords, domains, and complexity before responding. - Agent Selection Matrix: Maps intents like authentication, UI components, APIs, databases, bugs, tests, and deployments to the appropriate specialist agents. - Complexity-Based Routing: Routes simple tasks to a single agent, moderate tasks to 2-3 agents, and complex multi-domain tasks to an orchestrator. - Use Case: A user types "Add login with JWT" and the system automatically applies the security-auditor and backend-specialist agents without any explicit command. ## Quick Start Ask the assistant to handle any development task such as fixing a login bug and it will automatically select and apply the right specialist agent.

Frequently Asked Questions about intelligent-routing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does automatic agent selection work for user requests?▼

The system analyzes each request for keywords, domains, and complexity before responding. It matches detected patterns against a selection matrix and auto-invokes the corresponding specialist agent, informing the user which expertise is being applied.

How do I route complex multi-domain tasks to multiple agents?▼

When a request matches two or more domains from different categories, the orchestrator agent is auto-invoked. The orchestrator coordinates the relevant specialists such as security-auditor, frontend-specialist, and test-engineer sequentially.

Can I override the automatic agent selection manually?▼

Yes, explicitly mentioning an agent with @agent-name overrides the auto-selection. The explicitly mentioned agent is used instead of the one chosen by the routing analysis.

What happens when a request is too vague to route?▼

For unclear requests like "make it better", the system asks clarifying questions first instead of guessing. Once the intent is clear, it routes to the appropriate specialist agent.

Does intelligent routing bypass clarification workflows?▼

No, auto-routing does not bypass the Socratic Gate. If a task is unclear, questions are asked first, and explicit routing rules in GEMINI.md take priority over the default intelligent routing behavior.