What problem does it solve?
This Skill solves the problem of lost context in Claude Code by giving the agent a durable place to store project knowledge, lessons learned, and user preferences across sessions.
Core Features & Use Cases
- Persistent Memory File: Uses a single MEMORY.md file as the agent's long-term notebook for project-specific knowledge.
- Topic-Based Organization: Splits growing memory into focused topic files when notes become too large to manage cleanly.
- Maintenance Guidance: Explains what to record, what to omit, when to prune stale notes, and how to keep memory useful over time.
- Use Case: A developer can preserve hard-won debugging fixes, recurring commands, and communication preferences so the next Claude Code session starts informed instead of blank.
Quick Start
Create .claude/MEMORY.md, tell Claude Code to read it at the start of every session, and keep adding important project discoveries as you learn them.