Loading...
Loading...
Use when you need Teams-first multi-agent orchestration in Claude Code. Triggers on: omc, autopilot, ralph, ulw, ccg, team. 29+ specialized agents, smart model routing (Haiku→Opus), persistent execution loops, skill layers, real-time HUD.
npx skill4agent add akillness/oh-my-skills omc/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode/oh-my-claudecode:omc-setupautopilot: build a REST API for managing tasksnpm alternative:npm install -g oh-my-claude-sisyphus
~/.claude/settings.json{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}| Mode | What it is | Use For |
|---|---|---|
| Team (canonical) | 5-stage pipeline: | Coordinated agents on shared task list |
| Autopilot | Full autonomous 5-stage pipeline | End-to-end feature work (idea → code) |
| Ultrawork | Maximum parallelism burst | Fast fixes/refactors across codebase |
| Ralph | Persistent loop: execute → verify → fix | Tasks that must complete fully, no partials |
| Pipeline | Sequential staged processing | Strict ordering / multi-step transforms |
| CCG | 3-model synthesis (Codex + Gemini + Claude) | Mixed backend + UI work |
| omc team (CLI) | tmux workers with Codex/Gemini/Claude | Cross-model code review, security, design |
┌──────────────────────────────────────────┐
│ GUARANTEE LAYER (optional) │
│ ralph — won't stop until verified done │
└──────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────┐
│ ENHANCEMENT LAYER (0–N skills) │
│ ultrawork (parallel) | git-master (VCS) │
└──────────────────────────────────────────┘
│
▼
┌──────────────────────────────────────────┐
│ EXECUTION LAYER (primary skill) │
│ default (build) | planner | orchestrate │
└──────────────────────────────────────────┘| Keyword | Effect |
|---|---|
| Full autonomous pipeline |
| Persistent loop until verified |
| Maximum parallelism |
| 3-model synthesis |
| Consensus-based iterative planning |
| Socratic requirements clarification |
| Codebase-focused deep search |
| Deep analysis mode |
| Deep reasoning mode |
| TDD workflow |
| Clean AI expression patterns |
| Cancel active execution mode |
| Planning interview |
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"team-plan → team-prd → team-exec → team-verify → team-fix (loop)exploreanalystplannerarchitectdebuggerexecutorverifiertracercode-reviewersecurity-reviewercriticcode-simplifiertest-engineerdesignerwriterqa-testerscientistgit-masterdocument-specialist/oh-my-claudecode:<agent-name>omc team 2:codex "review auth module for security"
omc team 2:gemini "redesign UI components"
omc team status <session>
omc team shutdown <session>omc ask claude "review this migration plan"
omc ask codex --prompt "identify architecture risks"
omc ask gemini --prompt "propose UI polish ideas"omc wait # Check status
omc wait --start # Enable auto-resume daemon
omc wait --stop # Disable daemonomc config-stop-callback telegram --enable --token <bot> --chat <id>
omc config-stop-callback discord --enable --webhook <url>
omc config-stop-callback slack --enable --webhook <url># Sync latest version
/plugin marketplace update omc
# Re-run setup
/oh-my-claudecode:omc-setup
# If issues after update
/oh-my-claudecode:omc-doctor| Provider | Install | What it enables |
|---|---|---|
| Gemini CLI | | Design review, UI consistency (1M token context) |
| Codex CLI | | Architecture validation, code review cross-check |
omc teamomc askomc wait/oh-my-claudecode:team 3:executor "fix all TypeScript errors"ralph: fix all failing tests/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode/plugin install oh-my-claudecode/oh-my-claudecode:omc-setup~/.claude/settings.jsonCLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1~/.claude/settings.json/oh-my-claudecode:omc-setupoh-my-claude-sisyphusoh-my-claudecodecancelomc/oh-my-claudecode:cancel| Action | Command |
|---|---|
| Install | |
| Setup | |
| Team mode | |
| Autopilot | |
| Ralph loop | |
| Ultrawork | |
| CCG synthesis | |
| Deep interview | |
| Cancel | |
| Update | |
| Debug | |
| File | Contents |
|---|---|
| references/agents-catalog.md | All 29+ agent profiles, tiers, delegation rules |
| references/modes-reference.md | Mode deep-dives, skill layer composition |
| references/hooks-reference.md | Hook events, injection patterns, kill switches |
| references/cli-reference.md | Full CLI syntax: omc team/ask/wait/config |