skill-check

Validate skill files for frontmatter fields and structural syntax.

81|11|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/claude-world/director-mode-lite --skill skill-check-claude-world
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-check
Source: https://github.com/claude-world/director-mode-lite/tree/main/skills/skill-check
Command: npx skills add https://github.com/claude-world/director-mode-lite --skill skill-check-claude-world

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Detects formatting and structural issues in skill files to prevent errors in AI deployment and ensure consistent performance.

Core Features & Use Cases

  • Validation of skill file format: Checks that each SKILL.md contains required frontmatter fields and valid syntax.
  • Structural analysis: Verifies the presence of necessary content elements like instructions and placeholders.
  • Use Case: Quickly validates multiple skill files to identify missing fields or formatting errors before deployment.

Quick Start

Run the validator to check all skills in the directory and identify issues with formatting or missing information.

Frequently Asked Questions about skill-check

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

FAQPage Schema
How do I validate YAML frontmatter and markdown structure in skill files?

To validate YAML frontmatter and markdown structure in skill files, run a validation script that checks for required fields, correct syntax, and proper content organization. This detects formatting issues to ensure safe AI skill loading.

What is skill file validation and why is it needed for AI deployment?

Skill file validation checks SKILL.md documents for required frontmatter fields, valid YAML syntax, and necessary content elements. It is needed to prevent AI deployment errors and ensure consistent performance across structured markdown documents.

Can I check multiple skill files for missing fields before deployment?

You can check multiple skill files for missing fields by running a validator across your directory. It quickly identifies missing frontmatter fields and formatting errors in large skill repositories before deployment.

What's the best way to ensure correct syntax in YAML and markdown skill files?

The best way to ensure correct syntax in YAML and markdown skill files is to use a structural analysis tool that verifies field presence, syntax correctness, and content clarity for reliable AI performance.

Why does my AI skill fail to load correctly from a markdown file?

An AI skill fails to load correctly from a markdown file when there are structural issues like missing frontmatter fields, invalid YAML syntax, or absent content elements like instructions and placeholders.

Does skill validation work for development teams managing large skill repositories?

Skill validation works for development teams managing large skill repositories by quickly scanning multiple structured YAML and Markdown documents to identify formatting errors, missing fields, and content clarity issues before deployment.