Teams-first multi-agent orchestration framework for Claude Code with 28 specialized agents, 37 skills, and 31 hooks—zero learning curve for complex development task automation.
oh-my-claudecode (OMC) is a multi-agent orchestration enhancement framework for Claude Code CLI. Core philosophy: "Don't learn Claude Code. Just use OMC."
Core Capabilities#
Multi-Agent Orchestration Modes (7)#
| Mode | Purpose |
|---|---|
| Team | Staged pipeline: plan → prd → exec → verify → fix |
| omc-teams | Launch real CLI processes (claude/codex/gemini) in tmux splits |
| ccg | Codex(analysis) + Gemini(design) → Claude synthesis |
| Autopilot | Single-agent end-to-end autonomous execution |
| Ultrawork | Parallel agent burst execution, max throughput |
| Ralph | Persistent verify/fix loop until completion |
| Pipeline | Multi-step strict sequential transformation |
Specialized Agent System (28)#
Tiered by capability (LOW/MEDIUM/HIGH) and domain:
- Analysis: architect-low/medium/high
- Execution: executor-low/medium/high
- Search: explore/explore-high
- Frontend: designer-low/medium/high
- Security: security-reviewer-low/high
- Testing: test-engineer
- Review: code-reviewer
- Data Science: scientist/scientist-high
Skills System (37)#
- Orchestration:
orchestrate,autopilot,ultrawork,team,swarm,pipeline,ralph - Enhancement:
deepsearch,deepinit,analyze,tdd,build-fix,code-review,security-review - Utilities:
note,cancel,omc-setup,omc-doctor,hud,learner
LSP/AST Tool Integration#
- LSP Tools (12): hover, goto_definition, find_references, document_symbols, workspace_symbols, diagnostics, rename, code_actions, etc.
- AST Tools (2): ast_grep_search, ast_grep_replace
- Supported Languages: TypeScript, Python, Rust, Go, C/C++, Java, JSON, HTML, CSS, YAML
Hooks System (31)#
Lifecycle hooks covering execution modes, core orchestration, context management, and quality validation.
Quick Start#
# Install
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
# Configure
/omc-setup --local # Project-level
/omc-setup # Global
Magic Keywords#
Include in prompts to activate: ultrawork/ulw (parallel orchestration), autopilot (autonomous), ralph (persistent mode), tdd (test-driven), swarm N agents (N coordinated agents), eco/save-tokens (token-efficient)
Notification Callbacks#
Supports Telegram and Discord Webhook notification configuration.
Requirements#
- Node.js ≥20.0.0
- Claude Code CLI
- Claude Max/Pro subscription or Anthropic API Key
- Platform: Linux/macOS preferred; Windows experimental (WSL2 recommended)
Version#
Current: v4.4.5 | License: MIT