'Sub-skill of agent-usage-optimizer: Baseline Route Mapping (quota-agnostic
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill baseline-route-mapping-quota-agnostic-defaults --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Baseline Route Mapping Quota Agnostic Defaults?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-baseline-route-mapping-quota-agnostic-defaults)More formats (shields.io, HTML) on the badges page.
---
name: agent-usage-optimizer-baseline-route-defaults
description: 'Sub-skill of agent-usage-optimizer: Baseline Route Mapping (quota-agnostic
defaults) (+1).'
version: 1.0.0
category: ai
type: reference
scripts_exempt: true
---
# Baseline Route Mapping (quota-agnostic defaults) (+1)
## Baseline Route Mapping (quota-agnostic defaults)
| Route | Complexity | Primary | Secondary | Use For |
|-------|-----------|-----------------|------------------|--------------------------------------|
| A | Simple | Codex | Codex Haiku | Focused code gen, unit tests, debug |
| B | Standard | Codex Sonnet | Codex | Reviews, docs, standard features |
| C | Compound | Codex Opus | Codex Sonnet | Architecture, multi-file refactors |
| — | Bulk | Codex Haiku | Gemini | Summarisation, data processing |
| — | Long-ctx | Gemini | Codex Sonnet | Large file review, cross-repo scan |
## Quota-Adjusted Routing
Apply these overrides on top of baseline when quota thresholds are triggered:
```
IF claude_pct < 20%:
Route B primary → Codex (demote Sonnet; fallback secondary = Gemini)
Route C primary → Gemini (demote Opus; fallback secondary = Codex)
Emit CRITICAL warning before plan gate
ELIF claude_pct < 50%:
Route C primary remains Opus (preserve for compound/architecture only)
Route B primary → Codex (save Sonnet for Route C overflow)
Emit LOW warning before plan gate
ELSE (claude_pct >= 50%):
Use baseline route mapping above (Codex is the preferred quality provider)
ALWAYS:
Bulk operations → Codex Haiku regardless of quota level
Long-context → Gemini first when file count > 10 or token estimate > 50K
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!