Parallel Worktrees banner
SpillwaveSolutions SpillwaveSolutions

Parallel Worktrees

Git community

Description

Runs parallel subagents and then syncs them with git worktrees

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 Worktrees Skill for Claude Code

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude-Code-5A67D8)](https://claude.ai/code) [![Skilz Marketplace](https://img.shields.io/badge/Skilz-Marketplace-00C7B7)](https://skillzwave.ai/skill/SpillwaveSolutions__parallel-worktrees__parallel-worktrees__SKILL/)

Run multiple Claude Code agents simultaneously across git worktrees - transform a single developer into a team of AI engineers.

Overview

This skill enables parallel AI-assisted development by combining **git worktrees** (isolated working directories sharing a single `.git` database) with **Claude Code agents** (independent Claude sessions or background Task agents). It exploits LLM non-determinism as a feature: running N parallel agents gives you N valid solutions to choose from.

**Two modes of operation:**

  1. Interactive Parallel: Multiple terminal sessions with Claude in separate worktrees
  2. Background Orchestration: Main agent delegates to background agents in worktrees, continues working, syncs results when complete

Features

  • Parallel Development - Spawn multiple Claude agents working simultaneously on the same task
  • Competitive Solutions - Leverage LLM non-determinism to get N different implementations
  • Background Orchestration - Delegate work to background agents while continuing main task
  • Easy Merging - Compare implementations and merge the best solution
  • Resource Efficiency - Worktrees share .git database, saving disk space
  • Workflow Scripts - Ready-to-use scripts for spawning, syncing, and cleanup

Installation

Installing with Skilz (Recommended)

The easiest way to install this skill is using the [Skilz Universal Installer](https://github.com/SpillwaveSolutions/skilz):

# Install Skilz (one-time setup)
curl -fsSL https://raw.githubusercontent.com/SpillwaveSolutions/skilz/main/ins