Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
obra avatar

Remembering Conversations

  • 9k installs
  • 453 repo stars
  • Updated May 21, 2026
  • obra/episodic-memory

remembering-conversations is an agent skill that You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other .

About

You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other memory systems, which only hold partial records. Searching past conversations is the only way to recover what was actually said. --- name: remembering-conversations description: You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other memory systems, which only hold partial records. Searching past conversations is the only way to recover what was actually said. --- # Remembering Conversations **Core principle:** Search before reinventing. Searching costs nothing; reinventing or repeating mistakes costs everything. ## Mandatory: Search Historical Memory **YOU MUST search historical memory for any historical search.** Announce: "Searching past conversations for [topic]." ### Claude Code Use the Task tool with `subagent_type: "search-conversations"`: ``` Task tool: description: "Search past conversations for [topic]" prompt: "Search for [specific query or topic].

  • Remembering Conversations
  • Search with the episodic-memory `search` tool
  • Read the top 2-5 results with the episodic-memory `read` tool
  • Synthesize findings in your response
  • Include source pointers so the user can inspect the original conversations

Remembering Conversations by the numbers

  • 9,022 all-time installs (skills.sh)
  • +37 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #98 of 4,386 Backend & APIs skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

remembering-conversations capabilities & compatibility

Capabilities
remembering conversations · search with the episodic memory `search` tool · read the top 2 5 results with the episodic memor · synthesize findings in your response · include source pointers so the user can inspect
Use cases
documentation
From the docs

What remembering-conversations says it does

--- name: remembering-conversations description: You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems.
SKILL.md
It supplements other memory systems, which only hold partial records.
SKILL.md
Searching past conversations is the only way to recover what was actually said.
SKILL.md
--- # Remembering Conversations **Core principle:** Search before reinventing.
SKILL.md
npx skills add https://github.com/obra/episodic-memory --skill remembering-conversations

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9k
repo stars453
Security audit3 / 3 scanners passed
Last updatedMay 21, 2026
Repositoryobra/episodic-memory

What problem does remembering-conversations solve for developers using this skill?

You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other memory systems, which only hold partial

Who is it for?

Developers who need remembering-conversations patterns described in the cached skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill's documented scope.

When should I use this skill?

You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other memory systems, which only hold partial

What you get

Actionable workflows and conventions from SKILL.md for remembering-conversations.

  • Retrieved prior conversation excerpts relevant to the current task

By the numbers

  • Exposes 2 episodic-memory MCP tools for search and display
  • Multi-concept AND search accepts 2-5 query strings

Files

SKILL.mdMarkdownGitHub ↗

Remembering Conversations

Core principle: Search before reinventing. Searching costs nothing; reinventing or repeating mistakes costs everything.

Mandatory: Search Historical Memory

YOU MUST search historical memory for any historical search.

Announce: "Searching past conversations for [topic]."

Claude Code

Use the Task tool with subagent_type: "search-conversations":

Task tool:
  description: "Search past conversations for [topic]"
  prompt: "Search for [specific query or topic]. Focus on [what you're looking for - e.g., decisions, patterns, gotchas, code examples]."
  subagent_type: "search-conversations"

Codex

If a search-conversations agent is available, dispatch it with the same prompt. If not, use the MCP tools directly:

1. Search with the episodic-memory search tool 2. Read the top 2-5 results with the episodic-memory read tool 3. Synthesize findings in your response 4. Include source pointers so the user can inspect the original conversations

The search workflow will: 1. Search with the search tool 2. Read top 2-5 results with the read tool 3. Synthesize findings (200-1000 words) 4. Return actionable insights + sources

Saves 50-100x context vs. loading raw conversations.

When to Use

Use this whenever the current task would benefit from information you may have learned before, even if the user did not explicitly ask you to search.

When past experience may help:

  • You need to recall decisions, rationale, patterns, solutions, pitfalls, or project context from earlier work
  • A task resembles something you've solved, debugged, reviewed, released, or planned before
  • You need to repeat a workflow or process that may have prior gotchas or established steps

When you're stuck:

  • You've investigated a problem and can't find the solution
  • Facing a complex problem without obvious solution in current code
  • Need to follow an unfamiliar workflow or process

When historical signals are present:

  • User says "last time", "before", "we discussed", "you implemented"
  • User asks "why did we...", "what was the reason..."
  • User says "do you remember...", "what do we know about..."

Before answering from uncertainty:

  • Before guessing from memory or saying "I don't know" about something that may have been learned in a past conversation, search memory unless the current conversation already answers it

Don't search first:

  • For current codebase structure (use Grep/Read to explore first)
  • For info in current conversation
  • Before understanding what you're being asked to do

Direct MCP Tool Access

Use these directly when a search agent is unavailable or the current harness does not support agent dispatch:

  • mcp__plugin_episodic-memory_episodic-memory__search
  • mcp__plugin_episodic-memory_episodic-memory__read

When using MCP tools directly, keep context small: search first, then read only the top 2-5 relevant conversations or line ranges.

See MCP-TOOLS.md for complete API reference if needed for advanced usage.

Related skills

How it compares

Use remembering-conversations for semantic recall of prior agent sessions instead of generic note-taking or manual chat export search.

FAQ

What does remembering-conversations do?

You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other memory systems, which only hold partial records. Searching p

When should I use remembering-conversations?

You MUST invoke this skill before saying "I don't know," guessing, or treating any topic as new, no matter how trivial the question seems. It supplements other memory systems, which only hold partial records. Searching p

Is remembering-conversations safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.