GraphCanon updated today · GitHub synced today · 25 views this month
Decision brief
oh-my-claudecode is a teams-first multi-agent orchestration tool built for Claude Code, designed to facilitate agentic coding and automation with support for parallel execution in TypeScript under the MIT license.
Good fit when
- When you need a system that focuses on team collaboration and efficient agent coordination within the Claude Code ecosystem.
- If your development workflow relies heavily on multi-agent systems where agents are orchestrated via Claude Code, this tool can help streamline coding and automation tasks.
Avoid when
- Do not use oh-my-claudecode if you prefer standalone or less complex tools that do not require the integration with Claude Code or multiple agents for automating tasks.
- Avoid this tool if your team lacks a Claude Max/Pro subscription or does not possess an Anthropic API key, as these are necessary to fully utilize oh-my-claudecode.
- Requirements:
- Requires Claude Code CLI.; Claude Max/Pro subscription or Anthropic API key is required.
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (38,669) are secondary evidence.
- npm downloads (30d)
- 24,107·npm downloads API·today
Maintenance and security
Full trust report- Maintenance
- Very active (1d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install oh-my-claudecode npmHow it fits your stack(23)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Depends on
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A multi-agent system designed to facilitate agentic coding and automation with agents orchestrated via Claude Code, supporting parallel execution.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 19, 2026
- MCP server
- Ships MCP server
Source: package.json:@modelcontextprotocol/* · Aug 19, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Aug 19, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 19, 2026)
- Claude Max/Pro subscription OR Anthropic API keySource link
Tags
README
Quick Start
Step 1: Install
Marketplace/plugin install (recommended for most Claude Code users). These are Claude Code slash commands — enter them one at a time (pasting both lines at once will fail):
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
Then:
/plugin install oh-my-claudecode
If you prefer the npm CLI/runtime path instead of the marketplace flow:
npm i -g oh-my-claude-sisyphus@latest
Known npm warning: npm may print
deprecated prebuild-install@7.1.3during the CLI install. This currently comes from the upstreambetter-sqlite3native-addon dependency (better-sqlite3 -> prebuild-install);prebuild-install@7.1.3is still the latest published version, so there is no safe repo-side dependency bump or override to remove the warning yet. The warning is tracked in #2913 and does not by itself mean the OMC CLI install failed.
Step 2: Setup
---
## Requirements
- [Claude Code](https://docs.anthropic.com/claude-code) CLI
- Claude Max/Pro subscription OR Anthropic API key
---
## License
MIT
---
<div align="center">
**Inspired by:** [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) • [claude-hud](https://github.com/ryanjoachim/claude-hud) • [Superpowers](https://github.com/obra/superpowers) • [everything-claude-code](https://github.com/affaan-m/everything-claude-code) • [Ouroboros](https://github.com/Q00/ouroboros)
**Zero learning curve. Maximum power.**
</div>
For agents
This page has a .md twin and JSON over the API.