git-worktree

Installation
SKILL.md

Git Worktree Setup

Create an isolated git worktree under .claude/worktrees/<repo>-<name>/ on branch worktree-<name>, aligned with Claude Code's native worktree convention. A deterministic Python script owns naming, base-ref selection, and the .worktreeinclude copy step; this skill picks the language-specific setup.

Requires: Git 2.5.0+ and uv.

Companion commands: /git-worktree-status | /git-worktree-remove | /git-worktree-clean

Steps

1. Create the worktree

Run the script from anywhere inside the repo:

Installs
1
GitHub Stars
1
First Seen
Jun 22, 2026
git-worktree — bossjones/boss-skills