docs-page-frontmatter

Generate YAML front matter with title and description fields for documentation pages.

118|10|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/anam-org/metaxy --skill docs-page-frontmatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-page-frontmatter
Source: https://github.com/anam-org/metaxy/tree/main/.claude/skills/docs-page-frontmatter
Command: npx skills add https://github.com/anam-org/metaxy --skill docs-page-frontmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps writers create consistent and valid YAML front matter for documentation pages, ensuring metadata blocks are correctly structured for social cards and page titles.

Core Features & Use Cases

  • Front matter generation: Produce a complete YAML header with title and description fields ready for inclusion in docs pages.
  • Consistency and validation: Enforces consistent field names and formatting to match tooling like MkDocs-material.
  • Use Case: When creating new docs pages or updating existing ones, generate the front matter block that can be pasted into your Markdown files.

Quick Start

Provide a page title and a short description to generate the YAML front matter block.

Frequently Asked Questions about docs-page-frontmatter

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

FAQPage Schema
How do I generate YAML front matter for a documentation page?

You generate YAML front matter by providing a page title and short description, which produces a complete header block with proper syntax and standard delimiters ready to paste into your Markdown files.

What fields do I need for valid YAML front matter in docs?

Valid YAML front matter requires standard delimiters and includes title and description fields to ensure consistent page titles and social-card metadata across your documentation project.

Does this front matter generator work with MkDocs-material?

Yes, the generated YAML front matter enforces consistent field names and formatting that match the requirements of static-site generators like MkDocs-material.

When do I need to add front matter to a Markdown file?

You need to add front matter when creating new docs pages or updating existing ones, ensuring the metadata block is correctly structured for social cards and page titles.

What is the best way to ensure consistent social-card metadata across docs pages?

The best way to ensure consistent social-card metadata is to generate a standardized YAML front matter block that enforces consistent field names and proper YAML syntax for every documentation page.