git-worktree
Create, list, and remove git worktrees for running multiple agents in parallel on the same repository without conflicts. Wraps fetch, sibling-path naming, submodule init, branch cleanup, and relinking gitignored local agent context back to the main worktree so it has a single source of truth. Use when the user asks to create, inspect, or clean up a git worktree for parallel branch or agent work.
Pinned to revision b1808edd793f, so it is the text this page describes rather than whatever the author pushed since.
Pre-approved tools experimental
Experimental field. Support varies between clients, so this list is what the author declared, not what your client will enforce.
- bash
Files
- skills/git-worktree/SKILL.md
- skills/git-worktree/README.md
- skills/git-worktree/relink_agent_context.py
- skills/git-worktree/worktree_list.py
- skills/git-worktree/worktree_new.py
- skills/git-worktree/worktree_remove.py
Every link opens the file at its source, pinned to the revision this page describes.