Automates the creation and management of isolated Git worktrees with built-in safety verification and environment setup.
This skill enables Claude to manage parallel development tasks by creating isolated Git worktrees, allowing you to work on multiple branches simultaneously without the friction of frequent context switching or stashing changes. It prioritizes repository safety by ensuring worktree directories are correctly ignored in your configuration and automates the boilerplate of setting up new environments, such as installing dependencies. It is particularly useful for developers who need to jump between feature work, urgent bug fixes, and code reviews while maintaining a clean workspace.
主要功能
01Intelligent workspace directory selection and discovery
02Safety verification via automatic .gitignore checking
03Support for both project-local and global worktree locations
04Automatic project setup and dependency installation
050 GitHub stars
06Automated worktree creation with branch isolation
使用场景
01Switching contexts for a code review without stashing current progress
02Running parallel tests or builds in separate environments
03Developing a new feature while maintaining a clean main branch for hotfixes