Automates the creation of isolated Git worktrees with smart directory selection, safety verification, and automated project setup.
The Git Worktree Manager skill enables Claude to efficiently handle multiple parallel development tasks by creating isolated workspaces using Git worktrees. It follows a systematic approach to workspace isolation, ensuring that directory locations are correctly chosen based on project conventions, safety checks are performed to prevent accidental commits of worktree contents, and the new environment is fully initialized with dependencies and verified through baseline testing. This skill is essential for developers who need to switch contexts frequently without the overhead of stash/pop cycles or polluting their primary workspace.