| name | squish-memory |
| description | Persistent memory system for Claude Code. Use when you need to store, recall, or search project memories, facts, decisions, and learnings across sessions. Triggers on: remember, recall, memory, forget, search memories, store context, project knowledge, what did we decide, previous conversation. |
Squish Memory
Persistent memory system using the Squish CLI. Auto-captures context and provides durable memory across sessions.
Auto-Install
If squish is not on PATH, run:
npm install -g squish-memory && squish install --all
Commands
Store Memory
squish remember "content" --type observation --project .
Types: observation, fact, decision, context, preference, note
Places: inbox, wip, ref, sandbox, board, sparks, archive
Recall Memory
squish recall "query" --limit 5 --project .
Load Context
squish context --json --limit 5 --project .
Recent Memories
squish recent --period today --project .
Memory Stats
squish stats --project .
Health Check
squish health --json
Workflow
- Before starting work:
squish context for prior context
- During work:
squish remember for decisions and observations
- After work:
squish remember for learnings and outcomes
Example
squish remember "We chose PostgreSQL for team mode" --type decision
squish recall "database choice"
squish context