bp-skill-analyze

Parse SKILL.md frontmatter and body to produce a structured YAML analysis report.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-skill-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bp-skill-analyze
Source: https://github.com/hiivmind/hiivmind-blueprint/tree/main/skills/_archived/bp-skill-analyze
Command: npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-skill-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you inspect and evaluate the structure, coverage, and quality of any skill by parsing its SKILL.md frontmatter and body, turning documentation into actionable insights.

Core Features & Use Cases

  • Identify phases and phase boundaries from prose and workflow-backed sections.
  • Classify phases as prose-driven or workflow-backed and map to the corresponding workflow files.
  • Compute per-phase metrics (conditionals, tooling, user interactions, state variables) and assess overall complexity.
  • Generate a structured analysis report suitable for downstream tasks such as workflow extraction and validation.

Quick Start

Run the analysis on the target SKILL.md to produce a comprehensive skill analysis report.

Frequently Asked Questions about bp-skill-analyze

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

FAQPage Schema
How do I analyze a skill's structure and quality from its SKILL.md file?

To analyze a skill's structure and quality, you can parse the SKILL.md frontmatter and body to identify phase boundaries, classify sections as prose-driven or workflow-backed, and compute complexity metrics to generate a unified report.

What is phase detection in skill documentation and when do I need it?

Phase detection in skill documentation identifies distinct operational sections and their boundaries from prose and workflow-backed components, needed when evaluating structural coverage or preparing for downstream workflow extraction and validation tasks.

How do I generate a structured YAML report for skill complexity metrics?

Generate a structured YAML report for skill complexity by computing per-phase metrics including conditionals, tooling, user interactions, and state variables, then outputting the analysis in YAML format suitable for downstream tooling.

Can I evaluate skill coverage for both prose and workflow-backed phases?

Yes, you can evaluate skill coverage for both formats by classifying phases as prose-driven or workflow-backed, mapping workflow phases to corresponding files, and assessing overall complexity across the unified documentation.

What's the best way to assess frontmatter and body content in a SKILL.md file?

The best way to assess frontmatter and body content is to parse both sections comprehensively, identifying structural phases and computing coverage metrics to turn documentation into actionable insights.

Does skill analysis require any external dependencies to run?

No, skill analysis requires no external dependencies to run, as it directly parses the internal SKILL.md frontmatter and body content to produce the structured YAML analysis report.