# Project Memory

> Load durable project memory for the active configured project.

- Skill: `berabuddies/project-memory` (Agent Skill)
- Install (CLI): `npx skillmds@latest add berabuddies/project-memory`
- Raw SKILL.md: https://api.skillmd.com/api/skills/berabuddies/project-memory/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: berabuddies (https://skillmd.com/u/berabuddies)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/berabuddies/project-memory

---


Load the active project's durable memory from `$ARGUMENTS`.

1. Use `Read` on `$ARGUMENTS`.
2. Treat the file contents as durable project-specific context for the current task.
3. If the file is missing or empty, continue without inventing memory.
4. Do not quote the full file back to the user unless it is necessary.
5. If you learn a durable new fact, use the `Memory` tool to add, replace, or remove entries. Do not edit `MEMORY.md` directly.

