← ClaudeAtlas

knowledge-auditlisted

Review and clean up stored memories — find duplicates, contradictions, stale entries, and consolidate
n24q02m/claude-plugins · ★ 3 · AI & Automation · score 74
Install: claude install-skill n24q02m/claude-plugins
# Knowledge Audit Systematic review of stored memories to maintain quality. Finds duplicates, detects contradictions, flags stale entries, and consolidates overlapping memories. ## Steps 1. **Scope the audit**: - If topic specified: `memory(action="search", query="[topic]")` to find all related memories - If "all": `memory(action="list")` to get full inventory, then `memory(action="stats")` for overview - Group memories by tag/category for systematic review 2. **Identify duplicates**: - Search for memories with similar content or overlapping keywords - Compare pairs that cover the same topic - Decision: keep the more detailed/recent one, delete the other - Use `memory(action="delete", id="[duplicate-id]")` for removals 3. **Detect contradictions**: - Look for memories that make opposing claims about the same topic - Examples: "Use library A" vs "Switched to library B", conflicting conventions - Decision tree: - Both have dates -> keep the newer one (it supersedes) - Neither has date -> ask user which is current - Both are valid (context-dependent) -> update both to clarify their scope - Update the surviving memory to note it supersedes the old one 4. **Flag stale entries**: - Memories referencing specific versions that are now outdated - Memories about temporary workarounds that may have been resolved - Memories about tools/libraries that have been replaced - Action: mark as stale with `memory(action="update",