Automates the creation of isolated git worktrees with smart directory selection, safety verification, and automatic environment setup.
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.
Key Features
01Baseline test execution to ensure clean starts
027 GitHub stars
03Automated .gitignore verification and fixing
04Multi-language dependency auto-detection and installation
05Smart workspace directory selection and priority
06Support for both project-local and global worktree locations
Use Cases
01Starting a new feature branch without interrupting current work
02Running isolated implementation plans in a clean environment
03Simultaneously working on hotfixes while keeping the main branch stable