parallel-claudes

Coordinate parallel Claude Code sessions across git worktrees with deterministic merging.

11|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/joyco-studio/skills --skill parallel-claudes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-claudes
Source: https://github.com/joyco-studio/skills/tree/main/skills/parallel-claudes
Command: npx skills add https://github.com/joyco-studio/skills --skill parallel-claudes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate and accelerate AI coding by orchestrating multiple Claude Code sessions in parallel across isolated worktrees, removing the manual overhead of managing parallel tasks.

Core Features & Use Cases

  • Orchestrates multiple Claude subagents across independent worktrees, each handling a subtask without file conflicts.
  • Enforces a deterministic merge workflow, supporting both local squashes and GitHub PR-based merging per user preference.
  • Provides prerequisites, step-by-step orchestration guidance, and progress monitoring with real-time updates.

Quick Start

Plan the task, split into subtasks, create parallel worktrees, launch headless Claude agents, and monitor until commits are ready.

Frequently Asked Questions about parallel-claudes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel Claude Code sessions without file conflicts?

You can run parallel Claude sessions without file conflicts by using git worktrees. The orchestrator creates isolated worktrees for each subagent, ensuring multiple Claude Code sessions execute subtasks simultaneously without modifying the same working directory.

What is multi-agent orchestration for AI coding tasks?

Multi-agent orchestration for AI coding tasks coordinates a root orchestrator that decomposes complex tasks into independent subtasks. It launches multiple Claude subagents in parallel across isolated git worktrees, monitors progress via TaskOutput, and merges results using a deterministic workflow.

How do I automate git worktree creation for parallel AI agents?

You can automate git worktree creation for parallel AI agents by applying an orchestration workflow. The root orchestrator analyzes your complex task, splits it into independent subtasks, and automatically creates parallel worktrees to launch headless Claude agents for isolated background execution.

Can I use GitHub PRs to merge results from parallel Claude subagents?

Yes, you can use GitHub PRs to merge results from parallel Claude subagents. The orchestration workflow enforces a deterministic merge process supporting both local git squashes and GitHub PR-based merging, allowing you to select your preferred merge strategy upon subagent completion.

When should I use parallel Claude worktrees for complex task decomposition?

Use parallel Claude worktrees when complex tasks can be decomposed into independent subtasks requiring isolated execution. This approach accelerates AI coding by removing manual overhead, allowing background subagents to process subtasks simultaneously without filesystem conflicts.