OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add rohitg00/agentmemory --skill recall
Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "recall", "what did we do about", "did we ever", "have we seen", or needs context from past sessions.
npx skills add rohitg00/agentmemory --skill recall
The user wants to recall past context about: $ARGUMENTS
Expected output:
Only surface what the tool returned. Never fabricate an observation, a session id, or an importance score. If nothing comes back, say so.
memory_smart_search with the user's text as query and limit: 10.
Pass project when the user scopes to a specific repo.user, agent,
tool, import, shared); when results conflict, prefer user over agent
inference, and flag shared records as another teammate's write.WRONG: results are empty, so you write "We probably discussed token expiry last week" from assumption.
RIGHT: "No memories matched that query. Try refresh token, session expiry,
or auth rotation."
remember: the write side; recall retrieves what it stores.recap, handoff, session-history: session-scoped views of the same data.memory-discipline: when to run this search unprompted.See ../_shared/TROUBLESHOOTING.md if memory_smart_search is not available.