Claudemd Uninstall banner
sdsrss sdsrss

Claudemd Uninstall

Testing community

Description

--- name: claudemd-uninstall description: Pre-uninstall cleanup. Run BEFORE `/plugin uninstall claudemd@claudemd` to clear the plugin manifest, state dir, and rule-hits log. Spec files in ~/.claude/ are kept by default. Required because Claude Code's marketplace lifecycle does not fire `preUninstall`, so without this step `/plugin uninstall` leaves orphan state behind. --- Usage: - Default (keep spec, drop state + log): `CLAUDEMD_PURGE=1 node ${CLAUDE_PLUGIN_ROOT}/scripts/uninstall.js` - Re

Installation

Installs to ~/.claude/skills/sdsrss-claudemd-claudemd-uninstall/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sdsrss-claudemd-claudemd-uninstall && curl -fsSL https://raw.githubusercontent.com/sdsrss/claudemd/HEAD/commands/claudemd-uninstall.md -o ~/.claude/skills/sdsrss-claudemd-claudemd-uninstall/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository