HUD Layout Reprioritization
Users can now reprioritize main-line HUD elements without a full layout rewrite. Customize what's visible at a glance while preserving your preferred arrangement.
A weapon, not a tool
Multi-AI orchestration plugin for Claude Code. Coordinate Claude, Gemini, and Codex with 19 specialized agents, 36 skills, and MCP-powered tools.
HUD layout reprioritization, persistent stop hook with agent output contracts, deep-interview threshold fixes, z.ai weekly token support, and 20+ fixes across 35 PRs.
Users can now reprioritize main-line HUD elements without a full layout rewrite. Customize what's visible at a glance while preserving your preferred arrangement.
Aligned persistent stop hook across all execution modes with tightened agent output contracts. Graceful shutdown now works reliably in autopilot, ralph, and ultrawork sessions.
Fixed threshold rendering to stay aligned with live settings across all render paths. Nested omc ask calls now properly guard against recursive skill invocation.
Added support for z.ai's weekly token limit on pro+ tiers. TOKENS_LIMIT now correctly classified by unit instead of reset time, with proper weekly limit parsing.
Avoided HUD git polling index lock contention that could block user git operations. Status checks now use non-blocking operations to stay out of your way.
Stale-root symlink now correctly created on POSIX systems. Setup prevents oversized MCP setup prompts. Keyword detector ignores pasted transcript blocks to avoid false triggers.
Claude, Codex, and Gemini CLI workers running in parallel tmux panes — each doing what it does best.
The Conductor
Spawns a real gemini CLI process in a tmux pane. 1M token context for design review and UI work across your entire codebase.
Spawns a real codex CLI process in a tmux pane. Deep code analysis, architecture validation, and security review.
Claude decomposes tasks, fans out work to tmux workers via /omc-teams or /ccg, and synthesizes results — no MCP servers required.
Install via Claude Code plugin marketplace, or use the npm package directly: [email protected].
Install the plugin
# In Claude Code, run:
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
Or install the npm package directly
# CLI install via npm:
npm install -g [email protected]
Run setup
/oh-my-claudecode:omc-setup
# That's it! You're ready.
Choose how you want to work. From full autopilot to token-efficient parallel execution.
Full autonomous execution from high-level idea to working, tested code. No manual intervention required.
Self-referential loop until completion with architect verification. The boulder never stops rolling.
Maximum parallelism with aggressive agent delegation. Process multiple tasks simultaneously.
Socratic questioning to clarify vague ideas before execution. Exposes hidden assumptions and measures clarity.
N coordinated agents on a shared task list using Claude Code native teams. Real-time messaging and task coordination.
Strategic interview-based planning workflow. Gather requirements before diving into implementation.
Language server integration, structural code analysis, and persistent state - all built in.
Hover info, go-to-definition, find references, and project-wide type checking with any language server.
Structural code search and replace. Find patterns by syntax, not just text matching.
Persistent Python environment with pandas, numpy, and matplotlib for data analysis.
Notepad, project memory, and session state that persists across conversations.
Just say the keyword and the right mode activates automatically.
| Keyword | Effect | Example |
|---|---|---|
autopilot |
Full autonomous execution | "autopilot: build a todo app" |
ralph |
Persistence mode until completion | "ralph: refactor auth system" |
ulw |
Maximum parallelism (ultrawork) | "ulw fix all errors" |
plan |
Planning interview mode | "plan the new API" |
ralplan |
Iterative planning consensus | "ralplan this feature" |
deep-interview |
Socratic requirements clarification | "/deep-interview 'vague idea'" |
team |
Coordinated native teams (replaces swarm/ultrapilot) | "team 5:executor fix all errors" |
swarm Deprecated |
Use team instead |
"team 5:executor fix all errors" |
Unified agents organized by domain. Use the model parameter to match complexity.
Core workflow from exploration to verification
Multi-dimensional code quality checks
Deep expertise for specialized tasks
All agents use model-optimized routing (Opus for architecture/analysis, Sonnet for standard work, Haiku for quick lookups).
No docs needed. No commands to memorize. Just say what you want.
"Build me a REST API" - that's it. Autopilot detects your intent and orchestrates 19 agents automatically.
Say "fast" and it activates parallelism. Say "don't stop" and it persists. Every intent maps to the right mode.
Delegates to specialists, routes to the right model tier, verifies with architect. You focus on the what, not the how.
Install from Claude's plugin marketplace, run /oh-my-claudecode:omc-setup - done. Everything else is automatic.