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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/morph-compact:uninstallThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
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).
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).npx claudepluginhub morphllm/morph-claude-code-plugin --plugin morph-compactSets 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: removes hooks, slash commands (/pith, /budget, /focus), and cleans settings.json pith entries. Preserves ~/.pith/state.json unless full wipe requested.
Analyzes Claude Code environment for token waste in skills, plugins, memory files, and CLAUDE.md; proposes and performs safe cleanups with user approval. Invoke via /claude-slim for token optimization.