recall

Search persistent memory artifacts for prior session context.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/mslshao/claude-harness --skill recall-mslshao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/mslshao/claude-harness/tree/main/dotclaude/skills/recall
Command: npx skills add https://github.com/mslshao/claude-harness --skill recall-mslshao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you recover information from prior AI sessions when you remember the topic but not the exact file, ticket, bead, or memory key. It is designed for cold-start conversations, vague references, and situations where the user assumes shared context that is not currently loaded.

Core Features & Use Cases

  • Cross-corpus discovery: Searches multiple persistent artifacts including beads, memory keys, related memory graph entities, and topic files.
  • BFS-first retrieval: Returns lightweight, ranked one-line previews instead of pulling full content too early, which keeps context usage efficient.
  • Recency-aware ranking: Prioritizes recently touched items and cross-source matches to improve the odds of finding the right past discussion quickly.
  • Use cases: Ideal for prompts like "what did we decide about X," "the thing with that bug," "remind me about folio," or named entities mentioned without any current-session context.

Quick Start

Ask the AI to use the recall skill to find prior discussion about a topic, person, project, ticket, or vague past-session reference you cannot precisely identify.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I find past context from previous AI sessions when I only remember a vague topic?

To find past context from previous AI sessions, use a breadth-first search to query multiple persistent artifacts like beads, memory keys, and topic files. This cross-corpus discovery returns lightweight, ranked previews of past discussions matching your vague topic reference.

What is the best way to retrieve knowledge from memory artifacts in a cold-start conversation?

Retrieving knowledge from memory artifacts in a cold-start conversation requires parallel multi-source querying across persistent storage. The system applies recency-aware ranking and deduplication to provide preview-only outputs, ensuring efficient context discovery without automatically pulling full content.

How does recency-aware ranking help with context discovery across past sessions?

Recency-aware ranking prioritizes recently touched items and cross-source matches during context discovery. This ranking mechanism improves retrieval speed for past discussions by surfacing the most relevant persistent memory artifacts first, avoiding unnecessary deep reads of outdated files.

Can I search for named entities and project references without any currently loaded context?

Yes, you can search for named entities and project references without loaded context by querying persistent artifacts like beads and topic files. The retrieval process handles vague references by returning ranked one-line previews instead of pulling full content too early.

What are the limitations of using breadth-first search for memory retrieval?

A limitation of using breadth-first search for memory retrieval is that it returns preview-only output without automatic deep reads. This keeps context usage efficient but means you must manually identify and select the correct past discussion from the ranked one-line previews before accessing full content.