consolidate

Consolidate project lessons by merging duplicates and rebuilding YAML catalog and index.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the consolidation of lessons learned over time in a project, ensuring that knowledge is preserved and easily accessible.

Core Features & Use Cases

  • Lesson Consolidation: Merges near-duplicates, rewrites verbose bodies, archives stale lessons, and rebuilds the catalog and index.
  • Warning Triggered Execution: Runs only when a hard-cap warning is present, indicating potential bloat.
  • Escalated Lessons Review: Flags escalated lessons for human review without archiving them.
  • Use Case: Ideal for projects where knowledge preservation is crucial, such as software development or strategic planning.

Quick Start

Run the consolidate skill to process and consolidate lessons when a cap-exceeded warning is detected.

Frequently Asked Questions about consolidate

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

FAQPage Schema
How do I automate lessons learned consolidation for project knowledge management?

Automating lessons consolidation merges near-duplicate entries, rewrites verbose content, archives stale lessons, and rebuilds the YAML catalog and index to preserve project knowledge.

When should I run a knowledge consolidation script to prune outdated lessons?

You should run knowledge consolidation when a cap-exceeded warning is detected, signaling potential catalog bloat that requires merging duplicates and pruning outdated information.

Do I need Python and file system access to consolidate project lessons and rebuild the catalog?

Yes, consolidating project lessons requires basic Python capabilities for script execution and file system access to read and write lesson files and the YAML catalog.

How does lesson consolidation handle escalated lessons versus stale information?

Lesson consolidation flags escalated lessons for human review without archiving them, while safely archiving stale information and pruning outdated entries during the catalog rebuild.

What is the best way to merge duplicate lessons and prevent knowledge loss in software projects?

Merging duplicate lessons through automated consolidation prevents knowledge loss by rewriting verbose bodies, archiving stale entries, and rebuilding the index while preserving crucial project information.