# 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) ## 快速使用 ```bash git clone https://github.com/yeachan-heo/oh-my-claudecode && ./install.sh ``` 四种模式一键启动 Claude Code 多 Agent。 ## 什么是 oh-my-claudecode? 零学习曲线的 Claude Code 多 Agent 系统。4 种执行模式(Team/Autopilot/Ralph/Ultrawork)+ 19 专业 Agent + 智能模型路由。 **一句话总结**:零配置 Claude Code 多 Agent,4 种模式(团队/自动/持久/并行),19 Agent,智能模型路由省 30-50% token。 **适合人群**:希望简单使用多 Agent 的开发者。 ## 4 种模式 1. Team — 分阶段管线 2. Autopilot — 全自主 3. Ralph — 持久验证修复 4. Ultrawork — 最大并行 ## 常见问题 **Q: 和 everything-claude-code 比?** A: oh-my-claudecode 更简单(4 模式 19 Agent),everything 更大(38 Agent 156 Skill)。 ## 来源与致谢 > [yeachan-heo/oh-my-claudecode](https://github.com/yeachan-heo/oh-my-claudecode) --- Source: https://tokrepo.com/en/workflows/a318b055-48cd-48fe-ab7a-48279ef9d2cf Author: Skill Factory