From claude-code-toolkit
Persistent memory system for Claude Code with hot cache, knowledge wiki, and end-of-day synthesis. Prevents context loss across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-toolkit:claude-memory-kitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Your Claude agent remembers everything across sessions and projects.
Your Claude agent remembers everything across sessions and projects.
/close-day — one command captures your entire day/tour — interactive guided walkthroughgit clone https://github.com/awrshift/claude-memory-kit.git my-project
cd my-project
claude
700+ sessions across 7 projects. Adapted from Karpathy/Cole Medin's knowledge base pattern, simplified for daily CLI use.
npx claudepluginhub rohitg00/awesome-claude-code-toolkitExplains how claude-mem captures observations, injects relevant memory across sessions, and stores data locally in SQLite.
Captures Claude Code sessions, extracts decisions and lessons via the Claude Agent SDK, and compiles them into structured knowledge articles for persistent memory across sessions.