ecomode
Installation
SKILL.md
Ecomode Skill
Token-efficient model routing. This is a MODIFIER, not a standalone execution mode.
What Ecomode Does
Overrides default model selection to prefer cheaper tiers:
| Default Tier | Ecomode Override |
|---|---|
| HIGH (opus) | MEDIUM (sonnet), HIGH only if essential |
| MEDIUM (sonnet) | LOW (haiku) first, MEDIUM if fails |
| LOW (haiku) | LOW (haiku) - no change |
What Ecomode Does NOT Do
- Persistence: Use
ralphfor "don't stop until done" - Parallel Execution: Use
ultraworkfor parallel agents - Delegation Enforcement: Always active via core orchestration
Related skills
More from yeachan-heo/oh-my-claudecode
hud
Configure HUD display options (layout, presets, display elements)
524deepinit
Deep codebase initialization with hierarchical AGENTS.md documentation
433autopilot
Full autonomous execution from idea to working code
426ralph
Self-referential loop until task completion with configurable verification reviewer
415omc-setup
Install or refresh oh-my-claudecode for plugin, npm, and local-dev setups from the canonical setup flow
406ultrawork
Parallel execution engine for high-throughput task completion
404