Skill Gap Identifier

Convert failure signals and user requests into skill scaffolds with SKILL.md templates.

27|8|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill skill-gap-identifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Gap Identifier
Source: https://github.com/Sounder25/Google-Antigravity-Skills-Library/tree/main/21_skill_gap_identifier
Command: npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill skill-gap-identifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This meta-skill analyzes failures or user requests to automatically scaffold new skills, ensuring structural evolution by translating needs into concrete directory structures, SKILL.md templates, and placeholder scripts.

Core Features & Use Cases

  • Scaffolds a new skill directory with a standardized layout (SKILL.md, scripts/, templates/).
  • Generates metadata and template content that can be adapted for evolution and integration with existing skills.
  • Applies to failure-driven gaps and capability requests to guide systematic capability expansion.

Quick Start

Run the included PowerShell scaffold tool to generate a new skill skeleton. For example, use:

  • PowerShell: .\scripts\propose_skill.ps1 -Name <short_name> -Trigger "<trigger phrase>" -Description "<short description>" This will create a new directory under skills with a template SKILL.md and a scripts folder.

Frequently Asked Questions about Skill Gap Identifier

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

FAQPage Schema
How do I automatically scaffold a new skill directory from failure signals?

To automatically scaffold a new skill from failure signals, run the included propose_skill.ps1 PowerShell script. It converts requests into a standardized directory layout containing a SKILL.md template, scripts, and templates for rapid system evolution.

Can I use PowerShell to generate placeholder scripts and SKILL.md templates?

Yes, you can use PowerShell to generate placeholder scripts and SKILL.md templates. Execute the propose_skill.ps1 script with parameters for name, trigger, and description to create a complete skill skeleton directory automatically.

What is the best way to convert user requests into concrete skill scaffolds?

The best way to convert user requests into concrete skill scaffolds is using a meta-skill that analyzes gaps across the automation stack. It translates needs into standardized directory structures and template content for systematic capability expansion.

Do I need a writable skills root to generate automation skill templates?

Yes, you need a writable skills root directory to generate automation skill templates. The scaffolding process creates new folders and files dynamically, requiring write permissions to populate the directory structure with SKILL.md and scripts.

Does the skill scaffolding tool work with both PowerShell 5.1 and Core 7+?

Yes, the skill scaffolding tool works with both PowerShell 5.1 and Core 7+. It requires either version installed to execute the propose_skill.ps1 script and successfully generate the skill directory layout.

What are the limitations of using a scaffold generator for system evolution?

The limitation of using a scaffold generator for system evolution is that it only creates placeholder scripts and template metadata. You must manually adapt the generated structural skeleton to implement the actual functional logic required for integration.