project-memory
Installation
SKILL.md
Project Memory Skill
Set up and organize Claude Code's project memory system for consistent, context-aware assistance.
Core Principle
Project memory teaches Claude Code how to work with your specific codebase. Well-organized project memory leads to more accurate, consistent, and helpful responses.
Memory Hierarchy
Claude Code reads instructions in this order (higher = more precedence):
- Enterprise policy (managed, highest)
- User memory (
~/.claude/CLAUDE.md) - Project memory (
CLAUDE.mdin project root) - Modular rules (
.claude/rules/*.md) - Local memory (
CLAUDE.local.md, gitignored)
Later sources override earlier ones for conflicting instructions.