From claude-code-toolkit
Provides persistent cross-session memory for Claude Code using a two-layer architecture (hot cache + knowledge wiki), safety hooks, and end-of-day synthesis via /close-day.
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 context, and where data is stored locally.
Guides claude-mem plugin usage for persisting context, work history, and key findings across Claude Code sessions. Integrates with fireauto skills for research, PRD, SEO, and security tracking.
Manages cross-session memory persistence by saving work history, decisions, and learned patterns to `.claude/memory/`. Useful for continuing work across sessions.