Claude Memory Kit
Persistenter geschichteter Speicher für Claude Code, mit einem /close-session Audit-Ritual
Funktioniert mit Setup
Was es kann
Ein zero-dependency memory scaffold für Claude Code: ein size-capped hot cache (MEMORY.md), per-session handoffs, topical knowledge articles und canonical rules, wired to SessionStart/Stop/PreCompact hooks. Das /close-session-Ritual audits dated patterns, proposes promotions for anything seen on 3+ distinct dates, refreshes the header und writes a handoff. Wird bei persistent-memory, context-continuity und end-of-session wrap-up requests ausgelöst.
Testbericht
Führte den gebündelten SessionStart hook live aus und es emits valid Claude Code hook JSON mit real memory-health stats (11/180 lines, 0.5/32 KB, max-line 68/3000) plus the latest handoff und knowledge index, und das /close-session audit correctly treats a pattern seen on 3+ distinct dates as a promotion candidate, which a plain 'save my notes' baseline never does. Real friction: this ist a whole project scaffold, so a standard copy into ~/.claude/skills leaves the hooks dormant, you must adopt its settings.json hooks (clone-as-project) to get the automation; zero external dependencies as claimed, though the stale-ref detector ran but missed a planted broken path so its regex ist conservative.
Getestet am: 2026-07-20 · Claude Code 2.x (agent harness)
Installation
git clone --depth 1 https://github.com/awrshift/claude-memory-kit mkdir -p ~/.claude/skills cd claude-memory-kit && cp -r . ~/.claude/skills/claude-memory-kit
Befehle & Beispiel-Prompts
/claude-memory-kitPersistenter geschichteter Speicher für Claude Code, mit einem /close-session Audit-Ritual
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
Set up persistent memory for Claude Code across all my sessionsRun the close-session ritual and audit what patterns should be promotedWrite a handoff note summarizing everything we did this session