About
The Git Worktree Manager skill provides a robust interface for handling parallel development streams using Git's worktree feature. It automates the complex setup tasks that raw Git commands ignore, such as synchronizing environment variables (.env files), updating .gitignore to keep your root directory clean, and maintaining a consistent directory structure in a dedicated .worktrees folder. This skill is ideal for developers who need to jump between feature development, emergency hotfixes, and pull request reviews without stashing changes or risking data loss in their primary working directory.