read-memories
SolidSearch past Claude Code session logs to recover context from previous conversations. Finds past decisions, data paths, CRS info, model configurations, and unresolved work. Works across all projects or scoped to the current one.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- opengeos
- Repository
- opengeos/geoai-skills
- Created
- 4 months ago
- Last Updated
- 6 days ago
- Language
- N/A
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
claude-context
Search across all ~/.claude data (conversations, project memories, global memories, plans, agents) to find prior work, past solutions, and relevant context before reading raw files or grepping manually. Use this whenever the user asks things like "have we dealt with this before," "did I solve this somewhere," "find that memory/note about X," "what project was that in," or when you (Claude) need to recall a prior decision, convention, or fix across projects without knowing which project or conversation it's in. Always prefer this tool over `grep`/`find`/reading whole .claude files directly — it is dramatically cheaper in tokens and returns structured, rankable results.
mem-search
Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.
session-search
Search across past conversations/transcripts to recall what was said or decided earlier. Use when the user refers to something from before ("what did we decide about X", "last time", "you mentioned", "remind me what I said about…") and it isn't already in memory.