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.
npx claudepluginhub jasperhg90/memex --plugin memexThis skill uses the workspace's default tool permissions.
You have been invoked via the `/remember` slash command.
Saves 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 insights, decisions, or learnings to agentmemory long-term storage via curl POST API. Extracts concepts and files; activates on 'remember this' or 'save this'.
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
Share bugs, ideas, or general feedback.
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.