Remembering Conversations

Search historical Claude Code conversations by semantic meaning or exact text.

27|10|Updated Dec 27, 2025
One-click install
npx skills add https://github.com/nilecui/SkillsBase --skill remembering-conversations-nilecui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remembering Conversations
Source: https://github.com/nilecui/SkillsBase/tree/main/.cursor/skills/remembering-conversations
Command: npx skills add https://github.com/nilecui/SkillsBase --skill remembering-conversations-nilecui

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 from previous conversations, saving you time and preventing the need to re-explain or re-discover past discussions.

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 terms.
  • Contextual Recall: Ideal for debugging familiar issues, understanding past decisions, or when a collaborator mentions a previous discussion.

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 specific debugging context?

You can search past Claude Code conversations using semantic and text-based search to retrieve facts, patterns, and decisions. This facilitates debugging by finding matched exchanges, conversation summaries, and file paths from past interactions.

Can I find previous chat history using semantic search instead of exact keywords?

Yes, semantic search finds previous chat history based on the meaning of your query rather than exact keywords. This allows you to locate relevant conversations and contextual recall even when you do not remember the specific terms used.

What is the best way to recall past coding decisions from historical conversations?

The best way to recall past coding decisions is searching historical Claude Code conversations with date filtering. This provides detailed results including conversation summaries, matched exchanges, and file paths for in-depth review of past context.

Does this conversation search tool use local databases for storing chat history?

Yes, this conversation search tool uses local databases by relying on better-sqlite3 and sqlite-vec dependencies. It processes historical Claude Code conversations locally to enable semantic and text-based search across your past interactions.

How do I filter historical conversation search results by date?

You can filter historical conversation search results by date to narrow down retrieved context. This filtering works alongside semantic and text search to return detailed results including conversation summaries, matched exchanges, and relevant file paths.

Can I locate exact error codes from previous chats using text search?

Yes, you can locate exact error codes from previous chats using text search. This retrieves specific phrases, terms, and exact matches from historical Claude Code conversations, providing detailed results including matched exchanges and file paths.