mem-history
Installation
SKILL.md
Project Memory Search
Query cross-session history via claude-mem.
Scope
Searches observations stored by claude-mem in the current project only. Does not access git history, file contents, or observations from other projects.
See also learning-patterns for encoding new observations.
If claude-mem Tools Are Not Available
Tell the user that cross-session memory requires the claude-mem plugin (/plugin install claude-mem@thedotmack). Suggest alternatives: check git log for recent changes, read CLAUDE.md files for project context, or use git blame for file history.
3-Layer Workflow
- Search (index):
searchwith keywords — returns compact list with IDs (~50-100 tokens/result) - Get details:
get_observationswith IDs from search — returns full narratives (~500-1000 tokens/result) - Timeline:
timelinewith anchor ID or query — shows chronological context around an observation