关于
The Git Worktree Manager skill provides a high-level interface for managing multiple git worktrees, allowing you to work on several branches simultaneously without the friction of constant stashing or context switching. It enhances standard git functionality by automatically copying .env files to new worktrees, centralizing storage within a managed .worktrees/ directory, and providing automated cleanup tools for merged or stale branches. This ensures that every feature branch has a consistent, isolated, and ready-to-use environment from the moment it is created.