概要
The Git Worktree skill streamlines the process of managing multiple simultaneous development streams within a single repository. By providing a systematic approach to creating, naming, and cleaning up worktrees, it allows developers to switch between features, bug fixes, and code reviews instantly without the need for stashing changes or repeated cloning. This skill integrates best practices for repository hygiene, helping users maintain a clean git history and avoid merge conflicts while managing complex parallel workflows efficiently within Claude Code.