Parallel Cc banner
frankbria frankbria

Parallel Cc

Git community

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

[![Follow on X](https://img.shields.io/twitter/follow/FrankBria18044?style=social)](https://x.com/FrankBria18044) [![Version](https://img.shields.io/badge/version-2.1.0-blue.svg)](https://github.com/frankbria/parallel-cc) [![Node.js](https://img.shields.io/badge/node-%3E%3D20.0.0-brightgreen.svg)](https://nodejs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue.svg)](https://www.typescriptlang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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

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