About
This skill optimizes the developer workflow by automating the setup of isolated working environments using Git worktrees. Instead of manually stashing changes or managing multiple clones, it fetches the latest code, creates a dedicated worktree in a sub-directory, handles branch name sanitization, and automatically initializes environment variables and npm dependencies. It is particularly useful for developers who need to switch contexts quickly between features or hotfixes without disrupting their main workspace or losing their current state.