Search through past session memories and facts
Searches project memory, session history, and facts for relevant information and context.
/plugin marketplace add ZipperBagCoffee/memory-keeper-plugin/plugin install memory-keeper@memory-keeper-marketplaceSearch through project memory for: $ARGUMENTS
Search facts.json (decisions, patterns, issues):
node scripts/counter.js search "$ARGUMENTS"
Search session files in .claude/memory/sessions/:
grep -r -i "$ARGUMENTS" .claude/memory/sessions/*.md 2>/dev/null || echo "No matches in sessions"
Search memory.md:
grep -i "$ARGUMENTS" .claude/memory/memory.md 2>/dev/null || echo "No matches in memory.md"
Return matching excerpts with dates and context.
If no arguments provided, show summary of available memories: