skill-gap-analyzer

Scan project requirements files to detect missing skills and generate JSON gap reports.

5|1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill skill-gap-analyzer-wania-kazmi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-gap-analyzer
Source: https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow/tree/main/.claude/skills/skill-gap-analyzer
Command: npx skills add https://github.com/Wania-Kazmi/claude-code-autonomous-agent-workflow --skill skill-gap-analyzer-wania-kazmi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically identifies gaps between project requirements and existing skills, enabling teams to bootstrap missing capabilities without manual skill creation.

Core Features & Use Cases

  • Detects technologies and MCP integrations from a requirements file.
  • Maps detected technologies to corresponding skills and flags missing ones.
  • Generates a ready-to-build report and suggested skill templates for rapid bootstrap.

Quick Start

Run: python analyzer.py requirements.md Or scan existing skills: python analyzer.py --scan

Frequently Asked Questions about skill-gap-analyzer

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

FAQPage Schema
How do I detect missing skills from a project requirements file?

To detect missing skills from a requirements file, run the analyzer script to scan the document, infer technologies and MCP integrations, and output a JSON report detailing existing capabilities and gaps.

What is skills gap analysis in project automation?

Skills gap analysis in project automation identifies the difference between required technologies and existing skills, suggesting or creating necessary skill templates to bootstrap missing capabilities automatically.

Can I automatically bootstrap missing project capabilities based on a requirements document?

Yes, you can automatically bootstrap missing project capabilities by scanning a requirements document to map detected technologies to skill templates and generating a build-ready report.

How do I generate a JSON report of existing and missing project skills?

Generate a JSON report of existing and missing skills by running the analyzer script with your requirements file, which outputs detected technologies, current skills, and identified gaps.

Does the skills gap analyzer support MCP code-execution patterns?

Yes, the skills gap analyzer supports MCP code-execution patterns, inferring necessary MCP integrations from the requirements file to ensure mapped skills support needed execution workflows.