git-worktree
Installation
SKILL.md
Git Worktree Manager
Manage isolated Git worktrees for parallel development, following project conventions.
Quick Reference
| Command | Description |
|---|---|
create <name> [base] |
Create worktree with symlinked .env |
list |
List all worktrees |
cleanup |
Remove inactive worktrees |
switch <name> |
Switch to a worktree |
CRITICAL: Always Use the Manager Script
NEVER call git worktree add directly. Always use the script.