remind
Installation
SKILL.md
Remind
Recall and search previous Claude Code conversation sessions to find past discussions, decisions, solutions, and context.
How It Works
This skill searches conversation history using two backends:
- Scribe DB (preferred) — SQLite FTS5 full-text index at
~/.scribe/scribe.dbwith 141K+ indexed messages across all AI coding tool sessions. BM25-ranked results, grouped by session. - JSONL fallback — Direct search through
~/.claude/projects/JSONL conversation files when Scribe isn't available.
The search script at scripts/search.py handles both backends automatically.