Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaaaqwq avatar

Remembering Conversations

  • 20 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/claude-code-skills

remembering-conversations is a Claude Code skill that searches past conversations for facts, decisions, and context via semantic or text search.

About

This skill searches previous Claude Code conversations for facts, patterns, decisions, and context using semantic similarity or exact text matching. A developer uses it when a past discussion is referenced, when debugging a familiar issue, or when looking for prior architectural decisions. It runs a search-conversations tool with vector, text, or both modes plus date and limit filters, and returns matched exchanges with similarity scores.

  • Searches archived Claude Code conversations for past decisions and context
  • Supports semantic (vector) and exact text search with date filters
  • Recommends subagents for 50-100x context savings during a session

Remembering Conversations by the numbers

  • 20 all-time installs (skills.sh)
  • Ranked #10,427 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

remembering conversations capabilities & compatibility

Capabilities
memory · semantic search · text search
Use cases
memory · research · web search
From the docs

What remembering conversations says it does

Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
SKILL.md
**Always use subagents** (50-100x context savings).
SKILL.md
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill remembering-conversations

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs20
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/claude-code-skills

What it does

Search past Claude Code conversations for decisions and context using semantic or text search.

Who is it for?

Recalling past conversations, decisions, and patterns

Skip if: Questions about the current codebase (use Grep/Read) or info already in the current conversation

When should I use this skill?

A partner mentions a past discussion, you debug a familiar issue, or you seek historical decision context

What you get

Matched past exchanges with project, date, summary, similarity, and file path.

  • matched past conversation excerpts with similarity scores

By the numbers

  • 3 search modes: vector, text, both
  • 50-100x context savings via subagents

Files

SKILL.mdMarkdownGitHub ↗

Remembering Conversations

Search archived conversations using semantic similarity or exact text matching.

Core principle: Search before reinventing.

Announce: "I'm searching previous conversations for [topic]."

Setup: See INDEXING.md

When to Use

Search when:

  • Your human partner mentions "we discussed this before"
  • Debugging similar issues
  • Looking for architectural decisions or patterns
  • Before implementing something familiar

Don't search when:

  • Info in current conversation
  • Question about current codebase (use Grep/Read)

In-Session Use

Always use subagents (50-100x context savings). See skills/using-skills for workflow.

Manual/CLI use: Direct search (below) for humans outside Claude Code sessions.

Direct Search (Manual/CLI)

Tool: ${SUPERPOWERS_SKILLS_ROOT}/skills/collaboration/remembering-conversations/tool/search-conversations

Modes:

search-conversations "query"              # Vector similarity (default)
search-conversations --text "exact"       # Exact string match
search-conversations --both "query"       # Both modes

Flags:

--after YYYY-MM-DD    # Filter by date
--before YYYY-MM-DD   # Filter by date
--limit N             # Max results (default: 10)
--help                # Full usage

Examples:

# Semantic search
search-conversations "React Router authentication errors"

# Find git SHA
search-conversations --text "a1b2c3d4"

# Time range
search-conversations --after 2025-09-01 "refactoring"

Returns: project, date, conversation summary, matched exchange, similarity %, file path.

For details: Run search-conversations --help

Related skills

FAQ

What search modes are supported?

Vector similarity (default), exact text match (--text), or both (--both), with date and limit filters.

When should I not use it?

When the info is in the current conversation, or the question is about the current codebase (use Grep/Read).

AI & Agent Buildingagentsresearch

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.