One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill ecomode-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecomode
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/ecomode
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill ecomode-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ecomode reduces unnecessary usage of expensive model tiers while preserving effective task execution, helping teams control costs during Codex workflows.

Core Features & Use Cases

  • Cost-Aware Routing: Prefer low-cost agents for routine coding, analysis, search, and documentation tasks.
  • Tiered Escalation: Upgrade from low to medium or high tiers only when simpler agents fail or deeper reasoning is genuinely required.
  • Composable Execution: Combine cost optimization with persistent loops, parallel execution, and autonomous workflows.
  • Use Case: Run a large multi-file implementation with lower-cost agents first, escalating only the subtasks that need additional reasoning.

Quick Start

Activate ecomode with your preferred execution mode to route Codex tasks through the least expensive suitable agents.

Frequently Asked Questions about ecomode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce model costs during Codex task execution without losing quality?

To reduce model costs during Codex task execution, apply cost-aware agent delegation that routes routine coding and analysis to low-cost agents. This preserves task quality while controlling tier spending across persistent loops and autonomous workflows.

What is tiered escalation for autonomous coding workflows?

Tiered escalation is a cost optimization method that upgrades model tiers from low to medium or high only when simpler agents fail. It ensures autonomous workflows use deeper reasoning solely when genuinely required.

How do I configure ecomode for parallel execution in Codex?

You can configure ecomode for parallel execution by enabling it through configuration-based settings. This activates persistent state tracking to route parallel tasks through the least expensive suitable agents available.

Does cost-aware model routing work with multi-file implementation tasks?

Yes, cost-aware model routing supports multi-file implementation tasks by initially assigning them to lower-cost agents. It escalates only the specific subtasks that require additional reasoning to higher model tiers.

When should I avoid using low-cost agent delegation?

You should avoid relying solely on low-cost agent delegation when subtasks demonstrably fail or demand deeper reasoning. In these cases, tiered escalation rules upgrade the execution to medium or high model tiers to ensure success.