From memtomem
Save an explicit user-requested memory with memtomem. Use only when the user clearly asks to remember, record, or persist information for later.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memtomem:rememberThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `$ARGUMENTS` as the content to remember.
Use $ARGUMENTS as the content to remember.
If the request does not clearly specify the content to remember, ask before calling a tool.
Confirm that the user explicitly requested persistence. Add a natural title and a small set of useful tags only when they are clear from the content.
Choose the destination from the user's context:
mem_status first. If the current project has a registered .memtomem/memories.local source, call mem_add with scope="project_local".cd <project-root> && mm mem init --scope project_local, then retry.scope="user" only for cross-project preferences or when the user explicitly requests personal/global memory.project_shared only after explicit confirmation and set confirm_project_shared=true.Always leave force_unsafe=false. Report the effective scope, written file, and indexed chunk count. If the tool reports a similar memory, surface the warning rather than silently creating another variant.
npx claudepluginhub memtomem/memtomem --plugin memtomemSaves 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.
Stores a memory verbatim from user input with type classification (decision, preference, convention, learning) and metadata. Activated when user says 'remember this', 'save this', 'note that'.
Saves facts, decisions, and context to Memsy memory for future sessions. Strips framing verbs and persists the substance verbatim via memsy_ingest.