What problem does it solve?
Teams and AI coding assistants lose project-specific context across sessions, leading to repeated debugging, conflicting architectural changes, and time wasted rediscovering past decisions and fixes. This skill centralizes institutional knowledge so both humans and agents can consult a consistent source of truth before making changes.
Core Features & Use Cases
- Creates a docs/project_notes directory with bugs.md, decisions.md, key_facts.md, and issues.md using opinionated templates.
- Updates or adds guidance to CLAUDE.md and AGENTS.md so AI tools check memory files before proposing changes.
- Provides search-and-update workflows for logging bug fixes, recording ADRs, and maintaining non-sensitive project facts.
- Use case: initialize project memory in a repo, then have Claude consult bugs.md when a recurring error appears to apply a known fix.
Quick Start
Type /project-memory in Claude Code while in your project root to create docs/project_notes, populate the templates, and update CLAUDE.md and AGENTS.md.