关于
The Git Worktree Manager skill streamlines feature development by creating isolated workspaces that allow you to work on multiple branches simultaneously without the overhead of stashing changes. It implements a rigorous safety protocol that verifies .gitignore settings to prevent repository pollution, auto-detects your project's technology stack (Node.js, Rust, Python, or Go) to install dependencies, and runs baseline tests to ensure your new environment is stable before you begin coding.