This skill provides a comprehensive management layer for Git worktrees, allowing an agent to maintain multiple isolated working directories for the same repository. It automates the creation of worktrees using conventional branch naming (e.g., feat/name), tracks active worktrees, and handles the removal of both the directory and its associated local/remote branches.
Use this skill when you need to work on multiple branches simultaneously without frequent stash/checkout cycles, or when you need to perform batch cleanup of stale worktrees after merging pull requests.
create, list, remove, cleanup, prune, and lock/unlock operations.Claude Code, Codex, and other AI agents with shell access to Git.
This skill has not been reviewed by our automated audit pipeline yet.