From total-recall
Remove trigger phrases for a file or glob pattern from .claude/triggers.json
How this skill is triggered — by the user, by Claude, or both
Slash command
/total-recall:forgetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `.claude/triggers.json`. If it doesn't exist or is empty, report "No triggers to forget."
Read .claude/triggers.json. If it doesn't exist or is empty, report "No triggers to forget."
Match the user's argument against stored file paths:
src/auth/* removes all auth triggers)Remove matching entries from the triggers object.
Write the updated file back.
Report what was removed:
Removed 3 triggers:
- src/auth/middleware.ts (jwt route authentication guard)
- src/auth/session.ts (session token management)
- src/auth/roles.ts (role based access control)
If nothing matched, report "No triggers matched that pattern."
npx claudepluginhub brewpirate/zen-flow --plugin total-recallRemoves 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.
Safely removes plugin assets (skills, agents, rules, scripts, hooks) by detecting dependencies and cleaning up references. Invoke via /safe-remove for decluttering.
Selectively and reversibly forget stored memories/concepts by query or date, soft-deactivating them from retrieval without deletion. Useful for privacy or decluttering the kongcode graph.