recall

Query SQLite FTS5 and Chroma indexes to retrieve timestamped conversation memories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables proactive recall of past conversations, themes, and contextual memories by querying semantic memory indexes for timely context.

Core Features & Use Cases

  • Proactive memory recall across conversations, episodes, and reflections to enrich responses.
  • Supports keyword (FTS5) and semantic (Chroma) search to retrieve precise dates, topics, and excerpts.
  • Use cases include recalling prior decisions, topics discussed, or intents to guide current advice with source attribution.

Quick Start

Use a command like: Recall our last discussion about Q1 planning and summarize the key outcomes.

Frequently Asked Questions about recall

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

FAQPage Schema
How do I recall past conversations and search historical context?

To recall past conversations, this skill queries semantic memory indexes using keyword and semantic search. It retrieves timestamped contextual memories and relevant prior discussions with source attribution.

How does semantic memory search work for retrieving prior discussion topics?

Semantic memory search works by querying indexes with SQLite FTS5 for keyword matching and Chroma for semantic retrieval. This combination fetches precise dates, topics, and conversation excerpts.

Can I use keyword and semantic search together to find specific past decisions?

Yes, you can find specific past decisions by using both keyword and semantic search together. The skill leverages SQLite FTS5 and Chroma to retrieve relevant memories and present timestamped results.

What is the best way to enrich current responses with prior conversational context?

The best way to enrich responses with prior context is proactive memory recall. Querying semantic memory indexes retrieves past episodes, themes, and decisions to guide current advice with source attribution.

Do I need a specific database setup to index and search past conversations?

You need SQLite FTS5 and Chroma to index and search past conversations. These dependencies enable the keyword and semantic search capabilities required to retrieve historical contextual memories.

Why use semantic search over keyword search for recalling past conversation themes?

Semantic search via Chroma retrieves contextually similar past conversations even without exact keyword matches, while SQLite FTS5 handles precise keyword retrieval. Using both ensures comprehensive thematic recall.