ecomode

Orchestrate Haiku and Sonnet agents for parallel, token-efficient task execution.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/suhwan/claude-registry --skill ecomode-suhwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecomode
Source: https://github.com/suhwan/claude-registry/tree/main/skills/orchestration/ecomode
Command: npx skills add https://github.com/suhwan/claude-registry --skill ecomode-suhwan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token-efficient parallel execution is achieved by orchestrating Haiku and Sonnet agents to run tasks concurrently while prioritizing low-cost tiers to minimize token usage.

Core Features & Use Cases

  • Parallel Execution: Run multiple agents in parallel for independent tasks.
  • Token-conscious Routing: Prefer Haiku and Sonnet agents, avoiding Opus unless essential.
  • Background Operations: Use run_in_background to handle long-running tasks.
  • Persistence Enforcement: Do not stop until all tasks are verified complete.
  • Cost Optimization: Maintain quality while reducing token consumption.

Quick Start

Activate ecomode by enabling run_in_background for tasks that can run in parallel and let low-tier Haiku/Sonnet agents handle execution routing.

Frequently Asked Questions about ecomode

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

FAQPage Schema
How do I reduce token usage when running parallel agents for multi-domain tasks?

Token-efficient parallel execution is achieved by orchestrating Haiku and Sonnet agents together, prioritizing low-cost tiers to minimize token consumption while handling independent tasks concurrently through tier-based routing.

What is tier-based agent routing and how does it optimize multi-agent coordination?

Tier-based agent routing optimizes multi-agent coordination by directing tasks to low-cost Haiku and Sonnet models first, avoiding Opus unless essential. This enforces strict routing rules to maintain execution quality while reducing overall token consumption.

How do I run long-running tasks in the background without blocking parallel execution?

You can run long-running tasks in the background by enabling run_in_background mode. This allows independent multi-domain tasks to dispatch concurrently while persistence enforcement ensures all operations complete safely before state cleanup.

Can I use Haiku and Sonnet agents for parallel dispatch without sacrificing execution safety?

Yes, Haiku and Sonnet agents can execute parallel dispatch safely through strict routing enforcement, background execution, and persistence guarantees. State cleanup operates continuously to ensure scalable, cost-conscious operation across multi-domain tasks.

When should I use token-efficient parallel execution instead of standard sequential agent routing?

Use token-efficient parallel execution for multi-domain tasks requiring parallel dispatch with cost-conscious throughput. It is essential when you need background processing for long-running tasks and want to minimize token consumption across independent operations.