关于
The Git Worktree Manager skill automates the creation of isolated workspaces, allowing developers to work on multiple branches simultaneously within a single repository without context switching. It follows a rigorous safety protocol that includes verifying .gitignore settings to prevent repository pollution, intelligently selecting directory locations based on project conventions, and automatically performing environment setup (dependency installation) for Node.js, Rust, Python, and Go. By running a baseline test verification before hand-off, it ensures that implementation begins on a stable, clean foundation.