agent-usage-optimizer-baseline-route-defaults
Sub-skill of agent-usage-optimizer: Baseline Route Mapping (quota-agnostic defaults) (+1).
Best use case
agent-usage-optimizer-baseline-route-defaults is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of agent-usage-optimizer: Baseline Route Mapping (quota-agnostic defaults) (+1).
Teams using agent-usage-optimizer-baseline-route-defaults should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/baseline-route-mapping-quota-agnostic-defaults/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How agent-usage-optimizer-baseline-route-defaults Compares
| Feature / Agent | agent-usage-optimizer-baseline-route-defaults | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of agent-usage-optimizer: Baseline Route Mapping (quota-agnostic defaults) (+1).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 ```
Related Skills
portable-config-baseline-pattern
Extract machine-agnostic settings into portable template files while keeping machine-specific hooks and plugins separate
portable-baseline-pattern-implementation
Implement portable configuration baselines by separating machine-agnostic settings from machine-specific hooks and plugins
portable-baseline-pattern-extraction
Extract and separate portable baseline config from machine-specific overrides in multi-environment projects
portable-baseline-configuration-pattern
Separate portable/universal config from machine-specific settings to enable safe template reuse across environments
portable-baseline-config-pattern
Separate machine-portable baseline config from environment-specific hooks and plugins
seo-optimizer
SEO optimization toolkit with scoring, keyword research, and technical SEO auditing. Use for improving search rankings, content optimization, and technical SEO fixes. Based on alirezarezvani/Codex-skills.
usage-optimization
Optimize AI usage efficiency through script-first patterns, batch operations, and input preparation
agent-usage-optimizer
Reads quota state and recommends optimal Codex/Codex/Gemini allocation per task
skill-creator-advanced-usage
Sub-skill of skill-creator: Advanced Usage.
usage-tracker-5-trend-analysis
Sub-skill of usage-tracker: 5. Trend Analysis (+1).
usage-tracker-3-usage-summary-reports
Sub-skill of usage-tracker: 3. Usage Summary Reports (+1).
usage-tracker-1-basic-usage-logging
Sub-skill of usage-tracker: 1. Basic Usage Logging (+1).