skill-validate

Validate SKILL.md files for frontmatter, required sections, SSOT link, and size.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill skill-validate-oogdz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-validate
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/skill-validate
Command: npx skills add https://github.com/oogDZ/2 --skill skill-validate-oogdz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validation of SKILL.md files to ensure they conform to the official standard, including frontmatter, required sections, SSOT link, and size.

Core Features & Use Cases

  • Ensure every skill defines proper frontmatter fields (name, description, etc.)
  • Verify required sections exist (SSOT reference, description, usage guidance)
  • Check SSOT link and file size to maintain consistency across the skill repository

Quick Start

Run /skill-validate on a target skill to verify its SKILL.md compliance.

Frequently Asked Questions about skill-validate

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

FAQPage Schema
How do I validate a SKILL.md file against the official standard?

To validate a SKILL.md file, run the validation process to check frontmatter fields, required sections, SSOT reference, and file size, producing actionable feedback for compliance.

What frontmatter fields are required for SKILL.md compliance?

Required frontmatter fields for SKILL.md compliance include name, description, and other essential metadata that define the skill's identity and maintain repository consistency.

Can I bulk validate all skills in my repository at once?

Yes, you can bulk validate all skills in your repository to enforce consistency by verifying frontmatter, required sections, SSOT links, and file sizes across the entire codebase.

When should I validate SKILL.md files during development?

SKILL.md validation is applicable during skill creation, modification, and code reviews to ensure files conform to the official standard and maintain consistency across the repository.

Does SKILL.md validation check the SSOT link and file size?

Yes, SKILL.md validation checks the SSOT link and file size to ensure each skill maintains a proper single source of truth reference and adheres to size constraints.

What sections are required in a SKILL.md file?

Required SKILL.md sections include the SSOT reference, description, and usage guidance, which are verified during validation to ensure complete and consistent skill documentation.