manage-mdx-content

Enforce frontmatter standards and semantic structure for MDX content.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill manage-mdx-content-dthompsonfl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-mdx-content
Source: https://github.com/dthompsonfl/crispy-fishstick/tree/main/.agent/skills/manage-mdx-content
Command: npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill manage-mdx-content-dthompsonfl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill defines the strict content authoring standards for Work (case studies) and Insights (articles). It ensures MDX content is technically accurate, properly structured, and visually consistent, guiding editors from frontmatter to presentation.

Core Features & Use Cases

  • Enforces mandatory frontmatter: title, description, and date, with recommended fields like tags, readTime, and image to improve SEO and UX.
  • Guides semantic MDX structure and content workflows, including asset management and references to support reliable publishing.
  • Supports governance workflows: validation, redactions handling, and integration with internal review processes.

Quick Start

Create a new MDX article in content/work or content/insights, fill in the required frontmatter (title, description, date), author the content with standard Markdown and MDX components, and verify rendering locally.

Frequently Asked Questions about manage-mdx-content

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

FAQPage Schema
How do I enforce required frontmatter fields in MDX content?

You can enforce required frontmatter fields like title, description, and date in MDX content by applying automated validation standards that block publishing until mandatory metadata is present. This ensures technical accuracy and consistent structure.

What is the best way to structure MDX content for case studies and articles?

The best way to structure MDX content for case studies and articles is to apply semantic MDX authoring standards within dedicated content directories. This workflow enforces mandatory frontmatter and guides asset management for reliable publishing.

Can I use optional metadata like tags and readTime in my MDX frontmatter?

Yes, you can use optional metadata like tags, readTime, image, redactions, and references in your MDX frontmatter. While mandatory fields require title, description, and date, these optional fields improve SEO and user experience.

How does MDX content governance handle redactions and internal review processes?

MDX content governance handles redactions by supporting validation workflows that integrate with internal review processes. This ensures sensitive information is properly managed before publishing across the content pipeline.

Do I need specific dependencies to manage MDX content workflows?

You do not need specific external dependencies to manage MDX content workflows. The governance process operates natively by validating frontmatter fields and semantic structure directly within your content directories.