recall

Search MemoryGraph and LanceDB to surface relevant memories for user queries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ste-bah/archon --skill recall-ste-bah
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/ste-bah/archon/tree/main/.claude/skills/recall
Command: npx skills add https://github.com/ste-bah/archon --skill recall-ste-bah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve relevant context across multiple memory stores to inform decisions without manual searching.

Core Features & Use Cases

  • Cross-store search across MemoryGraph and LanceDB to surface relevant memories.
  • Keyword and fuzzy matching to capture synonyms and related concepts.
  • Use cases include retrieving past decisions, code references, and contextual notes to guide current tasks.

Quick Start

Ask for a topic like 'authentication timeout handling' to fetch relevant memories across all stores.

Frequently Asked Questions about recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for past decisions and code references across multiple memory stores?▼

Cross-store memory search retrieves past decisions and code references by querying both MemoryGraph and LanceDB simultaneously, using keyword, fuzzy, and semantic vector matching to surface relevant context without manual searching.

What is the best way to retrieve contextual notes using semantic vector search?▼

Semantic vector search retrieves contextual notes by querying LanceDB to match meaning, while MemoryGraph adds keyword and fuzzy matching to capture synonyms and related concepts, together surfacing relevant memories across all stores.

Can I use fuzzy keyword matching to find memories with synonyms or related concepts?▼

Yes, fuzzy keyword matching finds memories with synonyms and related concepts by querying MemoryGraph, complementing LanceDB semantic search to ensure relevant context is surfaced across all available memory stores.

How does cross-store memory search work with MemoryGraph and LanceDB?▼

Cross-store memory search works by querying MemoryGraph for keyword and fuzzy matches alongside LanceDB for semantic vector matches, then presenting results in labeled sections to answer user queries with relevant context.

Do I need any external dependencies installed to run cross-store memory recall?▼

No external dependencies are required to run cross-store memory recall; the Skill operates independently to search MemoryGraph and LanceDB and surface relevant memories without additional package installations.

Can I restore previous context after retrieving memories from all stores?▼

Yes, after retrieving memories from all stores, optional deep recall and restoration workflows are supported to restore previous context and guide current tasks with surfaced results.