소개
The Git Worktree Manager skill provides a systematic approach to feature isolation within Claude Code, allowing developers to work on multiple branches simultaneously without workspace pollution. It streamlines the creation of isolated environments by automatically detecting the best directory location, verifying .gitignore settings to prevent accidental commits, and handling language-specific setup for Node.js, Rust, Python, and Go. By running a baseline test suite before work begins, it ensures a stable foundation for new feature development and maintains high code quality throughout the development lifecycle.