Automates the creation and setup of isolated Git worktrees for safe, simultaneous feature development.
The Isolated Git Worktrees skill streamlines the process of managing multiple branches concurrently by creating dedicated workspaces that share the same repository. It eliminates the need for constant stashing or context switching by intelligently selecting directory locations, verifying .gitignore safety to prevent repository pollution, and automatically running environment setup scripts for Node.js, Rust, Python, and Go. By establishing a clean baseline through automated testing before work begins, it ensures developers start feature implementation from a verified, stable state.
主な機能
01Global worktree support for centralized workspace management outside the project root
02Smart directory selection prioritizing hidden .worktrees or CLAUDE.md preferences
03Baseline test verification to confirm a clean starting state for new features
040 GitHub stars
05Automated .gitignore verification and patching to ensure workspace isolation
06Multi-language dependency installation for Node.js, Rust, Python, and Go
ユースケース
01Executing complex implementation plans that require a pristine, isolated environment
02Starting a new feature branch without disturbing current uncommitted work
03Managing parallel development tasks across multiple branches in the same repository