agents-project-memory
Installation
SKILL.md
Project Memory for Claude Code + Codex (Jan 2026)
Configure project memory so Claude Code and Codex get stable, scoped instructions across sessions while keeping token cost low. Use a single source of truth: keep AGENTS.md as primary and symlink CLAUDE.md to it.
Quick Reference
| Memory Type | Typical Location | Purpose |
|---|---|---|
| Managed policy | OS-dependent (see official docs) | Organization-wide standards (security, compliance) |
| Project memory | ./AGENTS.md (primary) + ./CLAUDE.md (symlink → AGENTS.md) |
Shared project context and conventions |
| Project rules | ./.claude/rules/*.md |
Modular, topic-focused rules (testing, security, style) |
| User memory | ~/.claude/CLAUDE.md |
Personal preferences across projects |
| Project memory (local) | ./CLAUDE.local.md (git-ignored) |
Local-only, project-specific preferences |