Manages Git worktrees efficiently using the git gtr runner to facilitate seamless parallel development workflows.
The Git Worktree Manager skill enables developers to handle multiple Git worktrees directly within Claude Code using the git gtr CLI. It streamlines the creation of new worktrees from various refs, automates the synchronization of configuration files like .env between environments, and provides safe cleanup procedures. By abstracting the complexities of worktree management, this skill allows developers to context-switch between branches and features without the overhead of manual directory management or risk of losing local state.
主要功能
01One-command worktree creation from branches, tags, or commits
02Automated file copying between worktrees with mandatory dry-run previews
03Centralized listing and status monitoring of all active worktrees
040 GitHub stars
05Cross-worktree command execution and navigation guidance for editors and AI sessions
06Safe worktree removal with confirmation prompts and branch cleanup options
使用场景
01Hotfixing production bugs in a clean worktree without stashing current progress on a feature
02Parallel feature development where you need to maintain separate environments for different branches
03Setting up temporary environments with mirrored configuration files for isolated testing