Skip to content

Ship 10x faster by running multiple Claude Code sub agents in parallel. GitHub-native orchestration for AI coding agents—no conflicts, no complexity, just pure parallelized productivity.

Notifications You must be signed in to change notification settings

ryanmac/code-conductor

Repository files navigation

🎼 Code Conductor

image

Orchestrate multiple AI coding agents. Ship 10x faster.

The Problem

You're using Claude Code to ship features, but you're still working sequentially. One task at a time. One PR at a time. Meanwhile, your backlog keeps growing.

The Solution

Code Conductor lets you run multiple AI agents in parallel—each working on different features simultaneously. No conflicts. No coordination overhead. Just pure, parallelized productivity.

Transform your workflow:

  • 🚀 Hours, not weeks - Multiple agents tackle your backlog in parallel
  • 🔒 Zero merge conflicts - Each agent works in isolated git worktrees
  • 🤖 Works with Claude Code - Your favorite AI assistant, multiplied
  • 🎯 Self-managing - Agents claim tasks, implement, and ship autonomously

Quick Start

One command. 60 seconds. Done.

bash <(curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh)

The installer auto-detects your stack (React, Python, Go, etc.) and configures everything. No GitHub tokens needed. No complex setup.

What you get:

  • ✅ GitHub Actions workflows that use built-in authentication
  • ✅ No manual token creation or repository secrets required
  • ✅ AI code reviews work automatically on all PRs
  • ✅ Language-agnostic setup (no Python CI/CD added to non-Python projects)

For Claude Code (non-interactive):

curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh | bash -s -- --auto

With automatic PR creation and auto-merge:

curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh | bash -s -- --auto --create-pr --auto-merge

Or paste this prompt into Claude Code:

I need to move faster. Install Code Conductor into this project so we can run multiple Claude Code agents at once.

Execute: curl -fsSL https://raw.githubusercontent.com/ryanmac/code-conductor/main/conductor-init.sh | bash -s -- --auto --create-pr --auto-merge

Uninstalling

Need to remove Code Conductor? We've got you covered with a safe, interactive uninstaller:

python uninstall.py

What it removes:

  • .conductor/ directory and all configuration
  • conductor wrapper script
  • ✅ GitHub workflows (only conductor-specific ones)
  • ✅ Git worktrees created by conductor
  • ✅ Conductor section from CLAUDE.md

What it preserves:

  • ✅ Your own GitHub workflows
  • ✅ Your code and project files
  • ✅ GitHub issues and labels (manual cleanup if desired)

Options:

python uninstall.py --dry-run  # See what would be removed
python uninstall.py --force    # Skip confirmation prompt
python uninstall.py --verbose  # Detailed output

See It In Action

# Create a task (GitHub Issue)
gh issue create --label "conductor:task" --title "Add dark mode toggle"

# Launch an agent
./conductor start frontend

# Watch it work
# ✓ Claims task #42
# ✓ Creates isolated worktree
# ✓ Implements feature
# ✓ Opens pull request
# ✓ Moves to next task

# Launch more agents to parallelize
./conductor start backend
./conductor start dev

The secret: Each agent works in its own git worktree—like having multiple copies of your repo. Agent A refactors authentication while Agent B adds dark mode. Zero conflicts.

Learn More

📚 Full Documentation →

🚀 Power User Prompts - Game-changing automation with Claude Code

Community


Stop juggling tasks. Start shipping features. 🎼

About

Ship 10x faster by running multiple Claude Code sub agents in parallel. GitHub-native orchestration for AI coding agents—no conflicts, no complexity, just pure parallelized productivity.

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •