consolidate-memory

Merge overlapping notes, prune stale facts, and update the memory index.

3|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/garochee33/DSH --skill consolidate-memory-garochee33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidate-memory
Source: https://github.com/garochee33/DSH/tree/main/kb/claude/skills/consolidate-memory
Command: npx skills add https://github.com/garochee33/DSH --skill consolidate-memory-garochee33

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain a user memory system by removing duplicates, retiring stale notes, and preserving durable preferences and context so future sessions can orient quickly.

Core Features & Use Cases

  • Memory review: Scan the memory directory and read the index to understand the current set of saved facts.
  • Deduplication and merging: Combine overlapping topic files, keep the richer version, and eliminate redundant entries.
  • Staleness pruning: Remove expired project notes, one-off tasks, and facts that are easier to re-derive from other sources.
  • Index maintenance: Rewrite the memory index so it stays short, accurate, and easy to navigate.

Quick Start

Consolidate the memory files by removing duplicates, pruning stale entries, and updating the index with only durable, high-value notes.

Frequently Asked Questions about consolidate-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up memory files and remove duplicate notes?

To clean up memory files, the Skill scans your memory directory to merge overlapping topic files, eliminates redundant entries by keeping the richer version, and rewrites the index for easy navigation.

What is memory consolidation and how does it handle stale facts?

Memory consolidation is the process of pruning stale facts by removing expired project notes and one-off tasks, while carefully retaining durable preferences and normalizing absolute dates for future context.

What's the best way to maintain a memory index for project context?

The best way to maintain a memory index is through reflective maintenance workflows that rewrite the index to stay concise, accurate, and under 200 lines so future sessions can orient quickly.

Does memory deduplication work with recurring relationship notes and preference files?

Yes, memory deduplication works with recurring relationship notes and preference files by applying consolidation workflows that preserve durable information while retiring outdated or easily re-derived entries.

What are the limitations when consolidating memory with absolute date normalization?

A key limitation is that the memory index must remain a concise file under 200 lines, requiring careful retention decisions to ensure only durable, high-value notes are kept during the consolidation process.