← ClaudeAtlas

self-improving-agentlisted

Curate Claude Code's auto-memory into durable project knowledge. Analyze MEMORY.md for patterns, promote proven learnings to CLAUDE.md and .claude/rules/, extract recurring solutions into reusable skills. Use when: (1) reviewing what Claude has learned about your project, (2) graduating a pattern from notes to enforced rules, (3) turning a debugging solution into a skill, (4) checking memory health and capacity.
kopp0510/claude-dd · ★ 6 · AI & Automation · score 78
Install: claude install-skill kopp0510/claude-dd
# Self-Improving Agent > Auto-memory captures. This plugin curates. Claude Code's auto-memory (v2.1.32+) automatically records project patterns, debugging insights, and your preferences in `MEMORY.md`. This plugin adds the intelligence layer: it analyzes what Claude has learned, promotes proven patterns into project rules, and extracts recurring solutions into reusable skills. ## Quick Reference | Command | What it does | |---------|-------------| | `/self-improving-agent:review` | Analyze MEMORY.md — find promotion candidates, stale entries, consolidation opportunities | | `/self-improving-agent:promote` | Graduate a pattern from MEMORY.md → CLAUDE.md or `.claude/rules/` | | `/self-improving-agent:extract` | Turn a proven pattern into a standalone skill | | `/self-improving-agent:status` | Memory health dashboard — line counts, topic files, recommendations | | `/self-improving-agent:remember` | Explicitly save important knowledge to auto-memory | ## How It Fits Together ``` ┌─────────────────────────────────────────────────────────┐ │ Claude Code Memory Stack │ ├─────────────┬──────────────────┬────────────────────────┤ │ CLAUDE.md │ Auto Memory │ Session Memory │ │ (you write)│ (Claude writes)│ (Claude writes) │ │ Rules & │ MEMORY.md │ Conversation logs │ │ standards │ + topic files │ + continuity │ │ Full load │ First 200 lines│ Contextual load │ ├─────────────┴────────