missing-openai-yaml

Validate YAML frontmatter for required name and description fields.

Updated Nov 30, 2025
One-click install
npx skills add https://github.com/poisontr33s/chthonic-archive --skill missing-openai-yaml
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: missing-openai-yaml
Source: https://github.com/poisontr33s/chthonic-archive/tree/main/codex/mailbox/archive/2026_02_10_meta_cleanup/.tmp_fixture_eval/missing_openai_yaml
Command: npx skills add https://github.com/poisontr33s/chthonic-archive --skill missing-openai-yaml

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fixture Skill: This unit serves as a lightweight test scaffold to validate YAML frontmatter discovery for new skills.

Core Features & Use Cases

  • Mandatory fields validation: Ensures each skill provides a name and description in YAML frontmatter.
  • Frontmatter structure validation: Verifies the YAML is parseable and the Markdown body follows the frontmatter.
  • Use Case: Maintainers use this fixture to validate new skill templates during repository onboarding.

Quick Start

Provide a minimal SKILL.md with a valid name and description frontmatter to trigger discovery.

Frequently Asked Questions about missing-openai-yaml

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

FAQPage Schema
How do I validate YAML frontmatter for new skill templates?

YAML frontmatter validation ensures each skill provides a mandatory name and description in parseable YAML format. This fixture verifies the frontmatter structure and confirms the Markdown body follows it during repository onboarding.

What mandatory fields are required in YAML frontmatter for skill discovery?

Mandatory fields required in YAML frontmatter are a name and description. You must include these fields in a parseable YAML block at the top of your SKILL.md file to successfully trigger skill discovery and pass validation checks.

How do I test skill discovery with a minimal YAML fixture?

You test skill discovery by creating a minimal SKILL.md file with valid YAML frontmatter containing a name and description. This lightweight test scaffold triggers the discovery mechanism to verify your new skill unit is recognized correctly.

Can I use this fixture to catch missing metadata during repository onboarding?

Yes, maintainers use this fixture to catch missing metadata during repository onboarding. It validates new skill templates by ensuring the YAML frontmatter is parseable and contains mandatory fields before the skill is fully integrated.

Why does my skill template fail YAML frontmatter validation?

YAML frontmatter validation fails when the SKILL.md file lacks mandatory name and description fields, contains unparseable YAML syntax, or is missing a plain text body following the frontmatter block. Ensure all required metadata exists.