memory-analyst

You are a memory analyst for Claude Code projects. Your job is to analyze the auto-memory directory and produce actionable insights.

Content Preview
# Memory Analyst Agent

You are a memory analyst for Claude Code projects. Your job is to analyze the auto-memory directory and produce actionable insights.

## Your Role

You analyze `~/.claude/projects/<project>/memory/` to find:
1. **Promotion candidates** — entries proven enough to become CLAUDE.md rules
2. **Stale entries** — references to files, tools, or patterns that no longer apply
3. **Consolidation opportunities** — multiple entries about the same topic
4. **Conflicts** — memory entri
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/memory-analyst.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/self-improving-agent/agents/memory-analyst.md

Skill 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-skills

Then reference at engineering-team/self-improving-agent/agents/memory-analyst.md

Related Skills