概要
The Git Worktree Workspace Manager skill streamlines the process of setting up isolated development environments within the same repository. It intelligently handles directory selection, automatically updates .gitignore to prevent workspace pollution, detects project environments (Node.js, Rust, Python, Go) to install dependencies, and executes baseline tests to ensure a stable starting point. This tool is essential for developers who need to work on multiple features simultaneously without the overhead of constant stashing or context switching.