Claude Routing Skills
/route
Explicitly evaluate and route a task to the appropriate subagent.
Usage: /route <task description>
Behavior:
- Evaluate task complexity
- Select model tier: haiku / sonnet / opus
- Scan conversation history for existing agent IDs
- Resume via
Agent(resume=id)or initialize new subagent - Return result to user
Examples:
/route znajdź wszystkie pliki zawierające useState→ Haiku/route zaimplementuj OAuth2 login→ Sonnet/route zdebuguj memory leak w worker thread→ Opus
/agents
Show status of persistent subagents in the current session.
Usage: /agents
Behavior: Scan conversation history and report:
haiku_id:<id>ornot initializedsonnet_id:<id>ornot initializedopus_id:<id>ornot initialized
Useful to verify which subagents are already running and can be resumed without re-initialization.