@builtbyzac/memory-kit

by builtbyzac · v1.0.0 · workflow

5 skills that fix context loss in Claude Code. Persistent memory across sessions, compaction events, and team handoffs.

Install

Add @builtbyzac/memory-kit to Claude Code with the PolySkill CLI: polyskill add @builtbyzac/memory-kit

Instructions

# Claude Code Memory Kit 5 skills that give Claude Code persistent memory across sessions, compaction events, and team handoffs. ## Skills included ### /memory-load Run at the start of every session. Reads MEMORY.md and memory/ files to restore full project context. After loading, Claude knows the current task, recent decisions, and codebase patterns without re-explanation. **Trigger**: "memory-load", "/memory-load", or "load memory" **Process**: 1. Read MEMORY.md (L1 memory — current state, active task, critical rules) 2. Read memory/decisions.md (architectural decisions with reasoning) 3. R…

Keywords: memory, context, claude-code, persistence, sessions, compaction