oh-my-claudecode is a multi-agent orchestration framework designed specifically for Claude Code, built in TypeScript and available at https://oh-my-claudecode.dev. The project positions itself as a zero-learning-curve solution that abstracts away the complexity of Claude Code, allowing users to leverage its capabilities without needing to master the underlying system. The repository has grown to 37,403 stars as of the most recent tracking period and maintains an exceptionally responsive community with a median issue and pull request response latency of 0.1 hours and a mean of 2.2 hours across 1,243 tracked items.
The core functionality revolves around two primary interaction surfaces: terminal CLI commands and in-session skills within Claude Code. Users can install OMC either through the Claude Code marketplace as a plugin or via npm as a command-line tool. The terminal CLI surface allows commands like omc ask, omc team, and omc autoresearch to be run from the shell, while the in-session surface provides slash commands like /team, /autopilot, /ralph, /ultrawork, and /deep-interview that execute within an active Claude Code session. These two surfaces serve different use cases, with the CLI path being better suited for CI/CD and headless automation, while the in-session skills are designed for interactive development workflows.
Team mode represents the canonical orchestration surface in OMC as of version 4.1.7, operating as a staged pipeline that progresses through team-plan, team-prd, team-exec, team-verify, and team-fix stages. The framework supports spawning multiple worker agents across different providers including Codex, Gemini, Antigravity, Grok, and Cursor, with workers launching on-demand in tmux panes and terminating when tasks complete. The deep interview feature uses Socratic questioning to clarify requirements before code generation begins, helping users understand exactly what they want to build before execution starts.
The project maintains strong community engagement with Yeachan-Heo as the creator and lead maintainer, supported by ambassadors, document specialists, and top collaborators including shaun0927 with 65 commits and riftzen-bit with 52 commits. GitGenius tracking shows the most active issue labels are agents with 824 items, bugs with 371 items, and enhancements with 212 items, indicating an active development cycle focused on agent functionality and system reliability. The repository is linked to related projects including oh-my-codex for OpenAI Codex users and oh-my-openagent through overlapping contributors.
The project supports multiple languages with README translations in Korean, Chinese, Japanese, Spanish, Vietnamese, and Portuguese, reflecting its international user base. The npm package is published under the name oh-my-claude-sisyphus while the project itself is branded as oh-my-claudecode, with both oh-my-claudecode and omc command aliases available after installation. The framework explicitly does not ship a VS Code extension and instead focuses on the Claude Code plugin and terminal CLI surfaces as primary interaction methods, though it does export TypeScript helpers for programmatic usage through the Agent SDK for local Node.js programs.