Agent skill · writing content · aaaaqwq
Remembering Conversations
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
Why this skill is useful
Provides specific commands and flags for searching archived conversations that enhance the AI's ability to retrieve historical context effectively.
What it needs
About 1k tokens when loaded. Last updated 2026-08-06. 83 stars on the source repository.
What this skill does
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: ${SUPERPOWERSSKILLSROOT}/skills/collaboration/remembering-conversations/tool/search-conversations Modes: Flags: Examples: Returns: project, date, conversation summary, matched exchange, similarity %, file path. For details: Run search-conversations --help
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills aaaaqwq/sp-remembering-conversations