Awesome-claude-code-toolkit claude-memory-kit
Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.
install
source · Clone the upstream repo
git clone https://github.com/rohitg00/awesome-claude-code-toolkit
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/rohitg00/awesome-claude-code-toolkit "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/claude-memory-kit" ~/.claude/skills/rohitg00-awesome-claude-code-toolkit-claude-memory-kit && rm -rf "$T"
manifest:
skills/claude-memory-kit/SKILL.mdsource content
Claude Memory Kit
Your Claude agent remembers everything across sessions and projects.
What it does
- Persistent memory — MEMORY.md hot cache + knowledge wiki with [[wikilinks]]
- Multi-project support — per-project backlogs and context isolation
- Safety hooks — prevent context loss during compression and long sessions
— one command captures your entire day/close-day
— interactive guided walkthrough/tour
Quick Start
git clone https://github.com/awrshift/claude-memory-kit.git my-project cd my-project claude
Built from production
700+ sessions across 7 projects. Adapted from Karpathy/Cole Medin's knowledge base pattern, simplified for daily CLI use.