Oh-My-ClaudeCode: Teams-First Multi-Agent Orchestration for Claude Code

Summary
Oh-My-ClaudeCode is a powerful GitHub repository that provides teams-first multi-agent orchestration for Claude Code, enhancing its capabilities with zero learning curve. It enables developers to build, refactor, and verify code efficiently through intelligent automation and parallel execution. This tool aims to supercharge your Claude Code experience, making complex development tasks simpler and more cost-effective.
Repository Info
Tags
Click on any tag to explore related repositories
Introduction
Oh-My-ClaudeCode is an innovative project by Yeachan-Heo designed to supercharge your Claude Code experience. It offers a teams-first, multi-agent orchestration framework that simplifies complex development tasks, allowing you to leverage Claude Code's power without a steep learning curve. With features like intelligent model routing, automatic parallelization, and persistent execution, Oh-My-ClaudeCode aims to make AI-assisted coding more efficient and cost-effective.
Installation
Getting started with Oh-My-ClaudeCode is straightforward. Ensure you have the Claude Code CLI installed and a Claude Max/Pro subscription or an Anthropic API key.
Step 1: Install the plugin
/plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claudecode
/plugin install oh-my-claudecode
Step 2: Run setup
/oh-my-claudecode:omc-setup
If you are running OMC via /omc --plugin-dir <path> or /claude --plugin-dir <path>, add --plugin-dir-mode to omc setup (or export OMC_PLUGIN_ROOT beforehand) to avoid duplicating capabilities/agents the plugin already provides at runtime.
Updating:
To update Oh-My-ClaudeCode, follow these steps:
# 1. Update the plugin
/plugin install oh-my-claudecode
# 2. Re-run setup to update configuration
/oh-my-claudecode:omc-setup
If you encounter issues after updating, clear the old plugin cache:
/oh-my-claudecode:omc-doctor
Examples
Oh-My-ClaudeCode offers various orchestration modes, with 'Team Mode' being the recommended approach for coordinated agent work.
Quick Start Example:
To build something quickly, simply describe your task:
autopilot: build a REST API for managing tasks
Team Mode Example (Recommended):
Team mode runs as a tiered pipeline, coordinating agents with a shared task list.
/oh-my-claudecode:team 3:executor "fix all TypeScript errors"
To enable Claude Code native Teams, add the following to ~/.claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Why use Oh-My-ClaudeCode?
Oh-My-ClaudeCode stands out due to several key advantages:
- Zero Configuration Needed: Works out of the box with intelligent defaults.
- Team-First Orchestration: Team is the canonical multi-agent interface, with other modes acting as compatibility facades.
- Natural Language Interface: No need to memorize commands, just describe what you want.
- Automatic Parallelization: Complex tasks are distributed among specialized agents.
- Persistent Execution: It doesn't give up until the work is verified and complete.
- Cost Optimization: Intelligent model routing can save 30-50% on tokens.
- Learns from Experience: Automatically extracts and reuses problem-solving patterns.
- Real-time Visibility: A HUD statusline shows what's happening in the background.
Links
For more detailed information and to contribute to the project, please refer to the official resources:
- GitHub Repository: https://github.com/Yeachan-Heo/oh-my-claudecode
- Documentation: https://yeachan-heo.github.io/oh-my-claudecode-website
- Discord: https://discord.gg/PUwSMR9XNk
- Sponsor the Project: https://github.com/sponsors/Yeachan-Heo