craft-memorylisted
Install: claude install-skill attac-t/the-foundry
# Skill: Craft Memory
> "Would removing this line cause Claude to make mistakes? If not, cut it." — Anthropic
## Source of Truth
- https://code.claude.com/docs/en/memory
- https://code.claude.com/docs/en/best-practices
Read these first. Every time. The spec evolves.
---
## The Hierarchy
| Level | Location | Purpose |
|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
| Organization | macOS: `/Library/Application Support/ClaudeCode/CLAUDE.md`<br>Linux: `/etc/claude-code/CLAUDE.md`<br>Windows: `C:\Program Files\ClaudeCode\CLAUDE.md` | Constraints |
| User | `~/.claude/CLAUDE.md` | Preferences |
| Project | `./CLAUDE.md` or `.claude/CLAUDE.md` | Context |
| Local | `./CLAUDE.local.md` (auto-gitignored) | Personal |
| Rules | `.claude/rules/*.md`