# oh-my-claudecode — Zero-Config Multi-Agent System > Zero learning curve multi-agent orchestration for Claude Code. Includes team mode, autopilot, Ralph persistent execution, and ultrawork parallel mode with 19 specialized agents. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash git clone https://github.com/yeachan-heo/oh-my-claudecode cd oh-my-claudecode ./install.sh ``` ```bash # Team mode — staged pipeline /team "Build a REST API for user management" # Autopilot — fully autonomous /autopilot "Add authentication to the app" # Ralph — persistent verify-fix loops /ralph "Fix all failing tests" # Ultrawork — maximum parallelism /ultrawork "Refactor all controllers to async" ``` ## What is oh-my-claudecode? oh-my-claudecode is a "zero learning curve" multi-agent orchestration system for Claude Code. It provides 4 execution modes and 19 specialized agents with intelligent model routing — Haiku for simple tasks, Opus for complex ones. The emphasis is on simplicity: just pick a mode and describe your task. **Answer-Ready**: oh-my-claudecode adds 4 multi-agent execution modes to Claude Code: Team (staged pipeline), Autopilot (autonomous), Ralph (persistent verify-fix), Ultrawork (max parallelism). 19 agents with tier routing. Zero learning curve. 30-50% token savings. **Best for**: Developers wanting simple multi-agent without complex configuration. **Works with**: Claude Code. **Setup time**: Under 2 minutes. ## Execution Modes ### 1. Team Mode (Staged Pipeline) ``` Plan → Design → Execute → Verify → Fix Each stage has dedicated agents ``` ### 2. Autopilot (Autonomous) ``` Describe task → Agent handles everything end-to-end No interaction needed ``` ### 3. Ralph (Persistent) ``` Execute → Verify → Fix → Verify → Fix → ... Loops until all tests pass or criteria met ``` ### 4. Ultrawork (Parallel Burst) ``` Maximum parallelism for large refactors Multiple agents work simultaneously on different files ``` ## 19 Specialized Agents | Category | Agents | |----------|--------| | Planning | Planner, Architect, Researcher | | Implementation | Coder, Refactorer, Migrator | | Quality | Reviewer, Tester, Security Auditor | | DevOps | Deployer, CI/CD Specialist | | Documentation | Doc Writer, API Documenter | ## Intelligent Model Routing | Task Complexity | Model | |----------------|-------| | Simple (formatting, comments) | Haiku | | Standard (features, fixes) | Sonnet | | Complex (architecture, security) | Opus | Result: 30-50% token savings compared to using Opus for everything. ## Key Features - **Custom skill system** — Add domain-specific skills - **HUD statusline** — Real-time agent status display - **Smart routing** — Right model for right task - **Token savings** — 30-50% reduction ## FAQ **Q: How does it compare to everything-claude-code?** A: oh-my-claudecode prioritizes simplicity (4 clear modes, 19 agents). everything-claude-code is larger (38 agents, 156 skills) but more complex. **Q: What is Ralph mode?** A: Named after "Ralph breaks the internet" — it persistently executes and fixes until the task is truly done. ## Source & Thanks > Created by [Yeachan Heo](https://github.com/yeachan-heo). > > [yeachan-heo/oh-my-claudecode](https://github.com/yeachan-heo/oh-my-claudecode) ## Quick Use ```bash git clone https://github.com/yeachan-heo/oh-my-claudecode && ./install.sh ``` Launch Claude Code multi-agent mode with one command — four modes available. ## What is oh-my-claudecode? A zero-learning-curve Claude Code multi-agent system. Four execution modes (Team/Autopilot/Ralph/Ultrawork) + 19 specialized agents + intelligent model routing. **TL;DR**: Zero-config Claude Code multi-agent. Four modes (team/autonomous/persistent/parallel), 19 agents, smart model routing saves 30–50% tokens. **Best for**: Developers who want multi-agent workflows without the complexity. ## 4 Modes 1. Team — Staged pipeline 2. Autopilot — Fully autonomous 3. Ralph — Persistent verify-and-fix 4. Ultrawork — Maximum parallelism ## FAQ **Q: How does it compare to everything-claude-code?** A: oh-my-claudecode is simpler (4 modes, 19 agents); everything-claude-code is larger (38 agents, 156 skills). ## Source & Thanks > [yeachan-heo/oh-my-claudecode](https://github.com/yeachan-heo/oh-my-claudecode) --- Source: https://tokrepo.com/en/workflows/oh-my-claudecode-zero-config-multi-agent-system-a318b055 Author: Skill Factory