markdown-mdx

Parse, validate, and transform Markdown and MDX content with remark/rehype pipelines.

236|234|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Karanjot786/TermUI --skill markdown-mdx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: markdown-mdx
Source: https://github.com/Karanjot786/TermUI/tree/main/.claude/skills/markdown-mdx
Command: npx skills add https://github.com/Karanjot786/TermUI --skill markdown-mdx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Markdown and MDX content often needs rigorous parsing, validation, linting, and front matter handling to ensure consistent documentation across large projects. This skill provides a comprehensive workflow to parse, validate, lint, and transform Markdown/MDX content with MDX components, front matter schemas, and configurable remark/rehype pipelines.

Core Features & Use Cases

  • Parse and validate Markdown/MDX syntax (CommonMark, GFM)
  • MDX component development and integration
  • Front matter parsing, validation, and schema enforcement
  • Linting with markdownlint and content transformation via remark/rehype
  • Convert between documentation formats for publishing

Quick Start

Lint and validate your Markdown/MDX docs using the configured plugins to enforce front matter schemas.

Frequently Asked Questions about markdown-mdx

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

FAQPage Schema
How do I parse and validate Markdown and MDX front matter schemas?

To parse and validate Markdown and MDX front matter schemas, this skill applies configurable remark and rehype pipelines to enforce consistent metadata structure across documentation projects. It checks front matter against defined schemas to ensure metadata compliance.

What is the best way to lint MDX content with remark and rehype plugins?

The best way to lint MDX content with remark and rehype plugins is using a pluggable pipeline that transforms and validates CommonMark and GFM syntax. This approach identifies structural inconsistencies and enforces formatting rules across documentation files.

Can I use markdownlint to enforce consistent documentation structure across large repositories?

Yes, you can use markdownlint within this skill to enforce consistent documentation structure across large repositories. It validates Markdown and MDX content by applying linting rules through a configurable remark and rehype transformation pipeline.

How do I convert MDX documentation formats for publishing?

To convert MDX documentation formats for publishing, this skill transforms Markdown and MDX content using remark and rehype plugins. It processes CommonMark and GFM syntax to output consistent, publish-ready documentation formats.

Does this approach support CommonMark and GFM syntax for MDX component integration?

Yes, this approach supports CommonMark and GFM syntax for MDX component integration. The skill parses and validates standard Markdown syntax alongside custom MDX components, ensuring both structural consistency and proper component rendering within documentation.