skill-gap-detector

Reads NATURAL_LANGUAGE_QUERY and NATURAL_LANGUAGE_QUERY2, outputs NATURAL_LANGUAGE_QUERY3 and NATURAL_LANGUAGE_4.

4|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/danmestas/wardrobe --skill skill-gap-detector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-gap-detector
Source: https://github.com/danmestas/wardrobe/tree/main/skills/skill-gap-detector
Command: npx skills add https://github.com/danmestas/wardrobe --skill skill-gap-detector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Surfaces missing skills that users repeatedly reinvent in inline instructions and drafts new SKILL.md files for human review.

Core Features & Use Cases

  • Surfaces missing skills from repeated-instruction patterns.
  • Drafts new SKILL.md scaffolds for human review without auto-install.
  • Integrates with evolution-engine outputs to keep the skill catalog fresh.

Quick Start

Run the detector pipeline to surface repeated-instruction clusters and inspect the proposed new-skill scaffolds.

Frequently Asked Questions about skill-gap-detector

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

FAQPage Schema
How do I detect missing skills from repeated-instruction patterns in my transcripts?

To detect missing skills from repeated-instruction patterns, analyze clustered inline instructions from transcripts to surface recurring tasks that lack dedicated skills. This process identifies gaps by comparing repeated instruction clusters against your existing skill catalog to highlight redundancies.

What is a skill-gap detector and how does it work with evolution reports?

A skill-gap detector works by reading repeated-instruction clusters from evolution-engine reports and comparing them against existing skills to surface missing capabilities. It operates within maintenance workflows or cron-driven loops to identify when users repeatedly reinvent instructions that should be formalized into skills.

Can I automatically install proposed skills generated from instruction clusters?

No, you cannot automatically install proposed skills because the detector drafts new SKILL.md scaffolds strictly for human review without auto-installation. It writes draft files under the proposed-skills directory, ensuring a human manually reviews and approves each new skill scaffold before activation.

How do I draft new SKILL.md scaffolds from repeated instruction clusters?

To draft new SKILL.md scaffolds from repeated instruction clusters, run the detector pipeline to compare clustered instructions against existing skills and generate kebab-case scaffold files. These drafts are written to the proposed-skills directory for human review without automatic installation.

Does the skill-gap detector require an evolution-engine to function?

The skill-gap detector relies on evolution-engine outputs because it is triggered after the evolution-engine reports clusters of repeated instructions. It reads these clusters to compare against existing skills and propose new kebab-case skill scaffolds, making the evolution-engine reports a necessary input.

What are the limitations of using automated skill scaffolding for maintenance workflows?

A limitation of automated skill scaffolding is that it cannot auto-install proposed skills, requiring manual human review of every draft SKILL.md file. Additionally, it depends on pre-existing evolution-engine cluster reports to function, limiting standalone use in maintenance workflows.