Remembering Conversations

Index and search historical Claude Code conversations with semantic and exact text matching.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/shinnytech/caiwenqiang-member-rank --skill remembering-conversations-shinnytech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remembering Conversations
Source: https://github.com/shinnytech/caiwenqiang-member-rank/tree/main/.cursor/skills/remembering-conversations
Command: npx skills add https://github.com/shinnytech/caiwenqiang-member-rank --skill remembering-conversations-shinnytech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly find information from past conversations, saving you time and effort by avoiding the need to manually search through chat logs.

Core Features & Use Cases

  • Semantic Search: Find conversations based on the meaning of your query, not just keywords.
  • Text Search: Perform exact string matching for specific terms, like error codes or SHA hashes.
  • Date Filtering: Narrow down searches to specific time ranges.
  • Use Case: When debugging a familiar issue or recalling a past decision, use this Skill to instantly retrieve relevant context from previous discussions.

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 conversations for specific error codes or SHA hashes?

You can search past conversations using exact text matching to find specific error codes or SHA hashes. The Skill supports both exact string matching and semantic search modes to retrieve relevant context from historical chat logs.

How does semantic search work for finding context in Claude Code conversation history?

Semantic search for conversation history works by indexing past discussions using local embeddings. This allows you to find conversations based on the meaning of your query rather than relying solely on exact keyword matches, retrieving relevant context instantly.

Can I filter conversation search results by date range?

Yes, you can filter conversation search results by specific date ranges. This allows you to narrow down your search for past decisions or debugging context to a specific time period, avoiding manual log scanning.

What do I do if my local conversation embeddings index is corrupted or not working?

If your conversation embeddings index is corrupted or not working, the Skill provides tools for index verification, repair, and rebuilding. You can run these maintenance operations to restore search functionality across your historical chats.

Is there a way to search chat logs without manually reading through all past messages?

Yes, you can search chat logs without manual reading by using this Skill to index and query past conversations. It provides semantic and text-based search capabilities to instantly retrieve relevant information from your conversation history.