Loading…
Set up a new git worktree for parallel development.
The Worktree skill facilitates the creation of a new git worktree, allowing for parallel development on different branches. It automates the setup process by creating the worktree, copying necessary environment files, installing dependencies, and generating the Prisma client. This skill is triggered when a user requests to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or pull request.