OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add rohitg00/agentmemory --skill remember
Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions.
npx skills add rohitg00/agentmemory --skill remember
The user wants to save this to long-term memory: $ARGUMENTS
Expected output:
A memory is only as useful as the terms that retrieve it. Tag with specific
concepts so a future recall finds it, and preserve the user's own phrasing.
$ARGUMENTS.jwt-refresh-rotation beats auth).memory_save with content, concepts (comma-separated string), and
files (comma-separated string). In a multi-agent setup pass agentId so
the memory lands in the right agent's scope.WRONG: concepts: "stuff, code, notes" (generic tags nothing can find later).
RIGHT: concepts: "jwt-refresh-rotation, token-revocation" (specific, retrievable).
recall: retrieve what you save here (the pair to this skill).forget: remove a memory you saved by mistake.lesson: behavioral rules from corrections; memories are for facts.memory-discipline: when to save unprompted.See ../shared/TROUBLESHOOTING.md if memory_save is not available.
Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow.