Dev & Engineering multi-agent-orchestrationtmux-workerscode-reviewprovider-advisorsautonomous-coding

Oh My ClaudeCode

Team-first multi-agent orchestration for Claude Code, from planning through verification and repair.

FollowAgents review · FARS-2.1
Use with care
63/ 100 5-point scale 3.2 / 5
1 2 3 4 5 6
Per-dimension scores and reasoning
1Trust16 / 29 · 2.8/5

Evidence shows security configuration (SECURITY.md) and strict mode, but no specific implementation of user confirmation mechanism. Data flow transparency is documented, sensitive data handling has environment variable warnings. Dependency security has version pinning but no vulnerability scan evidence. External effects are documented, rollback mechanism is mentioned but not detailed. Source attribution has author information.

2Reliability9 / 14 · 3.2/5

Self-consistency is good, documentation aligns with code. Dependency availability has package.json and CI tests. Failure messages are covered by tests.

3Adaptability12 / 18 · 3.3/5

Target audience is clear, scenarios are diverse. Capability boundaries are documented. Trigger words are precise. Environment fit has cross-platform tests.

4Convention12 / 18 · 3.3/5

Information architecture is clear, install notes are detailed. Naming is stable. Examples and FAQ are provided. Known limitations are documented. License is clear. Versioning has CI checks. Maintenance responsibility has author and contributing guide.

5Effectiveness9 / 13 · 3.5/5

Output usability has documentation and examples. Marginal value is high, providing multi-agent orchestration. Cost-benefit has cost optimization notes.

6Verifiability5 / 8 · 3.1/5

Claims are traceable, supported by documentation and code. Cross-source verification has tests. Fact and inference separation is good.

Evidence confidence: Low Reviewed Aug 09, 2026 Reviewed revision 41a4c0f77144
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Publisher identity is unverified, use with caution.
  • Dependency security lacks vulnerability scan evidence, consider checking dependency versions.
  • User confirmation mechanism is not explicitly implemented, be aware of auto-approval risks.
Review evidence [1][2][3][4][5][6][7][8]
See the full review method →

What does this agent do, and when should you use it?

Oh My ClaudeCode (OMC) is a Claude Code plugin and command-line runtime for multi-agent development workflows. Its in-session interfaces include /team, /autopilot, /ralph, /ultrawork, and /deep-interview, while its terminal interfaces include omc setup, omc ask, and omc team. The /team workflow follows team-plan → team-prd → team-exec → team-verify → team-fix, whereas omc team launches selected provider CLIs in tmux panes on demand. OMC stores runtime state, session data, plans, logs, handoffs, and local artifacts under .omc/ by default, with HUD, session summaries, and replay logs for inspection. It fits developers already working in Claude Code who want coordinated planning, execution, verification, and repair rather than a single prompt-response loop.

After installation, users run /setup or /omc-setup inside a Claude Code session, or omc setup from a terminal. /team sends work through the native staged team workflow; /autopilot, /ralph, and /ultrawork provide other in-session execution modes. omc ask <provider> <prompt> invokes a local Claude, Codex, Gemini, Antigravity, Grok, or Cursor CLI and writes a Markdown artifact under .omc/artifacts/ask/. omc team N:<provider> "..." launches the requested CLI workers in the active tmux session; omc team status and omc team shutdown inspect or stop a named team.

  1. A Claude Code engineering team fixing an authentication flow can use /team to coordinate planning, implementation, verification, and follow-up fixes.
  2. A developer who wants independent Codex CLI security review can run omc team 2:codex "review auth module for security issues".
  3. A solo Claude Code user building an end-to-end feature with minimal ceremony can start /autopilot.
  4. A product-minded developer with an underspecified idea can use /deep-interview before implementation to clarify requirements.
  5. An engineering team running headless automation can use deterministic commands such as omc ask and omc session search instead of interactive slash commands.

What are this agent's strengths and limitations?

Pros
  • Provides both an in-session Claude Code team workflow and terminal-launched tmux workers, covering interactive and shell-based execution surfaces.
  • Its documented Team pipeline explicitly separates planning, PRD work, execution, verification, and repair loops.
  • omc ask can invoke several local provider CLIs and persists advisory output as Markdown artifacts under .omc/artifacts/ask/.
  • Local .omc/ state, HUD output, session summaries, replay logs, and friction reports give the workflow inspectable operational artifacts.
Limitations
  • The core product depends on Claude Code; external Codex and other CLI workers do not make it a standalone Codex-native replacement.
  • omc team requires an active tmux session, and each selected provider requires its own installed and authenticated CLI.
  • Named Autopilot stage profiles require Linux and flock; unsupported environments reject explicit --workflow invocations.
  • Interactive slash commands are not appropriate for CI or headless automation; the documented alternative is deterministic terminal commands.

How do you install or deploy this agent?

Prerequisites: Claude Code CLI plus a Claude Max/Pro subscription or an Anthropic API key. For the recommended plugin route, run these one at a time inside Claude Code:

/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode

Then run:

/setup

Alternatively, install the npm runtime:

npm i -g oh-my-claude-sisyphus@latest

Then run:

omc setup

Install tmux when using omc team or rate-limit detection.

How do you use this agent?

For a first task inside Claude Code, run:

/autopilot "build a REST API for managing tasks"

For native teams, enable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in ~/.claude/settings.json, then run:

/team 3:executor "fix all TypeScript errors"

For tmux CLI workers, install and authenticate the selected CLI, enter an active tmux session, then run:

omc team 2:codex "review auth module for security issues"

For a provider advisory artifact, run:

omc ask codex "review this patch"

How does this agent compare with similar options?

The repository points Codex CLI users to oh-my-codex for the corresponding orchestration experience, while Oh My ClaudeCode is centered on Claude Code. It names oh-my-opencode as an inspiration, but does not provide an auditable feature-by-feature comparison.

FAQ

Do I need Codex, Gemini, or another external CLI?
No. OMC is documented as working without optional external providers. You need a provider CLI only when selecting that provider through omc ask or omc team.
What happens if Claude Code native teams are disabled?
OMC warns and falls back to non-team execution where possible. Native teams are enabled with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in Claude Code settings.
What does OMC write into my repository?
It writes runtime state, session data, plans, logs, handoffs, research notes, and local artifacts under .omc/ by default. Only .omc/skills/** is intended to remain committable for shared project skills.
Can I use it in CI?
Use deterministic terminal commands such as omc setup, omc ask, omc session search, and repository scripts, with ANTHROPIC_API_KEY or provider-specific CLI authentication in the runner. Do not rely on interactive /autopilot, /ralph, or /team commands.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents