From claude-never-forgets
Reads and displays all project memories from the .claude/memories directory, showing manual and learned entries with timestamps. Shows empty state message if no memories exist.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-never-forgets:memoriesThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read `.claude/memories/project_memory.json` and display: If empty: `📭 No memories yet. Use /remember [text] to add.`
Read .claude/memories/project_memory.json and display:
# Project Memories
## Manual (user added)
- [content] (added X ago)
## Learned
- [type] content (added X ago)
Total: X memories
If empty: 📭 No memories yet. Use /remember [text] to add.
npx claudepluginhub kriptoburak/jeremylongshore-claude-code-plugins-plus-skills --plugin claude-never-forgets18plugins reuse this command
First indexed Jan 1, 2026
Showing the 6 earliest of 18 plugins
/memoriesReads and displays all project memories from the .claude/memories directory, showing manual and learned entries with timestamps. Shows empty state message if no memories exist.
/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.
/recallSearches persistent memories by query or lists recent project ones (limit 20), showing ID, category, importance, content, tags, domain in numbered list with refine, view, delete actions.
/memory-listLists recent memories from Forgetful with optional limit (default 10) and project filtering. Displays as scannable list with titles, importance, dates, and tags.
/listLists all saved Nemp memory keys, grouped by source, with agent tracking and update timestamps. Supports --global, --project, and --all flags to filter scope. After listing, regenerates the MEMORY.md index file.
/memory-recallRecalls relevant memories from project context, recent work, or similar errors. Shows summaries, dates, importance scores, and actionable insights.