Remembering Conversations

Search past AI conversations using semantic queries or exact text matches.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fz42net/superpowers-skills --skill remembering-conversations-fz42net
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remembering Conversations
Source: https://github.com/fz42net/superpowers-skills/tree/main/skills/collaboration/remembering-conversations
Command: npx skills add https://github.com/fz42net/superpowers-skills --skill remembering-conversations-fz42net

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Important decisions, debugging insights, and architectural patterns are often buried in past conversations, making it hard to retrieve crucial context when needed. This skill provides a powerful search mechanism for historical AI interactions.

Core Features & Use Cases

  • Semantic & Text Search: Find relevant conversations using natural language queries or exact string matches.
  • Automatic Indexing: Installs a hook to automatically index new conversations after each session.
  • AI Summaries: Generates concise summaries for conversations, aiding quick discovery.
  • Health & Recovery: Tools to verify index integrity, repair issues, or rebuild from scratch.
  • Subagent Integration: Designed for efficient use within AI sessions, synthesizing findings to avoid context bloat.
  • Use Case: Your human partner asks about a decision made months ago regarding a specific API. You use this skill to semantically search all past conversations for "API decision X," quickly retrieving the discussion, rationale, and implementation details.

Quick Start

  1. Install Hook: ~/.claude/skills/collaboration/remembering-conversations/tool/install-hook
  2. Index Existing Conversations: ~/.claude/skills/collaboration/remembering-conversations/tool/index-conversations --cleanup
  3. Search (Semantic): ~/.claude/skills/collaboration/remembering-conversations/tool/search-conversations "React Router authentication errors"
  4. Search (Text Match): ~/.claude/skills/collaboration/remembering-conversations/tool/search-conversations --text "a1b2c3d4e5f6"