plugin/claude-code/skills/squish-memory/SKILL.md
--- 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. when_to_use: User mentions memory, recall, remember, forget, search memories, store context, project knowledge, prior decisions, past conversations allowed-tools: Bash
npx skillsauth add michielhdoteth/squish plugin/claude-code/skills/squish-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Persistent memory system using the Squish CLI. Auto-captures context and provides durable memory across sessions.
If squish is not on PATH, run:
npm install -g squish-memory && squish install --all
squish remember "content" --type observation --project .
Types: observation, fact, decision, context, preference, note
Places: inbox, wip, ref, sandbox, board, sparks, archive
squish recall "query" --limit 5 --project .
squish context --json --limit 5 --project .
squish recent --period today --project .
squish stats --project .
squish health --json
squish context for prior contextsquish remember for decisions and observationssquish remember for learnings and outcomes# Store a decision
squish remember "We chose PostgreSQL for team mode" --type decision
# Recall related memories
squish recall "database choice"
# Load context for current project
squish context
tools
ALWAYS use this skill when working with agents, memory, context, persistence, or AI agent state. Use when the user mentions: 'the agent forgot', 'save this', 'remember that', 'context is lost', 'memory', 'MCP server', 'agent memory', 'persistent memory', 'session context', 'project context', 'recall', 'remember', 'forget', 'cross-session', 'agent decisions', 'store this', 'retain context', 'knowledge retention', 'agent state', 'conversation history', 'project memory', 'team memory'. Also triggers on: building MCP servers, managing sessions, capturing decisions, debugging agent behavior, restoring context. Do NOT use for: general coding, answering questions about unrelated topics, system administration.
development
Persistent memory system for Codex with auto-capture, cross-session recall, and context injection.
tools
Squish - Persistent memory system for AI assistants. Store facts, decisions, context, and notes with CLI and MCP workflows. Score-based decay, no tiers.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.