Project Brain – Persistent memory index for AI coding A new open-source skill for Claude Code called Project Brain creates a persistent memory index of a developer's projects, storing architecture, decisions, and status in a `.project-brain/` folder of markdown files. The tool aims to eliminate the need for developers to re-explain their projects in every AI session by having Claude read a small index first and load detailed topic files only when needed. This approach reduces token usage, prevents the AI from mixing up project details, and preserves multi-month memory of what was done, what worked, and what failed. Stop re-explaining your projects to the AI every session. Project Brain is a Claude Code https://claude.com/claude-code skill that gives Claude a small, navigable map of your projects — their stack, decisions, pitfalls, and what's already been done — so it stops forgetting, stops mixing projects up, and stops re-reading a 1000-line README into context on every single task. It is not a database, a server, or another AI wrapper. It's a convention plus a skill: a .project-brain/ folder of plain markdown that Claude reads through an index, loading detail only when it's actually needed. Every new Claude Code session, on every project: - explain the architecture - explain the deployment - explain the stack - explain the history - explain the known pitfalls …again. And after a few hours of work the model starts mixing details between projects — this one is FastAPI + Postgres, that one is Node + tRPC + MySQL — and quietly redoing things you already finished last week. .project-brain/ index.md a small MAP: projects → topics → status + pointer projects/