Agent skill · Code Review & Quality

markdown-mdx

Advanced Markdown and MDX processing for technical documentation. Parse, validate, lint, and transform Markdown content with support for MDX components, front matter, and remark/rehype plugins.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill markdown-mdx --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/markdown-mdx/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Markdown/MDX Skill Advanced Markdown and MDX processing for technical documentation. ## Capabilities - Parse and validate Markdown syntax (CommonMark, GFM) - MDX component development and integration - Remark/Rehype plugin configuration - Front matter parsing and validation - Markdown linting (markdownlint rules) - Table formatting and generation - Link validation and URL checking - Convert between documentation formats ## Usage Invoke this skill when you need to: - Lint and validate Markdown files - Create or integrate MDX components - Configure remark/rehype pipelines - Validate front matter schemas - Convert between documentation formats ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | inputPath | string | Yes | Path to Markdown/MDX file or directory | | action | string | Yes | lint, validate, transform, parse-frontmatter | | outputPath | string | No | Output path for transformed content | | configPath | string | No | Path to markdownlint config | | frontmatterSchema | object | No | JSON schema for front matter validation | | plugins | array | No | Remark/rehype plugins to apply | ### Input Example ```json { "inputPath": "

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Output Structure
  6. Lint Output
  7. Front Matter Parse Output
  8. Markdown Patterns
  9. CommonMark Extensions
  10. GitHub Flavored Markdown (GFM)
  11. MDX Patterns
  12. MDX Components
  13. MDX Component Library
  14. Markdownlint Configuration
Ships with 1 file
  • README.md
Commands it runs
Lint all Markdown files
npx markdownlint-cli2 "docs/**/*.md"
Fix auto-fixable issues
npx markdownlint-cli2 --fix "docs/**/*.md"
Parse and validate front matter
node scripts/validate-frontmatter.js docs/
Convert Markdown to HTML
npx remark docs/guide.md -o build/guide.html
More from babysitter
All skills →
About this skill
What does the markdown-mdx skill do?

Advanced Markdown and MDX processing for technical documentation. Parse, validate, lint, and transform Markdown content with support for MDX components, front matter, and remark/rehype plugins.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill markdown-mdx --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going