From engram
Use when user asks "what did I do before", "how did I solve this", "remind me", or wants to recall past solutions and patterns from previous sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engram:memory-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Searches engram's memory bank to recall relevant past experiences, solutions, and patterns.
Searches engram's memory bank to recall relevant past experiences, solutions, and patterns.
Run the engram query command with the user's question:
bun ${CLAUDE_PLUGIN_ROOT}/scripts/query.ts "$USER_QUERY"
Show the user relevant memories with context about when and how they were recorded.
If a past solution is found, offer to apply it to the current situation.
npx claudepluginhub chadhietala/engram --plugin engramSearches and surfaces relevant memories from past sessions to inform current work with decisions, patterns, and learnings. Supports hybrid, vector, and text search modes with namespace filtering.
Retrieves relevant memories from past sessions using memsearch for historical context, decisions, debugging notes, and project knowledge. Activates on relevance or '[memsearch] Memory available' hints.
Searches past conversations before answering, guessing, or treating topics as new. Avoids reinventing solutions by recalling prior decisions, patterns, and gotchas.