What problem does it solve? Over time, a memory store accumulates duplicate facts, contradictory statements, and stale entries that degrade search quality and produce noisy results. This Skill performs a structured consolidation pass that cleans up the memory store while keeping the user in control of every change. ## Core Features & Use Cases - Duplicate Detection and Merging: Groups memories by category, finds near-duplicates using keyword overlap heuristics, and drafts merged versions that are more complete than either original. - Contradiction Resolution: Flags memories asserting opposing facts about the same topic and lets the user pick the winner, defaulting to the more recent entry. - Stale Entry Pruning: Identifies memories older than 180 days or too vague to be useful, while always protecting entries marked with [PINNED]. - Use Case: After months of an agent storing user preferences, search results feel repetitive. Run the consolidation pass to review a diff report of proposed merges, prunes, and conflicts, approve the changes, and restore memory quality. ## Quick Start Ask the agent to run the dream memory consolidation pass and review the proposed merges, conflicts, and prunes before approving them.