Creates isolated Git workspaces with automated environment setup and safety verification for seamless parallel branch development.
The Git Worktree Manager skill enables Claude to efficiently manage multiple feature branches by creating isolated worktrees instead of switching branches in place. It automates the entire initialization process—from selecting the optimal directory and verifying .gitignore safety to installing dependencies and running baseline tests—ensuring that developers can work on new features in a clean, verified environment without disrupting their current workspace or losing progress.
主要功能
01Smart directory selection with support for local and global worktree paths
02Automated .gitignore verification to prevent accidental repository pollution
03Mandatory baseline test verification to ensure a clean starting state
040 GitHub stars
05Multi-language environment setup for Node.js, Rust, Python, and Go
06Integrated commit-and-fix logic for missing git ignore patterns
使用场景
01Starting feature work that requires total isolation from the current workspace
02Setting up clean environments for subagents to execute implementation plans
03Managing multiple concurrent development tasks without context switching