About
The Git Worktree Manager skill automates the complex task of handling multiple Git worktrees within a repository. It allows developers to seamlessly create, remove, and inspect worktrees using specialized scripts that handle branch initialization from main and optional toolchain hydration. By isolating work into specific paths and leveraging shared build caches—particularly optimized for Rust projects—this skill helps developers maintain a clean workspace while working on multiple features or bug fixes simultaneously without the friction of frequent branch switching or stashing.