Remembering Conversations

Indexes historical Claude Code conversations locally and searches them semantically or by text with date filters and source citations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill remembering-conversations-slooowlly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remembering Conversations
Source: https://github.com/Slooowlly/meu-modo-carreira-v4/tree/main/.agent/skills/remembering-conversations
Command: npx skills add https://github.com/Slooowlly/meu-modo-carreira-v4 --skill remembering-conversations-slooowlly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @anthropic-ai/claude-agent-sdk, @xenova/transformers, better-sqlite3, sqlite-vec, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly find information, decisions, and context from previous conversations, preventing you from having to ask your human partner or search manually.

Core Features & Use Cases

  • Semantic Search: Find conversations based on the meaning of your query, not just keywords.
  • Text Search: Locate exact phrases, like error codes or specific variable names.
  • Date Filtering: Narrow down searches to specific time ranges.
  • Use Case: Your partner mentions, "We discussed this last week." Use this Skill to search for that past discussion, retrieve the key decisions, and continue the conversation without missing a beat.

Quick Start

Search previous conversations for "React Router authentication errors".

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 Claude Code conversations for context and previous decisions?

You can search past conversations for context using a local CLI tool that indexes historical chats with embeddings and a SQLite database. It supports semantic search based on query meaning and text search for exact phrases like error codes.

Can I find specific error codes or variable names in my chat history?

Yes, you can locate exact phrases in your chat history using text search. This allows you to find specific error codes, variable names, or other precise strings from previous conversations stored in the local database.

Does semantic search work for filtering conversations by specific dates?

Semantic search works alongside date filtering to narrow down results to specific time ranges. This combination lets you retrieve context and patterns from conversations that occurred during a defined historical period.

How does local conversation indexing handle data privacy and source attribution?

Local conversation indexing operates entirely on your machine using SQLite and local embeddings, ensuring privacy. It provides detailed source attribution for synthesized findings, helping you trace retrieved context back to the original chats.

What is the best way to retrieve patterns from previous chats without manual searching?

The best way to retrieve patterns without manual searching is using semantic search across indexed history. This approach finds conversations based on the meaning of your query, preventing you from having to ask your partner or scroll through logs.

Do I need SQLite or specific dependencies to run this conversation search tool?

Yes, the tool requires SQLite dependencies including better-sqlite3 and sqlite-vec, along with @xenova/transformers for embeddings and the @anthropic-ai/claude-agent-sdk. These dependencies power the local indexing and retrieval database.