memory-health-auditlisted
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