worktree-setup
Installation
SKILL.md
Worktree Setup
Preferred: Use Branchlet
The repo has a .branchlet.json config — it handles env file copying, dependency installation, and Prisma generation automatically.
npm install -g branchlet # install once
branchlet create -n <name> -s <source-branch> -b <new-branch>
branchlet list --json # list all worktrees
Manual Fallback
If branchlet isn't available: