uninstall
Installation
SKILL.md
Uninstall Skill
Safely removes installed Claude tools (skills, agents, commands) from global or project locations.
Quick Reference
| Command | Action |
|---|---|
/uninstall |
Interactive uninstall wizard |
/uninstall list |
Show installed tools |
Workflow
Handling "list" Argument
If the user runs /uninstall list, skip the interactive workflow and show installed tools for both locations:
python {SKILL_DIR}/uninstall.py --target global --list
Related skills