概要
The Git Worktree Manager skill allows Claude to efficiently manage multiple feature branches by creating isolated workspaces that share the same repository. It implements a systematic directory selection process, prioritizing local hidden folders or user preferences defined in CLAUDE.md. To ensure repository integrity, the skill automatically verifies that local worktree directories are excluded via .gitignore before creation. Beyond mere directory management, it automates the 'inner loop' of development by detecting project types (Node.js, Rust, Python, Go), installing dependencies, and running baseline tests to ensure your new workspace is ready for immediate implementation.