Loading...
Loading...
Configure CLAUDE.md project memory files for persistent context, coding standards, architecture decisions, and team conventions. Reference for the 4-tier memory hierarchy, cross-platform AGENTS.md compatibility, and quick-add commands.
npx skill4agent add vasilyu1983/ai-agents-public claude-code-project-memoryCLAUDE.md| Memory Type | Typical Location | Purpose |
|---|---|---|
| Managed policy | OS-dependent (see official docs) | Organization-wide standards (security, compliance) |
| Project memory | | Shared project context and conventions |
| Project rules | | Modular, topic-focused rules (testing, security, style) |
| User memory | | Personal preferences across projects |
| Project memory (local) | | Local-only, project-specific preferences |
/CLAUDE.md@path/to/file~CLAUDE.md.claude/rules/@imports.claude/rules/testing.md.claude/rules/security.md---
paths:
- "src/api/**/*.ts"
---> /memory> /initbash frameworks/shared-skills/skills/claude-code-project-memory/scripts/lint_claude_memory.sh .@imports| Resource | Purpose |
|---|---|
| references/memory-patterns.md | Patterns and anti-patterns |
| references/memory-examples.md | Full examples by stack |
| references/large-codebase-strategy.md | 100K–1M LOC strategy |
| data/sources.json | Official links |
| Skill | Purpose |
|---|---|
| claude-code-skills | Skill creation patterns |
| claude-code-agents | Claude Code agent setup |
| docs-codebase | Repo documentation patterns |