From claude-never-forgets
Removes a memory entry from project memory by matching the given text. Confirms removal or reports if no match found.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-never-forgets:forget what to forgetThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read `.claude/memories/project_memory.json`, find and remove entries matching "$ARGUMENTS" from `manual_memories` or `realtime_memories`. Confirm: `✓ Forgot: "<matched>"` If not found: `No memory found matching "$ARGUMENTS". Use /memories to see all.`
Read .claude/memories/project_memory.json, find and remove entries matching "$ARGUMENTS" from manual_memories or realtime_memories.
Confirm: ✓ Forgot: "<matched>"
If not found: No memory found matching "$ARGUMENTS". Use /memories to see all.
npx claudepluginhub bulozb/claude-code-plugins-plus-skills --plugin claude-never-forgets18plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 18 plugins
/forgetRemoves a memory entry from project memory by matching the given text. Confirms removal or reports if no match found.
/forgetSearches for memories by term (or lists project memories), displays ID, category, importance, content, tags, and deletes selected ones after confirmation.
/forgetDeletes a specific key from Nemp memory storage, with optional force flag to skip confirmation. Auto-syncs CLAUDE.md if configured and regenerates MEMORY.md index.
/forgetForgets a memory from Honeycomb's memory store. Requires a path and a reason for audit trail compliance.
/memSearches and browses project memory using full-text search, recent observations, file recall, and timeline navigation. Also supports saving manual notes, viewing stats, and cleaning up stale data.
/ygg-rememberSaves a durable memory for the current project, storing a fact with a type tag (decision, lesson, convention, fix, reference, project_status) for future recall.