recall

Retrieve and reconstruct context from past sessions via temporal summaries.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lrhodin/snorrio --skill recall-lrhodin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/lrhodin/snorrio/tree/main/skills/recall
Command: npx skills add https://github.com/lrhodin/snorrio --skill recall-lrhodin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you retrieve and reconstruct context from past sessions and temporally indexed summaries, reviving lost details when they are not stored as files.

Core Features & Use Cases

  • Drill down through temporal layers (year, quarter, month, week, day) to locate relevant sessions.
  • Reproduce exact session content or commands from past interactions with minimal hops.
  • Use persistent recall to answer questions based on first-person experience and cached context.

Quick Start

Locate a past session from the previous week and surface its key details.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I retrieve context from past sessions that were not saved as files?

To retrieve past session context, use temporal drill-down to navigate from year to day layers. This skill reconstructs interaction history from temporally indexed summaries, loading Markdown bodies as instructions to revive details not stored as files.

What is the best way to drill down through temporal layers to find a specific past interaction?

Drilling down through temporal layers is done by navigating across year, quarter, month, week, and day intervals. This multi-hop navigation allows you to progressively narrow down and locate the exact session content or commands you need.

How does timeline search work when reconstructing memory across multiple sessions?

Timeline search works by enforcing discovery via YAML frontmatter containing a name and description, then supporting multi-hop navigation across temporal layers. It loads the bottom Markdown body as operational instructions to reproduce exact session content.

Can I answer questions based on first-person experience and cached context from previous weeks?

Yes, you can answer questions using persistent recall based on first-person experience and cached context. By drilling down to the previous week's temporal layer, you can surface key details and reproduce exact commands from past interactions.

Do I need YAML frontmatter to use temporal drill-down for session memory retrieval?

Yes, YAML frontmatter with a name and description is required for discovery. The temporal drill-down relies on this frontmatter to index sessions and load the corresponding Markdown body as operational instructions for context reconstruction.

What are the limitations of reconstructing lost session details from temporally indexed summaries?

The main limitation is that recall depends on temporally indexed summaries and YAML frontmatter discovery. If past sessions lack these indexed layers or frontmatter metadata, the multi-hop navigation cannot reconstruct or revive the lost context.