oh-my-claudecode
Multi-agent orchestration for Claude Code with zero learning curve — install as a plugin or npm CLI and coordinate parallel Claude Code agents through pre-built workflows instead of managing them by hand.
oh-my-claudecode (OMC) targets a specific friction point in multi-agent Claude Code usage: coordinating several agents working in parallel is powerful but fiddly to set up manually. OMC packages that coordination as a plugin or CLI you install once, with the explicit pitch “don’t learn Claude Code, just use OMC” — pre-built workflows handle the orchestration so you don’t have to design a multi-agent setup from scratch each time.
It installs two ways: as a Claude Code plugin via the marketplace (/plugin marketplace add then /plugin install oh-my-claudecode), or as a global npm CLI/runtime (oh-my-claude-sisyphus) for users who prefer that path. A sibling project, oh-my-codex, brings the same orchestration model to OpenAI’s Codex CLI, suggesting the orchestration approach is meant to generalize across coding agent CLIs rather than being Claude-specific in design.
MIT licensed, the project has grown a genuine contributor community (documented core maintainers, ambassadors, and top collaborators in the README) and a Discord, reflecting real adoption at scale — nearly 40,000 GitHub stars — rather than a single-maintainer side project.
What You Get
- Pre-built workflows for orchestrating multiple Claude Code agents working in parallel
- Two install paths: a Claude Code marketplace plugin, or a global npm CLI/runtime
- A sibling project (oh-my-codex) extending the same orchestration model to OpenAI’s Codex CLI
- An active contributor community with documented maintainers, ambassadors, and top collaborators
Common Use Cases
- Running multiple Claude Code agents in parallel on different parts of a task without manually coordinating them
- Adopting a pre-built multi-agent workflow instead of designing agent orchestration from scratch
- Extending the same orchestration approach to Codex CLI via the companion oh-my-codex project
- Onboarding a team onto multi-agent Claude Code usage without each person learning the orchestration mechanics individually
Under The Hood
Architecture
oh-my-claudecode integrates into Claude Code at the plugin level (via the marketplace) or as a standalone npm-installed CLI/runtime (oh-my-claude-sisyphus), meaning it layers orchestration logic on top of Claude Code’s existing agent execution rather than replacing it. The parallel-execution focus (per its own GitHub topics) implies the tool manages fan-out and coordination of multiple concurrent Claude Code invocations as pre-packaged workflows rather than requiring users to script that coordination themselves.
Tech Stack
TypeScript, distributed via npm (oh-my-claude-sisyphus) and as a Claude Code marketplace plugin, with a documented migration guide for handling breaking changes across versions and a dependency on better-sqlite3 for local storage.
Code Quality A structured contributor hierarchy (core maintainer, ambassadors, document specialists, and top collaborators with commit counts tracked in the README) reflects genuine multi-contributor governance rather than a single-author project; very active, consistently maintained commit history at massive scale (37K+ stars) further signals sustained real-world usage and iteration.
What Makes It Unique Rather than being a framework you build multi-agent workflows with, oh-my-claudecode ships pre-built orchestration workflows aimed specifically at removing the learning curve of coordinating parallel Claude Code agents — its own tagline (“don’t learn Claude Code, just use OMC”) frames it as an opinionated shortcut rather than a flexible toolkit.
Self-Hosting
Licensing Model MIT licensed — fully open source with no license key.
Self-Hosting Restrictions Not applicable; it runs locally as a Claude Code plugin or CLI tool with no hosted service.
License Key Required No.
Related Apps
claw-code
AI Agents · AI Code Assistants
A Rust-built CLI agent harness for Claude AI with persistent sessions, MCP tool integration, plugin hooks, and multi-provider support — designed to run autonomous coding workflows without human babysitting.
claw-code
MITLangflow
AI Agents · AI Development
Build, test, and deploy AI agents and RAG workflows visually with native API and MCP server export.
Langflow
MITOpen WebUI
AI Assistants · AI Agents
The extensible, privacy-first AI platform that runs Ollama, OpenAI, and any LLM backend behind a polished, feature-packed web interface.