yamlfm-collection-analysis

Analyze Markdown YAML front matter and generate audit reports.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/V0v1kkk/YamlFrontMatter --skill yamlfm-collection-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yamlfm-collection-analysis
Source: https://github.com/V0v1kkk/YamlFrontMatter/tree/main/skill/yamlfm-collection-analysis
Command: npx skills add https://github.com/V0v1kkk/YamlFrontMatter --skill yamlfm-collection-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The yamlfm-collection-analysis skill simplifies the process of analyzing and auditing Markdown files with YAML front matter. It identifies inconsistencies, missing metadata, and provides schema insights, enabling comprehensive quality control for structured knowledge bases.

Core Features & Use Cases

  • Structured Analysis: Extracts and analyzes schema from YAML front matter across a directory of Markdown files.
  • Audit Reports: Generates detailed audit reports identifying missing fields, potential data inconsistencies, and usage anomalies.
  • Schema Validation: Ensures all required YAML front matter fields are present and correctly formatted.
  • Use Case: Use this skill to maintain a large knowledge base or code documentation project by validating schema adherence across thousands of documents.

Quick Start

Use 'dotnet fsi describe.fsx' to inspect the schema of the Markdown collection at /path/to/collection. Then run 'dotnet fsi audit.fsx' for a full audit report.

Frequently Asked Questions about yamlfm-collection-analysis

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

FAQPage Schema
How do I audit YAML front matter across a directory of Markdown files?

You can audit YAML front matter by running a script that analyzes a directory of Markdown files, validates the schema, identifies missing metadata fields, and generates a detailed audit report highlighting inconsistencies and usage anomalies.

What is schema validation for Markdown knowledge bases?

Schema validation for a Markdown knowledge base ensures all required YAML front matter fields are present and correctly formatted across documentation files, maintaining structural consistency for structured content directories.

Can I check for missing metadata fields in my code documentation?

Yes, you can check for missing metadata fields in code documentation by running an audit script that extracts the YAML front matter schema from your Markdown files and flags any absent or incorrectly formatted required fields.

How do I extract schema insights from a YAML front matter collection?

You extract schema insights from a YAML front matter collection by running a schema inspection script that parses your Markdown files, analyzes existing metadata fields, and reports on the overall structure and usage patterns across the directory.

Does this Markdown analysis workflow require any external dependencies?

No, this Markdown analysis workflow requires zero external dependencies, allowing you to directly inspect and audit YAML front matter in your knowledge base without needing additional libraries or complex environment setup.

What is the best way to validate schema adherence across thousands of documents?

The best way to validate schema adherence across thousands of documents is to run an automated audit script that analyzes the YAML front matter in your Markdown collection and generates a comprehensive report identifying missing fields and data inconsistencies.