Content Preview
# Claude Code Memory Architecture A complete reference for how Claude Code's memory systems work together. ## Three Memory Systems ### 1. CLAUDE.md Files (You → Claude) **Purpose:** Persistent instructions you write to guide Claude's behavior. **Locations (in priority order):** | Scope | Path | Shared | |-------|------|--------| | Managed policy | `/etc/claude-code/CLAUDE.md` (Linux) | All users | | Project | `./CLAUDE.md` or `./.claude/CLAUDE.md` | Team (git) | | User | `~/.claude/CLAUDE.m
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/memory-architecture.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/self-improving-agent/reference/memory-architecture.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering-team/self-improving-agent/reference/memory-architecture.md
Related Skills
cs-senior-engineer
Senior Engineer agent for architecture decisions, code review, DevOps, and API design. Orchestrates engineering and engineering-team skills for technical implementation work. Spawn when users need system design, code quality review, CI/CD pipeline setup, or infrastructure decisions.
agentsseniorengineeragent
by alirezarezvani · alirezarezvani-claude-skills
cs-engineering-lead
Engineering Team Lead agent for coordinating QA, security, data engineering, ML, and frontend/backend teams. Orchestrates engineering-team skills for team-level technical decisions. Spawn when users need team coordination, tech stack evaluation, incident response, or cross-functional engineering work.
agentsengineeringleadagent
by alirezarezvani · alirezarezvani-claude-skills
memory-analyst
You are a memory analyst for Claude Code projects. Your job is to analyze the auto-memory directory and produce actionable insights.
engineering-teammemoryanalystagent
by alirezarezvani · alirezarezvani-claude-skills
feature_engineering_patterns
World-class feature engineering patterns for senior data scientist.
engineering-teamfeatureengineeringpatterns
by alirezarezvani · alirezarezvani-claude-skills