Acerca de
The Git Worktree Manager skill enables developers to maintain clean, isolated workspaces by automating the complex setup of Git worktrees. It intelligently identifies preferred workspace locations based on existing project structures or configuration files, ensures directories are correctly ignored in .gitignore to prevent repository pollution, and automatically detects tech stacks to install dependencies and run baseline tests. This ensures that every new feature starts in a verified, clean environment without disturbing the primary workspace.