Parallel Cc
Description
Automated parallel management of Claude Code versions using Git worktrees and autonomous coordination between agents in separate terminals
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
parallel-cc
[](https://x.com/FrankBria18044) [](https://github.com/frankbria/parallel-cc) [](https://nodejs.org/) [](https://www.typescriptlang.org/) [](https://opensource.org/licenses/MIT)
Coordinate parallel Claude Code sessions using git worktrees + E2B cloud sandboxes for autonomous execution.
**parallel-cc** enables both interactive and autonomous Claude Code workflows:
- Local mode: Parallel worktree coordination for interactive development
- E2B Sandbox mode: Long-running autonomous execution in isolated cloud VMs
- Parallel Sandbox mode (NEW): Execute multiple tasks simultaneously across sandboxes
Table of Contents
- Features
- The Problem
- The Solution
- How It Works
- Requirements
- Installation
- Usage
- CLI Commands
- How Sessions Work
- Configuration
- Merging Work from Worktrees
- E2B Sandbox Integration
- What's New
- Roadmap
- Troubleshooting
- Contributing
- License
Features
Local Parallel Sessions
- Automatic worktree creation - No manual setup required
- SQLite-based coordination - Fast, reliable session tracking
- Auto-cleanup - Worktrees removed when sessions end
- Heartbeat monitoring - Detect and clean up stale sessions
- Zero configuration - Works out of the box
- Merge detection - Know when parallel branches are merged
- **Confli
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git