About
The dev-worktree skill streamlines the process of setting up isolated development environments using Git worktrees. It eliminates the friction of switching branches by creating a dedicated directory for new features, ensuring the main workspace remains clean. The skill handles critical safety checks like verifying .gitignore settings, auto-detecting project types (Node.js, Python, Rust, Go) to install necessary dependencies, and running initial test suites to establish a verified baseline before any code changes are made.