概要
The Worktree Manager skill provides a robust framework for handling Git worktrees, allowing developers to work on multiple branches simultaneously without the overhead of stashing or switching contexts. By automating the creation of isolated sibling directories and maintaining a structured metadata log, this skill facilitates parallel Claude Code instances for complex multi-tasking. It includes rigorous safety checks to prevent data loss, ensuring that uncommitted changes are never accidentally deleted while keeping the local environment clean through automated cleanup of merged or stale branches.