About
The Git Worktree Manager skill enables Claude to efficiently manage multiple development contexts by creating isolated Git worktrees. It follows a systematic directory selection process, prioritizing existing project conventions or user preferences. Crucially, it includes safety checks to ensure worktree directories are ignored by Git, preventing accidental commits of workspace files. Beyond creation, the skill auto-detects project types (Node.js, Rust, Python, Go) to install dependencies and runs baseline tests, ensuring that every new feature starts from a clean and verified state.