[DEPRECATED] Worktree CLI is now available via npm - no setup needed
/plugin marketplace add builtby-win/skills/plugin install worktree@builtby-win-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
This skill is deprecated. The worktree CLI is now available as an npm package. No project-specific setup is required anymore!
# Use directly with npx (no install needed)
npx @builtby.win/worktree create 15 dark-mode --start-server
npx @builtby.win/worktree list
npx @builtby.win/worktree delete 15
# Or install globally for faster access
npm install -g @builtby.win/worktree
worktree create 15 dark-mode --start-server
If you previously ran /setup-worktree in a project, you can optionally clean up:
# Remove local script (optional)
rm scripts/manage-worktree.ts
# The npx CLI is fully compatible with existing .worktree-metadata.json files
The old approach required:
/setup-worktree in each projecttsx as a dev dependencyscripts/The new approach:
npx @builtby.win/worktree@builtby.win/worktreeUse when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.