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: 81/100
Skill Content
Details
- Author
- opengeos
- Repository
- opengeos/geoai-skills
- Created
- 5 months ago
- Last Updated
- 1 months 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 persistent project memory across sessions — decisions, bugs, features, discoveries
session-search
Search your own past sessions/transcripts to recall what was already done or decided, instead of re-deriving it. Use for "did we already do/discuss X?", or to find a prior decision, command, fix, or path across past conversations.