ecomode
π―Skillfrom yeachan-heo/oh-my-claudecode
Optimizes task AI model selection and task distribution to minimize tokengen usage while maintaining reasonable performance for cost-conscious projects. projects Human Image 1: Image 2: is urry C...
Installation
npx skills add https://github.com/yeachan-heo/oh-my-claudecode --skill ecomodeSkill Details
Overview
 # oh-my-claudecode [](https://www.npmjs.com/package/oh-my-claude-sisyphus) [](https://www.npmjs.com/package/oh-my-claude-sisyphus) [](https://github.com/Yeachan-Heo/oh-my-claudecode/stargazers) [](https://opensource.org/licenses/MIT) Multi-agent orchestration for Claude Code. Zero learning curve. Don't learn Claude Code. Just use OMC. [Get Started](#quick-start) β’ [Documentation](https://yeachan-heo.github.io/oh-my-claudecode-website) β’ [Migration Guide](docs/MIGRATION.md)
---
Quick Start
Step 1: Install
```bash
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
```
Step 2: Setup
```bash
/oh-my-claudecode:omc-setup
```
Step 3: Build something
```
autopilot: build a REST API for managing tasks
```
That's it. Everything else is automatic.
---
Why oh-my-claudecode?
- Zero configuration required - Works out of the box with intelligent defaults
- Natural language interface - No commands to memorize, just describe what you want
- Automatic parallelization - Complex tasks distributed across specialized agents
- Persistent execution - Won't give up until the job is verified complete
- Cost optimization - Smart model routing saves 30-50% on tokens
- Learn from experience - Automatically extracts and reuses problem-solving patterns
- Real-time visibility - HUD statusline shows what's happening under the hood
---
Features
Execution Modes
Multiple strategies for different use cases - from fully autonomous builds to token-efficient refactoring. [Learn more β](https://yeachan-heo.github.io/oh-my-claudecode-website/execution-modes)
| Mode | Speed | Use For |
|------|-------|---------|
| Autopilot | Fast | Full autonomous workflows |
| Ultrapilot | 3-5x faster | Multi-component systems |
| Ecomode | Fast + 30-50% cheaper | Budget-conscious projects |
| Swarm | Coordinated | Parallel independent tasks |
| Pipeline | Sequential | Multi-stage processing |
Intelligent Orchestration
- 32 specialized agents for architecture, research, design, testing, data science
- Smart model routing - Haiku for simple tasks, Opus for complex reasoning
- Automatic delegation - Right agent for the job, every time
Developer Experience
- Magic keywords -
ralph,ulw,eco,planfor explicit control - HUD statusline - Real-time orchestration metrics in your status bar
- Skill learning - Extract reusable patterns from your sessions
- Analytics & cost tracking - Understand token usage across all sessions
[Full feature list β](docs/REFERENCE.md)
---
Magic Keywords
Optional shortcuts for power users. Natural language works fine without them.
| Keyword | Effect | Example |
|---------|--------|---------|
| autopilot | Full autonomous execution | autopilot: build a todo app |
| ralph | Persistence mode | ralph: refactor auth |
| ulw | Maximum parallelism | ulw fix all errors |
| eco | Token-efficient execution | eco: migrate database |
| plan | Planning interview | plan the API |
Combine them: ralph ulw: migrate database = persistence + parallelism
---
Documentation
- [Full Reference](docs/REFERENCE.md) - Complete feature documentation
- [Website](https://yeachan-heo.github.io/oh-my-claudecode-website) - Interactive guides and examples
- [Migration Guide](docs/MIGRATION.md) - Upgrade from v2.x
- [Architecture](docs/ARCHITECTURE.md) - How it works under the ho
More from this repository10
Provides interactive guidance and documentation for oh-my-claudecode's features, commands, and usage within the Claude Code environment.
Configures and initializes local development environment and skill dependencies for the oh-my-claudecode project, enabling seamless local skill integration and setup.
Orchestrates complex multi-component system development with advanced parallelization and coordination, enabling 3-5x faster execution compared to standard autonomous workflows.
Extracts and learns problem-solving strategies from completed tasks to improve future code generation and task execution efficiency.
Coordinates and manages multi-agent task execution, dynamically distributing complex workflows across specialized AI agents with intelligent routing and parallel processing.
Performs advanced, multi-step question answering and analysis by dynamically breaking down complex queries into precise sub-tasks and synthesizing comprehensive, contextually-aware responses.
doctor skill from yeachan-heo/oh-my-claudecode
Generates a detailed, step-by-step project implementation strategy by breaking down complex tasks into manageable components and outlining a systematic execution approach.
Sequentially processes complex tasks through multiple specialized agents, executing stages in a coordinated, step-by-step workflow.
autopilot skill from yeachan-heo/oh-my-claudecode