All skills

Memory

View on GitHub
Persistent cross-session memory system with full-text search and progressive disclosure.

What it does

Memory provides a persistent knowledge store that captures observations across sessions and makes them searchable in future sessions. Built on SQLite with FTS5 full-text search, it supports typed observations (decisions, discoveries, preferences, bugfixes, workflows, people context), progressive 3-layer retrieval (compact index โ†’ timeline โ†’ full detail), session tracking, automatic compaction, and a web viewer. Most capture happens automatically via a plugin that passively observes tool usage.

Usage

Memory runs passively in the background, but you can interact with it directly for saves, searches, and management.

Key commands:

Examples

Why it was created

AI agents lose all context between sessions. Memory solves this by persisting observations, decisions, and discoveries locally, so every new session starts with the accumulated knowledge of all previous ones โ€” without relying on external services.