git-worktree
Installation
SKILL.md
Git Worktree Manager
Overview
This skill provides a unified interface for managing git worktrees, enabling isolated parallel development. Worktrees allow you to have multiple branches checked out simultaneously in separate directories.
Key features:
- Automatic
.envfile copying from main repo to new worktrees - Unified storage in
.worktrees/directory - Cleanup of merged and stale worktrees
When to Use This Skill
- Creating isolated environments for feature development
- Working on multiple branches simultaneously
- Reviewing PRs without stashing current work
- Cleaning up completed feature branches