markdown

Validates and standardizes Markdown content including headings, lists, code blocks, links, images, tables, and YAML front matter requirements for documentation, blogs, and knowledge bases.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/pingqLIN/skill-0 --skill markdown-pingqlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown
Source: https://github.com/pingqLIN/skill-0/tree/main/converted-skills/markdown
Command: npx skills add https://github.com/pingqLIN/skill-0 --skill markdown-pingqlin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces consistent formatting, structure, and metadata requirements for Markdown files, ensuring high-quality documentation and content.

Core Features & Use Cases

  • Content Validation: Checks for correct heading usage, list formatting, code blocks, links, images, and tables.
  • Metadata Enforcement: Ensures essential YAML front matter fields like post_title, author1, and categories are present and correctly formatted.
  • Use Case: Maintain a consistent style guide across all technical documentation, blog posts, or knowledge base articles written in Markdown.

Quick Start

Ensure the attached markdown file adheres to all content and formatting rules.

Frequently Asked Questions about markdown

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

FAQPage Schema
How do I validate Markdown formatting for headings, lists, and code blocks?

Markdown validation checks your content against predefined rules for headings, lists, code blocks, links, images, and tables. This enforces consistent structure and formatting across technical documentation and blog posts.

What is the best way to enforce required YAML front matter in Markdown files?

Enforcing YAML front matter requires specific metadata fields like post title, author, slug, categories, tags, and AI usage notes. This ensures essential structural metadata is present and correctly formatted in your Markdown files.

How do I standardize Markdown content creation for a knowledge base?

Standardizing Markdown content creation involves applying consistent formatting rules to headings, lists, code blocks, and tables. This enforces a uniform style guide across all knowledge base articles written in Markdown.

Does Markdown validation check images and tables?

Yes, Markdown validation checks images and tables alongside headings, lists, code blocks, and links. This comprehensive formatting enforcement ensures high-quality documentation and consistent content structure.

What do I need to include in YAML front matter for blog posts?

YAML front matter for blog posts must include post title, author, slug, categories, tags, and AI usage notes. This metadata enforcement guarantees all essential fields are present and correctly formatted.