关于
The Git Worktree Manager skill provides a systematic framework for isolating development tasks without the friction of manual branch switching. It intelligently selects workspace locations, ensures directory isolation via .gitignore verification, and automates project-specific environment setup for Node.js, Rust, Python, and Go. By establishing a clean test baseline before starting work, it enables developers to manage multiple active workstreams simultaneously while maintaining repository integrity and preventing context-switching overhead.