worktree-spawn

Official

Spawn an independent Claude in a git worktree.

AuthorAztecProtocol
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill enables you to run a Claude instance in a separate git worktree so you can tackle a task in parallel without interrupting the current conversation.

Core Features & Use Cases

  • Isolated Claude session in a separate worktree
  • Parallel task handling: delegate a task and monitor progress while continuing other work
  • Automatic worktree setup with a new branch name derived from author initials and task description

Quick Start

  1. Determine branch name using git config user.initials or git config user.name.
  2. Choose a worktree directory name, for example ../aztec-feature-name.
  3. Create the worktree with a new branch: git worktree add -b <author>/<branch-name> ../<worktree-dir-name>.
  4. Spawn Claude in the worktree with a detailed task prompt: claude "<Task prompt here>"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: worktree-spawn
Download link: https://github.com/AztecProtocol/aztec-packages/archive/main.zip#worktree-spawn

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.