How this skill is triggered — by the user, by Claude, or both
Slash command
/de:downThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Remove a worktree environment including its database and storage containers.
Remove a worktree environment including its database and storage containers.
Arguments:
<env> - Environment name (supports partial match, e.g., 86 matches fix-bug-86)Options:
-f, --force - Skip safety checks (uncommitted changes, unmerged commits)Examples:
/de:down my-feature - Remove environment 'my-feature'/de:down 86 - Remove environment matching '86'/de:down -f 86 - Force remove without safety checksRun (script is at the plugin root, two levels above this skill's base directory):
!lib/dev-env.sh down $ARGUMENTS
npx claudepluginhub danielcarmingham/dev-envManually removes Git worktrees for development tracks with safety checks for uncommitted changes and unpushed commits. Optionally deletes merged branches; use when auto-cleanup fails.
Removes git worktrees and associated branches after PR merges, sub-scope consolidation, or manual cleanup. Lists worktrees if unspecified, handles uncommitted changes and paused states.
Interactively selects and safely removes a specific git worktree for issues, checking if linked issue is closed, branch merged into default, and no uncommitted changes before removal, with optional branch deletion.