Creates and bootstraps isolated Git worktrees to enable parallel development and seamless context switching without branch stashing.
The Git Worktree Manager skill automates the complex process of setting up isolated development environments. By leveraging Git worktrees, it allows you to work on multiple features or hotfixes simultaneously in separate directories while sharing the same underlying repository. The skill goes beyond simple creation by offering automated branch naming patterns, integration with specification files, and customizable bootstrap hooks that can automatically install dependencies or configure environments, ensuring your new workspace is ready for immediate use.
주요 기능
01Integrated specification file copying and metadata updates
02Support for custom base branches and configurable directory paths
031 GitHub stars
04Post-creation bootstrap hooks for automated environment setup
05Automated Git worktree creation with isolated working directories
06Customizable branch naming patterns using {name} and {date} tokens
사용 사례
01Bootstrapping specialized environments for code reviews without disturbing your local development state
02Switching to an emergency hotfix while keeping your current feature work active and un-stashed
03Running multiple versions of an application side-by-side for comparison or integration testing