minions-consolidate

Detect stale and conflicting facts across vault entities and consolidate episodic knowledge.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Catafal/minions-skill --skill minions-consolidate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minions-consolidate
Source: https://github.com/Catafal/minions-skill/tree/main/minions-consolidate
Command: npx skills add https://github.com/Catafal/minions-skill --skill minions-consolidate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Maintains knowledge quality across the vault by detecting stale facts, contradictions, and misalignments; consolidates episodic entries into stable semantic facts, and derives cross-entity insights to keep the knowledge graph coherent.

Core Features & Use Cases

  • Freshness scan to flag stale facts without auto-deletion.
  • Contradiction detection within and across connected entities.
  • Episodic-to-semantic consolidation to reduce noise and improve stability.
  • Cross-entity insight derivation for higher-order knowledge.
  • State updates and archival traces in _Meta and run logs for accountability.

Quick Start

Run /minions-consolidate in Claude Code to start the five-phase knowledge consolidation workflow.

Frequently Asked Questions about minions-consolidate

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

FAQPage Schema
How do I consolidate knowledge graph facts and resolve contradictions in my vault?

To consolidate knowledge graph facts and resolve contradictions, run a five-phase workflow that scans freshness, detects conflicts within and across entities, and consolidates episodic entries into stable semantic facts without auto-deleting data.

Can I flag stale facts in my vault without automatically deleting them?

Yes, you can flag stale facts without auto-deletion during the freshness check phase. The consolidation process identifies outdated information and records state updates and archival traces in _Meta and run logs for accountability.

How does episodic-to-semantic consolidation work for knowledge management?

Episodic-to-semantic consolidation works by converting transient, event-based vault entries into stable semantic facts. This reduces noise in the knowledge graph and improves fact stability by deriving higher-order cross-entity insights.

Do I need frontmatter metadata and per-entity facts to run vault consolidation?

Yes, vault consolidation requires frontmatter-driven metadata, per-entity facts, and graph-based cross-entity relationships to function. These inputs enable the system to perform freshness checks and cross-entity derivation accurately.

What's the best way to detect conflicting facts across connected vault entities?

The best way to detect conflicting facts across connected entities is using graph-based cross-entity relationship analysis. The workflow identifies contradictions within individual entities and across connected nodes, then updates the final state stored in _Meta.

Can I restrict knowledge consolidation to a specific domain instead of all vault entities?

Yes, you can apply the knowledge consolidation workflow across all entities or restrict it to a specific domain. This allows targeted freshness checks and contradiction detection within a defined scope of your vault.