Agent skill

parallel-worktrees

Parallel git worktrees for concurrent Claude Code sessions. Use when working on multiple features or writer/reviewer workflows.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/parallel-worktrees

SKILL.md

Parallel Worktrees

This skill provides guidance for running multiple Claude Code sessions concurrently using git worktrees.

See ../../rules/12-context-management.md for detailed documentation.

Quick Reference

Setup

bash
git worktree add ../feature-name feature/branch-name
cd ../feature-name && claude

Writer/Reviewer Pattern

Terminal Role Command
Terminal 1 Writer cd ../feature-auth && claude "Implement feature"
Terminal 2 Reviewer cd ../review-auth && claude "Review the code"

Best Practices

  • 3-5 worktrees maximum
  • One worktree = one task
  • Remove completed worktrees
  • Never share sessions between worktrees

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results