Pre-planning consultant for requirements analysis (Opus)
Strategic Architecture & Debugging Advisor (Opus, READ-ONLY)
Expert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategy
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Work plan and code review expert — thorough, structured, multi-perspective (Opus)
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
OMC agent catalog, available tools, team pipeline routing, commit protocol, and skills registry. Auto-loads when delegating to agents, using OMC tools, orchestrating teams, making commits, or invoking skills.
Setup and configure oh-my-claudecode (the ONLY command you need to learn)
Spawn claude, codex, or gemini CLI workers in tmux panes for parallel task execution
Strategic planning with optional interview workflow
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executes bash commands
Executes bash commands
Hook triggers when Bash tool is used
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
This is a security-hardened fork by rhizo-co. The OpenClaw gateway and notification integrations (Discord, Telegram, Slack Socket Mode, webhooks) have been removed to eliminate outbound data channels flagged in security audit.
Step 1: Install from the original repo
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
Step 2: Replace the source code with the Bobsled security fork (use the one liner)
Run this to install the hardened fork and configure Claude Code to use it:
bash <(curl -fsSL https://raw.githubusercontent.com/rhizo-co/oh-my-claudecode/main/install-fork.sh)
Or copy-paste the script manually:
#!/bin/bash
set -euo pipefail
FORK_DIR="$HOME/.claude/plugins/cache/omc/oh-my-claudecode-rhizo"
# Clone or update
if [ -d "$FORK_DIR" ]; then
cd "$FORK_DIR" && git pull --ff-only
else
git clone https://github.com/rhizo-co/oh-my-claudecode.git "$FORK_DIR"
cd "$FORK_DIR"
fi
# Build
pnpm install && pnpm build
# Patch installed_plugins.json to point to the fork
PLUGINS_FILE="$HOME/.claude/plugins/installed_plugins.json"
if [ -f "$PLUGINS_FILE" ]; then
python3 -c "
import json, pathlib
p = pathlib.Path('$PLUGINS_FILE')
d = json.loads(p.read_text())
entries = d.get('plugins', {}).get('oh-my-claudecode@omc', [])
for e in entries:
e['installPath'] = '$FORK_DIR'
e['version'] = 'rhizo-hardened'
p.write_text(json.dumps(d, indent=2))
print('Patched', len(entries), 'plugin entries')
"
else
echo "Warning: $PLUGINS_FILE not found. Install oh-my-claudecode from marketplace first, then re-run this script."
fi
echo "Done. Restart Claude Code to use the hardened fork."
To update later, just re-run the same command.
Step 3: Run Setup
/oh-my-claudecode:setup
| Component | Risk | Status |
|---|---|---|
src/openclaw/ — HTTP/CLI gateway for outbound data | Outbound data exfiltration channel | Removed |
src/notifications/ — Discord, Telegram, Slack Socket Mode, webhooks | Prompt injection via inbound messages; data leakage via outbound notifications | Removed |
English | 한국어 | 中文 | 日本語 | Español | Tiếng Việt | Português
Multi-agent orchestration for Claude Code. Zero learning curve.
Don't learn Claude Code. Just use OMC.
Get Started • Documentation • CLI Reference • Workflows • Migration Guide • Discord
Step 1: Install
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
Step 2: Setup
/setup
/omc-setup
Step 3: Build something
autopilot: build a REST API for managing tasks
That's it. Everything else is automatic.
If you're uncertain about requirements, have a vague idea, or want to micromanage the design:
/deep-interview "I want to build a task management app"
The deep interview uses Socratic questioning to clarify your thinking before any code is written. It exposes hidden assumptions and measures clarity across weighted dimensions, ensuring you know exactly what to build before execution begins.
Starting in v4.1.7, Team is the canonical orchestration surface in OMC. The legacy swarm keyword/skill has been removed; use team directly.
/team 3:executor "fix all TypeScript errors"
Team runs as a staged pipeline:
team-plan → team-prd → team-exec → team-verify → team-fix (loop)
Enable Claude Code native teams in ~/.claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
If teams are disabled, OMC will warn you and fall back to non-team execution where possible.
v4.4.0 removes the Codex/Gemini MCP servers (x, g providers). Use the CLI-first Team runtime (omc team ...) to spawn real tmux worker panes:
omc team 2:codex "review auth module for security issues"
omc team 2:gemini "redesign UI components for accessibility"
omc team 1:claude "implement the payment flow"
omc team status auth-review
omc team shutdown auth-review
/omc-teams remains as a legacy compatibility skill and now routes to omc team ....
npx claudepluginhub rhizo-co/oh-my-claudecodeHarness-native ECC operator layer - 67 agents, 277 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
v9.52.0 - Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer