skills/retry/SKILL.md
Retry the last query with an escalated model
npx skillsauth add 0xrdan/claude-router retryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Retry the last query with a more capable model when the initial attempt failed or was insufficient.
When a query routed to a cheaper model (Haiku or Sonnet) produces unsatisfactory results, errors, or timeouts, use /retry to:
/retry # Escalate to next tier
/retry deep # Force escalation to Opus
/retry standard # Force escalation to Sonnet
~/.claude/router-session.json)fast (Haiku) -> standard (Sonnet)standard (Sonnet) -> deep (Opus)deep (Opus) -> Already at max, suggest different approachWhen this skill is invoked:
deep/opus or standard/sonnet?
~/.claude/router-session.jsonfast: Escalate to standardstandard: Escalate to deepdeep: Already at max, suggest different approachCRITICAL: If user specifies a model (/retry deep, /retry standard), use exactly that model. No exceptions.
User ran a complex refactoring query that was routed to Haiku. Haiku produced incomplete results.
User: /retry
Assistant: Escalating from Haiku to Sonnet...
Re-running your refactoring query with more capable model.
[Spawns standard-executor with the original query]
tools
Display Claude Router usage statistics and cost savings
tools
List and toggle official plugin integrations
development
Generate HTML analytics dashboard for routing statistics
data-ai
Manually route a query to the optimal Claude model (Haiku/Sonnet/Opus)