Help us improve
Share bugs, ideas, or general feedback.
From claude-mem-lite
Full-text search and management of past work, memories, project history, and session notes with token-efficient browsing.
npx claudepluginhub sdsrss/claude-mem-lite --plugin claude-mem-liteHow this skill is triggered — by the user, by Claude, or both
Slash command
/claude-mem-lite:memThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- `/mem search <query>` — FTS5 full-text search
Searches persistent cross-session memory database (claude-mem) to retrieve past work, decisions, and context. Use when user asks about prior sessions or solutions.
Implements 3-layer memory search workflow to recall past work, decisions, errors, and project history token-efficiently via layered functions.
Persistently stores and retrieves cross-session context via MCP server. Search prior work, ingest meeting notes, and get synthesized summaries of identity, projects, and priorities.
Share bugs, ideas, or general feedback.
/mem search <query> — FTS5 full-text search/mem recent [n] — Recent observations (default 5)/mem recall <file> — File history before editing/mem timeline <id> — Browse around an observation/mem save <text> — Save a note/mem stats — Memory statistics/mem cleanup [Nd] — Purge stale datamem_search(query) → compact ID indexmem_timeline(anchor=ID) → surrounding contextmem_get(ids=[...]) → full content only when needed