safe-remove
Installation
SKILL.md
Safe Remove
Safely remove plugin assets by discovering dependencies, classifying impact, and executing removal with verification.
Input
/safe-remove <type> <name> [--execute] [--dry-run]
| Argument | Description | Default |
|---|---|---|
<type> |
Asset type: skill, agent, rule, script, hook |
Required |
<name> |
Asset name (e.g., create-skill, strict-reviewer) |
Required |
--execute |
Apply removal (with AskUserQuestion confirmation) | off |
--dry-run |
Output plan only (default behavior) | on |
If both
--dry-runand--executeare provided,--dry-runwins (safe default).