From contour
Remove Contour monitoring injection from CLAUDE.md, optionally delete data files. Safe: never deletes non-Contour files.
How this skill is triggered — by the user, by Claude, or both
Slash command
/contour: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
Remove Contour from this system. Cleans up CLAUDE.md injection and optionally deletes data files.
Remove Contour from this system. Cleans up CLAUDE.md injection and optionally deletes data files.
Safe by design: only removes content with Contour markers or Contour-prefixed filenames. Never touches files it didn't create.
Ask (AskUserQuestion):
"This will remove Contour's monitoring injection from CLAUDE.md. Continue?"
Options: Yes, uninstall / No, cancel
If "No, cancel" → STOP.
2a — Remove CLAUDE.md entry block
Target file: ~/.claude/CLAUDE.md
<!-- Contour --> and <!-- End Contour --> (inclusive of both marker lines)2b — Remove hooks from settings.json
Target file: ~/.claude/settings.json
hooks.SessionStart, find the entry whose command contains the Contour data directory path (e.g., .claude/contour or the resolved $AI_INFRA_DIR) and remove ithooks.Stop, find the entry whose command contains cognitive-monitor.ts and remove ithooks object is now empty: remove it entirely.2c — Delete hook script
Target file: {AI_INFRA_DIR}/hooks/cognitive-monitor.ts
hooks/ directory is now empty: remove the directory2d — Delete rules file
Target file: ~/.claude/rules/contour-monitoring.md
Resolve the data directory: check $AI_INFRA_DIR, fall back to ~/.claude/contour/.
Ask (AskUserQuestion):
"Delete your Contour data files in {resolved_path}? This includes Core Profile, Domain State, and Extract Buffer. This cannot be undone."
Options: Yes, delete data files / No, keep data files
If Yes:
*-core.md*-*.md (Domain State files)extract-buffer.mdhooks/cognitive-monitor.ts (and the hooks/ subdirectory if empty)If No:
Contour uninstall complete ({date}):
CLAUDE.md: injection block removed (restart Claude Code to take effect)
settings.json: SessionStart + Stop hooks removed
Hook script: {AI_INFRA_DIR}/hooks/cognitive-monitor.ts removed
Data files: {deleted / kept at {path}}
Next step:
claude plugin uninstall Alexu0317-FATHER/contour
Render the report in the user's language if detectable from the session; otherwise use English.
~/.claude/CLAUDE.md itself — only edit itCLAUDE.md does not exist, skip Step 2 silentlynpx claudepluginhub alexu0317-father/contour --plugin contourRemoves 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.
Audits and prunes Claude Code rules, skills, and learnings to prevent context bloat and contradictions. Triggers on 'consolidate', 'clean up rules', 'spa day'.
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.