Streamlines feature development by creating isolated Git worktrees with automatic environment setup and safety verification.
The Git Worktree Manager skill automates the creation and management of isolated workspaces, allowing developers to work on multiple branches simultaneously without the overhead of context switching or manual stashing. It features a sophisticated directory selection process that respects project conventions and CLAUDE.md preferences. To ensure repository health, it automatically verifies and updates .gitignore files before workspace creation. Furthermore, the skill intelligently detects project types—including Node.js, Rust, Python, and Go—to handle dependency installation and baseline test verification, ensuring every feature starts from a clean and stable environment.
주요 기능
01Baseline test execution to verify workspace stability before starting work
02Automated creation of isolated Git worktrees for parallel branch development
03Safety verification that automatically updates .gitignore to prevent repository pollution
04Smart directory selection supporting project-local or global global workspace paths
055 GitHub stars
06Automatic project type detection and environment setup for major languages
사용 사례
01Setting up a clean, isolated environment for executing complex implementation plans
02Performing urgent hotfixes on stable branches while keeping the main workspace focused on long-term features
03Starting a new feature branch without interrupting or stashing current work in progress