
Orchestrate multiple AI coding agents. Ship 10x faster.
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.
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
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
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
# 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.
- Installation Guide - All setup options
- Stack Support - Works with React, Vue, Python, Go, and more
- Architecture - How it all works under the hood
- AI Code Review - Smart, opt-in PR reviews
- FAQ - Common questions about tokens, Python, and workflows
- Troubleshooting - Common issues and solutions
🚀 Power User Prompts - Game-changing automation with Claude Code
- 🐛 Found a bug? Report it
- 💡 Have an idea? Start a discussion
- 🛠️ Want to contribute? See our guide
- 𝕏 Share your success Mention @ryanmac with #CodeConductor
Stop juggling tasks. Start shipping features. 🎼