
Project Memory
- Updated August 2, 2026
- sdickert/claude-plugins
project-memory is a Claude Code skill in the AI & Agent Building category. Persistent project memory that prevents knowledge loss across context compactions and session restarts.
Key points
- project-memory
- AI & Agent Building
- AI-coding skill
Project Memory by the numbers
- Data as of Aug 3, 2026 (Skillselion catalog sync)
/plugin marketplace add sdickert/claude-plugins/plugin install project-memory@sanford-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 2, 2026 |
|---|---|
| Repository | sdickert/claude-plugins ↗ |
What it does
Persistent project memory that prevents knowledge loss across context compactions and session restarts.
README.md
Project Memory Plugin
Prevents knowledge loss across context compactions and session restarts by maintaining persistent memory files for every project.
What it does
Automatically creates and maintains three files in your project workspace:
- orient.md — 30-second briefing for any new session
- system-memory/MEMORY.md — Living state document with technical constraints, decisions, and priorities
- system-memory/SESSION_LOG.md — Chronological history of all sessions
Why it matters
In multi-session projects, context compactions lose the "why" behind decisions and the technical gotchas that were expensive to discover. This plugin ensures that knowledge survives by writing it to disk before it can be lost.
How to use
Start any new project session and the plugin activates automatically when it detects a non-trivial project. Say "remember this", "save progress", or "don't forget" to trigger a save at any time.
Works alongside the memory-guardian skill (passphrase-based drift detection) for complete within-session and cross-session protection.