worktree

Installation
SKILL.md

STARTER_CHARACTER = 🎋

Git Worktree Management

Manage git worktrees for parallel branch development. Worktrees live under ~/.worktrees/<repo>/<branch>. Slashes in branch names create nested directories (e.g. feature/foo becomes ~/.worktrees/<repo>/feature/foo).

Arguments

Extract the operation and branch name from the user's message. First argument is the operation. Second argument is the branch name (required for create, merge, rebase, remove). If no operation was specified, default to list.

Path Discovery

All operations derive paths from git, not from dirname math.

Installs
22
First Seen
May 23, 2026
worktree — jimweller/clanker-skills