Git Worktrees

Installation
SKILL.md

Git Worktrees

Isolated development environments. Parallel work without branch switching. Clean separation.

Triggers

  • Need to work on multiple features simultaneously
  • Subagent work that modifies overlapping files
  • Experimental changes that should not touch the main working directory
  • Running tests on one branch while developing on another
  • Agent isolation via EnterWorktree / ExitWorktree tools

When to Use Worktrees vs Branches

Installs
GitHub Stars
6
First Seen
Git Worktrees — kmshihab7878/claude-code-setup