소개
The Git-WT skill provides a specialized wrapper around Git worktrees, enabling Claude to operate in completely isolated environments for feature development, bug fixes, or experimentation. By spinning up separate directories for each task, it prevents context leakage between branches and ensures that local configurations like .env files are preserved through automated copying. This safety-first approach allows for rapid prototyping and clean workspace management, with built-in commands for directory setup, path tracking, and automated cleanup after code submission.