From claude-never-forgets
Adds a manual memory entry to the project's persistent memory store. Appends the given text with a timestamp to the project_memory.json file.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-never-forgets:remember what to rememberThe summary Claude sees in its command listing — used to decide when to auto-load this command
Add to `.claude/memories/project_memory.json` in `manual_memories` array: Confirm: `✓ Remembered: "$ARGUMENTS"`
Add to .claude/memories/project_memory.json in manual_memories array:
{"type": "manual", "content": "$ARGUMENTS", "added_at": "<timestamp>", "source": "user_command"}
Confirm: ✓ Remembered: "$ARGUMENTS"
npx claudepluginhub ia23a-lachnita/claude-code-plugins-plus-fix-skills --plugin claude-never-forgets15plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 15 plugins
/rememberAdds a manual memory entry to the project's persistent memory store. Appends the given text with a timestamp to the project_memory.json file.
/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.
/rememberSaves text as a memory for the current project to persistent store, prompting for category (decision/pattern/etc.), tags from existing vocabulary, and importance (1-5). Confirms save.
/memorySaves important content to long-term memory, either from explicit user input or by auto-summarizing session highlights. Also supports saving specific information by instruction.
/mempalace-mineMines project files and conversation exports into the MemPalace, auto-classifying content for knowledge retrieval.
/memsy-rememberStores a fact, decision, or note into Memsy memory for retrieval in future sessions. Accepts text via argument, with input validation and optional confirmation.