From worktree
Move a sibling worktree's branch into the main checkout, then remove the worktree.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worktree:mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `bash <skill-dir>/move.sh [<source-worktree-path>]`. The script verifies both worktrees are clean, removes the source, and checks the branch out in main.
Run bash <skill-dir>/move.sh [<source-worktree-path>]. The script verifies both worktrees are clean, removes the source, and checks the branch out in main.
From a linked worktree, no argument is needed. From the main checkout, pass the source path explicitly — when several linked worktrees exist, infer from session context (the branch the user just merged/PR'd, the worktree they were just working in) and confirm rather than asking the user to pick from a long list.
npx claudepluginhub jonniesweb/skills --plugin worktreeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.