Git Worktrees

Set up and manage git worktrees so each agent conversation works on its own branch in its own physical directory. Prevents parallel agent chats (Cursor, Claude Code, etc.) from clobbering each other's git state. Use when the user says they're starting a new issue, starting an implementation, picking up a ticket, working on a new branch, or mentions worktrees, parallel branches, branch isolation, working on multiple branches at once, or when agents have gotten confused about which branch they're on. Also use when the user says a PR is done/merged and wants to clean up its worktree.

tomimor dd3cdff 2 files · 13.7 KB Updated

File contents

tomimor/skills/tree/main/skills/git-worktrees commit dd3cdfff1b

Frequently asked questions

npx skillmds@latest add tomimor/git-worktrees