distill-skills

Consolidate overlapping skills into a single primary skill with documented modes.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill distill-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: distill-skills
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/distill-skills
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill distill-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps maintain a clean, unambiguous skill registry by identifying overlapping skills and consolidating them into a single primary with documented modes. It preserves all variants but eliminates duplicate paths to the same purpose.

Core Features & Use Cases

  • Uniqueness enforcement: detect redundant skills and merge their use cases into a primary, using flags or modes.
  • Absorption workflow: document absorbed use cases inside the primary skill's references and modes, while preserving history.
  • Registry hygiene: refresh central registries (e.g., SKILLS-REGISTRY.md) and system state to reflect consolidation.

Quick Start

Run the distill-skills audit to identify redundant skills and consolidate their use cases into a single primary with documented modes.

Frequently Asked Questions about distill-skills

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

FAQPage Schema
How do I consolidate overlapping skills in a managed skill registry?

Skill consolidation merges redundant capabilities into a single primary skill using documented modes, while preserving absorbed variants as disabled entries to maintain history. This eliminates duplicate paths to the same purpose.

What is skill disambiguation in autonomous agent ecosystems?

Skill disambiguation identifies similar capabilities across repo-scoped or mode-based implementations and enforces uniqueness by merging their use cases into a primary skill. This maintains a clean, unambiguous registry.

How do I merge duplicate skill capabilities without losing history?

Merging duplicate capabilities involves documenting absorbed use cases inside the primary skill's references and modes, then tracking absorbed skills as disabled. This preserves all variants and history while eliminating duplicates.

Does skill consolidation require a specific format for the SKILL.md file?

Skill consolidation requires a YAML frontmatter with name and description in the SKILL.md file. It also supports optional references and assets to document the absorbed use cases.

When should I run a skill registry audit for overlapping capabilities?

Run a skill registry audit when your managed registry contains multiple similar capabilities, such as repo-scoped or mode-based variants. This identifies redundant skills and refreshes the central registry state to reflect consolidation.