From memex
Save information to Memex long-term memory. Captures the given text (or infers the most important context from the conversation) as a persistent note.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memex:rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have been invoked via the `/remember` slash command.
You have been invoked via the /remember slash command.
Determine what to remember.
$ARGUMENTS is provided and non-empty, use that text as the memory content.$ARGUMENTS is empty, review the recent conversation and identify the single
most important piece of information worth persisting (e.g. a decision, a discovery,
a user preference).Format the memory.
"claude-code""claude-code" and "manual-capture". Add 1-3 additional
topic tags derived from the content.Save the memory.
Call the memex_add_note MCP tool with the values above and set background: true
so ingestion does not block the conversation.
Confirm to the user. After calling the tool, briefly confirm what was saved and mention the title.
npx claudepluginhub jasperhg90/memex --plugin memexSaves facts, decisions, and context to Memsy memory for future sessions. Strips framing verbs and persists the substance verbatim via memsy_ingest.
Captures quick thoughts, facts, or reminders into Basic Memory as lightweight notes, preserving the user's original wording.
Persists facts, preferences, and decisions to PowerMem for cross-session recall. Invoked when the user asks to remember something or reveals a notable pattern.