worktree-spawn
OfficialSpawn 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
- Determine branch name using git config user.initials or git config user.name.
- Choose a worktree directory name, for example ../aztec-feature-name.
- Create the worktree with a new branch: git worktree add -b <author>/<branch-name> ../<worktree-dir-name>.
- Spawn Claude in the worktree with a detailed task prompt: claude "<Task prompt here>"
Dependency Matrix
Required Modules
None requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.