Agent skill
claude-routing
Skills for the Claude Code model routing system — managing persistent subagents (haiku/sonnet/opus).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/claude-routing
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?