Acerca de
The Git Worktree Manager skill empowers Claude to handle isolated working directories within a single repository, enabling developers to work on multiple branches simultaneously. It automates the lifecycle of worktrees—from creation and .gitignore configuration to environment setup and cleanup—using a standardized '.worktrees/' directory structure. This approach eliminates the friction of frequent branch switching and ensures each development task has a dedicated, clean environment for testing and implementation.