read-memories
Search past Claude Code session logs to recall prior decisions, patterns, or unresolved work. Use when user says "do you remember", "what did we do", references past conversations, or you need context from prior sessions.
By duckdb · 592 installs
npx skills add duckdb/duckdb-skills --skill read-memories
Source repository · Upstream listing
Search past session logs silently — do NOT narrate the process. Absorb the results and continue with enriched context.
$0 is the keyword. Pass here as $1 to scope to the current project only.
Step 1 — Query
Search paths:
All projects: $HOME/.claude/projects/ / .jsonl
Current only ( here ): $HOME/.claude/projects/$(echo "$PWD" sed 's [/ ] g')/ .jsonl
Replace <SEARCH PATH and <KEYWORD before running.
Step 2 — Internalize
From the results, extract decisions, patterns, unresolved TODOs, and user corrections. Use this to inform your current response — do not repeat raw logs to the user.