remembering-conversations

Search past conversations and synthesize actionable decision-support briefs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Krosebrook/source-of-truth-monorepo --skill remembering-conversations-krosebrook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remembering-conversations
Source: https://github.com/Krosebrook/source-of-truth-monorepo/tree/main/plugins/installed/episodic-memory/skills/remembering-conversations
Command: npx skills add https://github.com/Krosebrook/source-of-truth-monorepo --skill remembering-conversations-krosebrook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides Claude with perfect recall of all past conversations and projects, preventing the need to reinvent solutions or repeat past mistakes due to lack of memory between sessions. It significantly reduces context window usage by synthesizing findings from historical data.

Core Features & Use Cases

  • Mandatory Search Agent: Dispatch a specialized subagent to semantically search episodic memory for relevant past conversations.
  • Context-Efficient Recall: The agent synthesizes findings from top results, saving 50-100x context compared to loading raw conversations.
  • Proactive Search: Use before implementing features, making architectural decisions, debugging, or starting any non-trivial task.
  • Semantic & Text Search: Search by single or multi-concept queries, with options for vector, text, or combined modes.
  • Date Filtering: Filter search results by date ranges for precise historical context.
  • Use Case: Before starting a new feature, dispatch the search agent to find past discussions, code examples, or "gotchas" related to similar implementations, ensuring you build on prior knowledge.

Quick Start

Dispatching search agent to find past discussions about React authentication. Task tool: description: "Search past conversations for React authentication patterns" prompt: "Search for React authentication patterns. Focus on decisions, gotchas, and code examples." subagent_type: "search-conversations"

Frequently Asked Questions about remembering-conversations

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

FAQPage Schema
How do I search past conversations to avoid repeating past solutions?

Searching past conversations lets you retrieve decisions, code patterns, and gotchas from prior work without reloading full chat histories. Dispatch the search-conversations subagent with a semantic query before starting features, debugging, or architectural planning to synthesize relevant findings in 200-1000 words, reducing context usage by up to 100x compared to raw conversation recall.

When should I use conversation recall before starting a task?

Apply conversation recall proactively before any non-trivial task: feature implementation, debugging, architectural decisions, or responding to partner references. Semantic search of episodic memory prevents reinventing solutions and surfaces past mistakes, design patterns, and implementation gotchas specific to your project history.

Can I filter conversation search by date range?

Yes, conversation search supports date filtering to pinpoint historical context within specific timeframes. Combined with semantic and text search modes, date filtering lets you isolate relevant discussions from particular project phases or decision periods.

How does semantic search differ from text search on past conversations?

Semantic search finds conceptually related discussions even when terminology differs, while text search matches exact phrases. The skill supports vector, text, or combined search modes so you can choose precision or concept-matching based on whether you're hunting specific code examples or exploring related design decisions.

What's the difference between searching conversations and manually reviewing chat history?

Conversation search synthesizes findings from top matches into actionable briefs with sources, consuming 50-100x less context than loading raw histories. Manual review requires scanning full conversations; semantic search delivers decision-support summaries aligned to your current task.

Do I need prior work or projects recorded to use conversation recall?

Yes, conversation recall depends on episodic memory containing past conversations and project work. The skill queries your conversation history; without prior recorded sessions, there is no historical data to search. Start using it immediately for all future work to build searchable context over time.