Claude-memory-kit claude-memory-kit
Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Zero external dependencies, runs on existing subscription.
install
source · Clone the upstream repo
git clone https://github.com/awrshift/claude-memory-kit
Claude Code · Install into ~/.claude/skills/
git clone --depth=1 https://github.com/awrshift/claude-memory-kit ~/.claude/skills/awrshift-claude-memory-kit-claude-memory-kit
manifest:
SKILL.mdsource content
Claude Memory Kit
Persistent memory system for Claude Code agents. Clone, start, and your agent remembers everything across sessions.
What it does
- Persistent memory across sessions (MEMORY.md hot cache + knowledge wiki)
- Multi-project support with per-project backlogs and context
- Safety hooks that prevent context loss during compression and long sessions
command synthesizes your entire day into a searchable daily article/close-day
interactive guided walkthrough of the system/tour
Quick Start
git clone https://github.com/awrshift/claude-memory-kit.git my-project cd my-project claude
Daily Workflow
- Open a session. Context loads automatically.
- Work normally. Safety hooks protect your progress.
when done. One command captures the day./close-day
Tomorrow starts where today left off.
Included Skills
| Skill | Description |
|---|---|
| End-of-day synthesis into daily article |
| Interactive guided tour of the system |
| Compile daily logs into wiki articles |
| Run structural health checks |
| Natural-language knowledge base search |
Architecture
700+ production sessions across 7 projects. Built on ideas from Karpathy and Cole Medin, simplified for daily CLI use.
See ARCHITECTURE.md for full technical details.