Creates isolated Git workspaces with automated environment setup and safety checks for efficient parallel development.
This skill automates the creation and management of Git worktrees, enabling developers to work on multiple features or branches simultaneously without the overhead of context switching in a single directory. It intelligently determines the best location for worktrees, ensures they are properly ignored by Git to prevent repository pollution, automatically installs dependencies for various tech stacks like Node.js, Rust, Python, and Go, and runs baseline tests to ensure a clean starting point for every task.
Características Principales
01Multi-stack dependency auto-detection and installation for Node, Rust, Python, and Go
02Mandatory baseline test execution to verify workspace health before starting work
030 GitHub stars
04Support for both project-local and global worktree storage locations
05Smart directory selection with priority for .worktrees or CLAUDE.md configurations
06Automated .gitignore verification and remediation to prevent accidental commits
Casos de Uso
01Starting a new feature branch without interrupting current work-in-progress
02Fixing high-priority bugs while maintaining complex development states on other branches
03Creating clean, isolated environments for subagents to execute implementation plans