From mnemo-mcp
Recalls mnemo memories matching current working directory, recent files, or topics. Use at session start, before decisions, or for referenced projects to maintain continuity and avoid redoing research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mnemo-mcp:recall-context [topic or 'cwd' or 'recent'][topic or 'cwd' or 'recent']The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Proactive memory retrieval that pulls prior context relevant to the work
Proactive memory retrieval that pulls prior context relevant to the work about to happen. Reduces "starting from scratch" errors and prevents the agent from re-deriving conclusions already captured in mnemo.
Resolve query terms from the trigger:
cwd: use the current working directory path + project name as the
query (e.g. mnemo-mcp or /c/Users/.../wet-mcp).recent: use the last 5-10 file paths the agent edited or read.<topic>: use the topic verbatim (the user's words).Search mnemo with context_type filtering when applicable:
memory(action="search",
query="<resolved query>",
context_type=null,
limit=10,
include_archived=false)
context_type="decision".context_type="preference".Synthesize results into a 2-3 sentence summary grouped by type:
Skip silently if mnemo is offline (tool errors), returns 0 results, or only returns low-relevance matches (rerank_score < 0.3). Do not inject noise into the conversation.
## Recalled context (<N> memories)
**Decisions** ([id1], [id2])
- ...
**Preferences** ([id3])
- ...
**Open tasks** ([id4])
- ...
(Recalled via mnemo:recall-context. Use memory(action="get", id=...) for full text.)
If 0 useful results: stay silent.
decision/preference when the user is about to
make a choice.memory tool if
it needs detail.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub n24q02m/mnemo-mcp