Acerca de
This skill enables Claude to manage isolated development environments using Git worktrees, allowing for concurrent feature work without workspace pollution. It systematically handles directory selection, ensures worktree paths are excluded via .gitignore to prevent repository pollution, and automates dependency installation for various languages including Node.js, Rust, Python, and Go. By running baseline tests before work begins, it ensures a clean starting state for every new feature or bug fix.