consolidate-memory

Consolidate and prune project memory files by merging duplicates and condensing verbose information.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hodor/claude-compass --skill consolidate-memory-hodor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consolidate-memory
Source: https://github.com/hodor/claude-compass/tree/main/plugin/skills/consolidate-memory
Command: npx skills add https://github.com/hodor/claude-compass --skill consolidate-memory-hodor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage the growing volume of project memory by condensing, pruning, and consolidating information into a more manageable format.

Core Features & Use Cases

  • Memory Consolidation: Merges duplicate files and removes one-session and stale facts.
  • Verbose Body Condensation: Strips unnecessary information to focus on key facts.
  • Index Rebuilding: Ensures the MEMORY.md index is updated and lean.
  • Use Case: When your project's memory files have become bloated, this skill can help reduce the size and complexity of your memory storage.

Quick Start

To condense and clean up your project's memory, simply execute the command 'consolidate memory' in your project context.

Frequently Asked Questions about consolidate-memory

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

FAQPage Schema
How do I consolidate project memory files that have become bloated?

Project memory consolidation merges duplicate files, strips verbose bodies to key facts, and removes stale or one-session content to reduce storage complexity. Python scripts process the project files to condense information into a manageable format.

When should I prune ephemeral content from my project memory?

Prune ephemeral content from project memory when accumulated one-session facts and stale information bloat storage. Removing this transient data ensures the memory index stays lean and focused on essential project facts.

Does memory consolidation require Python scripts to process project files?

Yes, memory consolidation requires access to project files and Python scripts for processing. The scripts handle merging duplicates, condensing verbose information, and rebuilding the memory index.

What's the best way to rebuild a project memory index after pruning files?

The best way to rebuild a project memory index after pruning is to use consolidation scripts that ensure the index is updated and lean. This strips unnecessary information while focusing on retained key facts.

Can I condense verbose memory file bodies without losing key project facts?

Yes, verbose memory file body condensation strips unnecessary information to focus on key facts. The consolidation process removes redundant and ephemeral content while preserving essential project details.

How do I execute memory consolidation within my project context?

To execute memory consolidation, run the command 'consolidate memory' in your project context. This triggers the scripts to merge duplicates, remove stale facts, and rebuild the memory index.