Claude Code Orchestrator:透過多個Claude會話實現並行AI開發
Claude Code Orchestrator 是一款新工具,旨在透過允許多個 Claude 會話並行執行來增強 AI 開發。這使得開發者能夠同時管理和合併來自不同 AI 工作者的程式碼,顯著提高生產力。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
License
Uh oh!
There was an error while loading. Please reload this page.
reshashi/claude-orchestrator
Folders and files
Latest commit
History
Repository files navigation
Claude Code Orchestrator
Parallel development superpowers for Claude Code. One orchestrator, many workers.
Based on Boris Cherny's patterns (creator of Claude Code).
What is this?
Claude Code Orchestrator enables parallel AI development by:
Quick Start
Requirements
Installation
One-liner (recommended)
Manual install
Update
Uninstall
Commands
Slash Commands (use inside Claude)
Shell Aliases (use in terminal)
Built-in Agents
Usage Patterns
Manual Orchestration
You control when workers spawn, what they work on, and when to merge:
Fully Automated Orchestration
The orchestrator loop handles everything automatically:
Worker Role
Each worker automatically:
Project Configuration
Add permissions to your project's .claude/settings.local.json:
Directory Structure
After installation:
How It Works
Worktree Isolation: Each worker operates in its own git worktree with a dedicated feature branch. This prevents merge conflicts between parallel workers.
iTerm Automation: Uses AppleScript to open new iTerm tabs, run Claude in each, and communicate between sessions.
State Machine: The orchestrator loop tracks each worker's state (NEEDS_INIT, WORKING, PR_OPEN, MERGED) and takes appropriate actions.
Review Pipeline: Before merging, PRs pass through quality gates:
Troubleshooting
Workers not starting
AppleScript errors
macOS may require accessibility permissions:
Commands not found
After installation, restart your terminal or run:
Git worktree conflicts
If a worktree wasn't cleaned up properly:
Contributing
License
MIT - see LICENSE
Acknowledgments
About
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
1
Packages
0
Contributors
2
Languages
Footer
Footer navigation
相關文章