Manages isolated Git worktrees with automated directory selection and safety verification to streamline parallel feature development.
The Git Worktree Manager skill automates the complex process of setting up isolated development environments within a single repository. By leveraging Git worktrees, it allows you to work on multiple branches simultaneously without the friction of stashing or switching contexts. It includes intelligent directory selection, mandatory safety checks to prevent repository pollution via .gitignore updates, automated dependency installation for major languages, and baseline test verification to ensure a stable starting point for every new feature.
Características Principales
01Baseline test verification before starting work
0218 GitHub stars
03Smart .gitignore safety verification and auto-fixing
04Configurable global or project-local directory selection