explaingit

yeachan-heo/oh-my-claudecode

Analysis updated 2026-05-18

32,591TypeScriptAudience · developerComplexity · 3/5LicenseSetup · 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
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

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.

What is it built with?

TypeScriptClaude Code

How does it compare?

yeachan-heo/oh-my-claudecodefloating-ui/floating-uinginxproxymanager/nginx-proxy-manager
Stars32,59132,58332,558
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderateeasymoderate
Complexity3/52/52/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get 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.

Frequently asked questions

What is oh-my-claudecode?

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

What language is oh-my-claudecode written in?

Mainly TypeScript. The stack also includes TypeScript, Claude Code.

What license does oh-my-claudecode use?

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

How hard is oh-my-claudecode to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is oh-my-claudecode for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub yeachan-heo on gitmyhub

Verify against the repo before relying on details.