From morph-compact
Removes Morph Compact instructions from ~/.claude/CLAUDE.md if marker present, and optionally deletes Morph API key from ~/.claude/morph/.env. Use to clean up Morph plugin.
npx claudepluginhub morphllm/morph-claude-code-plugin --plugin morph-compactThis skill is limited to using the following tools:
Find and remove the "# Compact Instructions" section from the global `~/.claude/CLAUDE.md` file, but only if it contains the text "Summary of previous conversation in SessionStart hook" (confirming it was added by this plugin).
Sets up Morph compaction for Claude Code by prompting for API key to store in ~/.claude/morph/.env and appending compact override instructions to ~/.claude/CLAUDE.md.
Uninstalls Pith from Claude Code by removing hooks, slash commands, and cleaning settings.json entries. Use via /pith uninstall or removal requests. Preserves token history unless full wipe requested.
Safely removes Claude Code plugin assets (skills/agents/rules/scripts/hooks) via /safe-remove by resolving targets, detecting dependencies with grep scans, classifying blockers/patchables, patching references, and verifying cleanup.
Share bugs, ideas, or general feedback.
Find and remove the "# Compact Instructions" section from the global ~/.claude/CLAUDE.md file, but only if it contains the text "Summary of previous conversation in SessionStart hook" (confirming it was added by this plugin).
Remove the heading, all content up to the next heading (or end of file), and any trailing blank lines left behind.
If no such section exists, or the section doesn't contain the marker, report that there's nothing to remove.
Ask the user if they also want to remove their Morph API key from ~/.claude/morph/.env.
~/.claude/morph/ directory if empty).