writing-skills

Enforce required frontmatter and sections in SKILL.md skill definitions.

Updated Aug 20, 2025
One-click install
npx skills add https://github.com/BRANDNEWSHVT/mercora --skill writing-skills-brandnewshvt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/BRANDNEWSHVT/mercora/tree/main/storefront-nuxt/.agents/skills/writing-skills
Command: npx skills add https://github.com/BRANDNEWSHVT/mercora --skill writing-skills-brandnewshvt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide ensures every new Skill Unit follows a consistent structure, frontmatter, and mandatory sections, reducing ambiguity and quality drift.

Core Features & Use Cases

  • Establishes a single source of truth for Skill Unit metadata and formatting.
  • Enforces frontmatter validation, mandatory sections, and alignment with the _rules master reference.
  • Serves as a reference for beginners and maintains high standards across the skills library.

Quick Start

Create a new skill directory named with kebab-case and add SKILL.md with frontmatter and all required sections.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I enforce required frontmatter and sections for skill documentation?

To enforce required frontmatter and sections for skill documentation, you codify mandatory metadata fields and structural sections within a SKILL.md file located at the skill root, verifying alignment with the master _rules reference.

What is the standard structure for creating a new Skill Unit?

The standard structure for creating a new Skill Unit requires a kebab-case directory containing a SKILL.md file with validated frontmatter and mandated sections like Overview, Iron Law, and When to Use to prevent quality drift.

How do I validate skill metadata against master governance and QA standards?

You validate skill metadata against governance and QA standards by applying frontmatter validation rules that check for required sections and verify consistency with the master _rules reference before integration.

What mandatory sections must be present in a SKILL.md file?

A SKILL.md file must contain mandated sections including Overview, Iron Law, and When to Use, alongside validated frontmatter, to pass quality gates and ensure verifiable skill definitions.

When do I need to use frontmatter validation for skill writing?

You need frontmatter validation for skill writing whenever creating new skill definitions across the library, ensuring consistency, reducing ambiguity, and enforcing quality assurance standards during integration.

Why does my new skill definition fail quality assurance checks?

Your new skill definition fails quality assurance checks when it lacks required frontmatter, omits mandated sections like Iron Law or When to Use, or diverges from the master _rules reference structure.