Remembering Conversations
CommunityNever forget a decision, instantly recall past context.
System Documentation
What problem does it solve?
Losing track of past discussions, decisions, or code patterns in previous AI conversations can lead to duplicated effort and inconsistent solutions. This skill provides a powerful search mechanism to instantly retrieve relevant context from your entire conversation history, ensuring you always build upon past knowledge.
Core Features & Use Cases
- Semantic & Text Search: Find conversations using natural language queries or exact string matches (e.g., for Git SHAs).
- Automatic Indexing: Installs a hook to automatically index new conversations after each session, keeping your knowledge base up-to-date.
- AI Summaries & Snippets: Provides AI-generated summaries and relevant snippets for quick context, saving you from reading full conversations.
- Use Case: When your human partner asks about "how we handled auth errors in React Router last month," you'll use this skill to semantically search your past conversations, quickly retrieving the exact discussion and solution.
Quick Start
Install auto-indexing hook (one-time setup)
~/.claude/skills/collaboration/remembering-conversations/tool/install-hook
Index existing conversations
~/.claude/skills/collaboration/remembering-conversations/tool/index-conversations --cleanup
Search for a topic
~/.claude/skills/collaboration/remembering-conversations/tool/search-conversations "React Router authentication errors"
Dependency Matrix
Required Modules
Components
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Remembering Conversations Download link: https://github.com/obra/clank/archive/main.zip#remembering-conversations Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.