From mnemo-mcp
Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate
How this skill is triggered — by the user, by Claude, or both
Slash command
/mnemo-mcp:knowledge-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematic review of stored memories to maintain quality. Finds duplicates, detects contradictions, flags stale entries, and consolidates overlapping memories.
Systematic review of stored memories to maintain quality. Finds duplicates, detects contradictions, flags stale entries, and consolidates overlapping memories.
Scope the audit:
memory(action="search", query="[topic]") to find all related memoriesmemory(action="list") to get full inventory, then memory(action="stats") for overviewIdentify duplicates:
memory(action="delete", id="[duplicate-id]") for removalsDetect contradictions:
Flag stale entries:
memory(action="update", ...) adding [STALE] prefix, or delete if clearly obsoleteConsolidate overlapping memories:
memory(action="consolidate", ...) if available, otherwise manual mergeProduce audit report:
## Knowledge Audit — [topic/all] — [date]
### Summary
- Total memories reviewed: [N]
- Duplicates removed: [N]
- Contradictions resolved: [N]
- Stale entries flagged/removed: [N]
- Memories consolidated: [N merged into M]
### Actions Taken
- [list of specific changes]
### Recommendations
- [any patterns noticed, e.g., "many memories lack WHY context"]
npx claudepluginhub n24q02m/claude-plugins --plugin mnemo-mcpAudits and selectively forgets stored Claude Code memories. Use when memory is large/uncurated, project state has shifted, or retrieval quality degraded.
Audits Pensyve memories for staleness (>30 days unaccessed or low retrievability), contradictions, low confidence (<0.5), and consolidation candidates, then offers confirmed cleanup actions. Use periodically.
Performs periodic memory maintenance and cleanup for the rekal database, detecting duplicates, conflicts, and stale conversations while requiring user approval for all changes.