explaingit

yeachan-heo/oh-my-claudecode

📈 Trending34,177TypeScriptAudience · developerComplexity · 3/5ActiveLicenseSetup · moderate

TLDR

Multi-agent orchestration layer for Claude Code that lets you spin up multiple AI agents to collaborate on tasks in parallel or coordinated modes.

Mindmap

mindmap
  root((repo))
    What it does
      Multiple agents
      Task coordination
      Parallel execution
    Operational modes
      Team mode
      Autopilot mode
      Deep-interview mode
    Use cases
      Large development jobs
      Automated workflows
      Complex task distribution
    Tech stack
      TypeScript
      Claude Code
    Audience
      Claude Code users
      Automation seekers

Things people build with this

USE CASE 1

Parallelize large development tasks by distributing work across multiple Claude Code agents working simultaneously.

USE CASE 2

Run longer autonomous workflows with minimal human intervention using autopilot mode for end-to-end automation.

USE CASE 3

Gather detailed requirements through structured conversations before implementation using deep-interview mode.

USE CASE 4

Handle complex projects that exceed what a single Claude Code session can accomplish.

Tech stack

TypeScriptClaude Code

Getting it running

Difficulty · moderate Time to first run · 30min

Requires Claude API key and understanding of multi-agent orchestration patterns.

Use freely for any purpose including commercial, as long as you keep the copyright notice.

In plain English

oh-my-claudecode is a multi-agent orchestration layer built on top of Claude Code, Anthropic's AI coding assistant. Rather than working with a single Claude Code agent, this project allows spinning up multiple agents that collaborate on a task, with different agents handling different responsibilities or running in different modes. The project defines several operational modes for agents. The team mode spawns multiple Claude Code agents that work in parallel or in a coordinated fashion on a shared task, useful for parallelizing large development jobs. The autopilot mode runs an agent with minimal human interaction, letting it execute longer sequences of steps autonomously. The deep-interview mode is designed for gathering detailed requirements or context from a user through a structured conversation before beginning implementation work. The system is implemented in TypeScript and works by managing agent processes, routing tasks between them, and coordinating their outputs. It is built specifically to extend what a single Claude Code session can accomplish by introducing a layer of orchestration above it. When to use it: this tool is aimed at developers who already use Claude Code and want to push it further, running bigger tasks by distributing work across multiple agent instances, or creating more automated pipelines where Claude Code handles entire workflows with less step-by-step guidance. It is most relevant for developers who have found individual Claude Code sessions insufficient for the scale or complexity of work they want to automate. The stack is TypeScript and it interfaces with Claude Code's underlying infrastructure. Users need Claude Code already installed to use this project.

Copy-paste prompts

Prompt 1
Set up oh-my-claudecode with team mode to run 3 Claude Code agents in parallel on my codebase refactoring task.
Prompt 2
Configure autopilot mode in oh-my-claudecode to autonomously execute a multi-step feature implementation with minimal prompts.
Prompt 3
Use deep-interview mode to have Claude Code agents systematically gather all requirements before starting development.
Prompt 4
Show me how to route different parts of my project to different agents using oh-my-claudecode's task coordination.
Prompt 5
Integrate oh-my-claudecode into my CI/CD pipeline to automate code generation and testing across multiple agent instances.
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.