Search and recall relevant memories from past sessions via memsearch. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge -- especially questions like 'what did I decide about X', 'why did we do Y', or 'have I seen this before'. Also use when you see [memsearch] Memory available hints injected via SessionStart or UserPromptSubmit. Typical flow: search for 3-5 chunks, expand the most relevant, optionally deep-drill into original transcripts via the anchor format. Skip when the question is purely about current code state (use Read/Grep), ephemeral (today's task only), or the user has explicitly asked to ignore memory.
$npx -y skills add zilliztech/memsearch --skill memory-recallInstalls into the current project.
Run `npx skills use "https://github.com/zilliztech/memsearch" --skill "zilliztech/memsearch/memory-recall"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zilliztech/memsearch" that are relevant to the current task. Run `npx skills add "https://github.com/zilliztech/memsearch"` and select the relevant skills, then follow their instructions.