Four human-readable files — bugs.md, decisions.md, key_facts.md, issues.md — that Claude reads before proposing changes. Project memory without a database.
project-memory is a Claude Code skill that installs four lightweight notes under docs/project_notes/ and teaches Claude to consult them before making architectural changes. Unlike memory-bank MCPs, it's plain files you review in PRs: bugs.md captures error patterns with prevention strategies, decisions.md is your ADR log, key_facts.md holds non-sensitive config, and issues.md is a work log. Installable globally, per-project, or per-workspace.