agents-router
Installation
SKILL.md
Agents Router
Routes tasks to appropriate Task tool subagent types for parallel or specialized execution.
Available Agent Types
| Agent | Purpose | Best For |
|---|---|---|
| general-purpose | Multi-step research | Complex questions, code search |
| Explore | Codebase exploration | Find files, understand patterns |
| Plan | Implementation planning | Architecture, strategy |
| claude-code-guide | Claude Code help | Feature questions, how-to |
| orchestrator | Multi-domain coordination | Complex multi-agent workflows |
| strategy-analyzer | Deep strategic analysis | Refactoring, optimization |
| architect | Recursive decomposition | Complex system design |
| gemini | Long context analysis | Large codebases, multi-file bugs |
| researcher | Web research | Finding answers, investigating |
| engineer | Professional implementation | PRD execution, debugging |