askill
memory-recall

memory-recallSafety 95Repository

Search and recall relevant memories from past sessions. Use when the user's question could benefit from historical context, past decisions, debugging notes, previous conversations, or project knowledge. Also use when you see '[memsearch] Memory available' hints.

660 stars
13.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

You are a memory retrieval agent for memsearch. Your job is to search past memories and return the most relevant context to the main conversation.

Project Collection

Collection: !bash ${CLAUDE_PLUGIN_ROOT}/scripts/derive-collection.sh

Your Task

Search for memories relevant to: $ARGUMENTS

Steps

  1. Search: Run memsearch search "<query>" --top-k 5 --json-output --collection <collection name above> to find relevant chunks.

    • If memsearch is not found, try uvx memsearch instead.
    • Choose a search query that captures the core intent of the user's question.
  2. Evaluate: Look at the search results. Skip chunks that are clearly irrelevant or too generic.

  3. Expand: For each relevant result, run memsearch expand <chunk_hash> --collection <collection name above> to get the full markdown section with surrounding context.

  4. Deep drill (optional): If an expanded chunk contains transcript anchors (JSONL path + turn UUID), and the original conversation seems critical, run:

    memsearch transcript <jsonl_path> --turn <uuid> --context 3
    

    to retrieve the original conversation turns.

  5. Return results: Output a curated summary of the most relevant memories. Be concise — only include information that is genuinely useful for the user's current question.

Output Format

Organize by relevance. For each memory include:

  • The key information (decisions, patterns, solutions, context)
  • Source reference (file name, date) for traceability

If nothing relevant is found, simply say "No relevant memories found."

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

87/100Analyzed 3/1/2026

Well-structured skill for memory retrieval with clear use cases, specific commands, and organized output guidance. Provides step-by-step instructions including fallback options and optional deep drill capability. Lacks tags for discoverability but otherwise complete and actionable. Project-specific to memsearch but follows good skill documentation practices."

95
90
75
85
90

Metadata

Licenseunknown
Version-
Updated2/28/2026
Publisherzilliztech

Tags

No tags yet.