概要
The Git Worktree Manager skill empowers Claude to create and maintain isolated development environments using Git's worktree feature. It systematically handles directory selection, verifies that worktree paths are properly excluded via .gitignore to prevent repository pollution, and automates environment setup for Node.js, Rust, Python, and Go. By establishing a clean test baseline before implementation begins, this skill ensures that developers can switch between tasks or brainstorm new features without disrupting their current working state.