← ClaudeAtlas

memory-health-auditlisted

Full memory system health audit — cross-correlates retrieval logs, diary, learnings, and memory file structure to assess what's working, what's wasteful, and what to change. Broader than the /multiplai-context:health check (which focuses on infrastructure). Use when the user asks 'how's memory doing', 'audit the memory system', 'what patterns have you noticed about memory', 'memory health check', or periodically (monthly) to track system health over time.
spikelab/multiplai-cc-mktplace · ★ 0 · AI & Automation · score 69
Install: claude install-skill spikelab/multiplai-cc-mktplace
# Memory Health Audit Full cross-source analysis of the memory system. Produces a dated assessment snapshot saved to `$CLAUDE_PLUGIN_DATA/memory-health/` for longitudinal tracking. Covers four data sources: retrieval logs, diary, learnings, and the memory corpus itself. **Distinct from `/multiplai-context:health`:** That skill checks infrastructure (files exist, not stale, config wired). This skill cross-correlates ALL four data sources to surface systemic patterns — file overload, corpus bloat, learning gaps, project coverage, and actionable restructuring recommendations. ## Key Paths | Source | Path | What It Contains | |--------|------|-----------------| | Retrieval logs | `$CLAUDE_PLUGIN_DATA/logs/context_manager-*.log` | Per-prompt routing decisions (`ROUTING` lines), fallback events (`FALLBACK` lines), no-context events (7-day retention) | | Diary | `.multiplai/diary/*.md` | Session diary — what happened, which projects, commits | | Learnings | `.multiplai/learnings/*.md` | Extracted insights — types, trust levels, target files | | Memory corpus | `.multiplai/memory/*.md` | The actual memory files — structure, size, staleness | | Memory catalog | `$CLAUDE_PLUGIN_DATA/catalogs/memory.json` | Routing descriptions, intent_domains, anti_domains | | Utilisation | `$CLAUDE_PLUGIN_DATA/utilisation.jsonl` | Per-session injected-vs-estimated-used records (two estimators; see Phase 1.5) | | Previous assessments | `$CLAUDE_PLUGIN_DATA/memory-health/*.md` | Past audit snapshots