Parallel Worktrees
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
[](https://opensource.org/licenses/MIT) [](https://claude.ai/code) [](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:**
- Interactive Parallel: Multiple terminal sessions with Claude in separate worktrees
- 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
.gitdatabase, 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
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