From engram
Store important information in persistent memory. Fires when the user shares decisions, preferences, project updates, or says "remember this."
How this skill is triggered — by the user, by Claude, or both
Slash command
/engram:memory-rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You can store important information in persistent memory using the `engram_remember` tool. This lets you remember things across sessions.
You can store important information in persistent memory using the engram_remember tool. This lets you remember things across sessions.
engram_remember({ text: "Thomas decided to use PostgreSQL instead of MySQL for the new project. Reason: better JSON support and the team has more experience with it." })
npx claudepluginhub tstockham96/engram-pluginSaves facts, decisions, project details, or preferences to agd-memory via /remember or phrases like 'remember this', 'save to memory'. Direct save or interactive draft+confirm modes.
Saves facts, decisions, and context to Memsy memory for future sessions. Strips framing verbs and persists the substance verbatim via memsy_ingest.
Stores important decisions, patterns, bug fixes, and lessons into Cortex persistent memory. Use after resolving bugs, making architecture choices, or when the user asks to remember something.