remembering-conversations

Search archived Claude Code conversations using semantic similarity and exact-text matching.

2|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/robertpelloni/workspace --skill remembering-conversations-robertpelloni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remembering-conversations
Source: https://github.com/robertpelloni/workspace/tree/main/AI_COORDINATION/skills/superpowers-skills-main/skills/collaboration/remembering-conversations
Command: npx skills add https://github.com/robertpelloni/workspace --skill remembering-conversations-robertpelloni

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the problem of losing valuable context and insights from previous AI interactions. It allows you to store, index, and retrieve past conversations, ensuring continuity and leveraging historical knowledge for future tasks.

Core Features & Use Cases

  • Conversation Indexing: Automatically store and categorize AI chat logs.
  • Semantic Search: Find relevant past discussions using natural language queries.
  • Use Case: You had a detailed discussion with the AI about a specific code architecture last week. Use this skill to "find the conversation where we discussed microservice architecture patterns" to quickly retrieve that context.

Quick Start

Search past conversations for discussions about "API authentication methods".

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 find relevant context from previous AI discussions?

Search past conversations using natural language queries to retrieve relevant context from archived chats. The skill applies semantic similarity and exact-text matching over your conversation history, enabling you to quickly locate discussions about specific topics like architecture decisions or code patterns.

Can I retrieve conversation history across multiple projects and use it for debugging?

Yes, retrieve conversation history across projects for debugging, reviewing architectural decisions, and reusing patterns. The skill supports project-wide archiving with configurable concurrency, allowing you to access indexed conversations relevant to your current work.

What's the best way to organize and index conversations for offline retrieval?

Conversations are automatically indexed using 384-dim embeddings via Xenova all-MiniLM-L6-v2 and stored in sqlite-vec for vector search. The skill tracks per-exchange indexing and generates automated summaries, enabling offline local indexing and fast retrieval without external dependencies.

Do I need any dependencies to set up conversation search and indexing?

The skill requires npm for installation. It handles semantic indexing, vector storage, and summary generation internally, so you don't need to configure external APIs or language models beyond the built-in indexing pipeline.

How does semantic similarity help retrieve the right conversation when I search?

Semantic similarity matches the meaning of your search query against archived conversations, not just exact keywords. Combined with exact-text matching, this dual approach ensures you find contextually relevant discussions even when phrased differently from your original conversation.

What happens when I search for context I discussed with Claude weeks ago?

Search retrieves past Claude Code conversations using both semantic and exact-text matching, pulling relevant context with automated summaries. Per-exchange last-indexed tracking ensures efficient updates, letting you instantly access weeks-old discussions without manual organization.