drop-worktree

Installation
SKILL.md

Drop Worktree

Destructive — always confirm path before removing.

Workflow

Step 1 — Identify target

If user provided a branch name → skip to Step 2.

If no branch given, list all worktrees:

git worktree list

Present the list (excluding main worktree). Ask user which one to drop.

Step 2 — Resolve worktree path

Installs
22
First Seen
May 6, 2026
drop-worktree — phoenixtw/skills