fumadocs-patterns

Manage Fumadocs documentation structure and MDX content conventions.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill fumadocs-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fumadocs-patterns
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/smedjen/skills/fumadocs-patterns
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill fumadocs-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenges of creating, organizing, and maintaining structured documentation, especially when integrating AI-readable content and ensuring consistency across different parts of a documentation site.

Core Features & Use Cases

  • Fumadocs Framework: Utilizes MDX components, structured content, and navigation for building documentation sites.
  • AI Integration: Facilitates LLM integration by providing AI-readable endpoints and content formats.
  • Convention Enforcement: Enforces best practices for frontmatter, navigation (meta.json), and component usage to maintain quality and discoverability.
  • Use Case: When adding a new feature to your documentation, this Skill ensures the page is correctly formatted, linked in navigation, and discoverable by AI tools.

Quick Start

Add a new page to the documentation by creating an MDX file and updating meta.json.

Frequently Asked Questions about fumadocs-patterns

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

FAQPage Schema
How do I structure MDX content for a Fumadocs documentation site?

Configure navigation for Fumadocs documentation by updating the `meta.json` file. This navigation configuration manages the linking and structure of your pages, ensuring features are correctly organized and discoverable by users.

How do I make documentation content AI-readable for LLM integration?

Make documentation content AI-readable for LLM integration by following specific content formats and providing AI-accessible endpoints. This ensures your structured documentation can be easily parsed and utilized by AI tools and language models.

Does Fumadocs require specific frontmatter or navigation conventions for new pages?

Fumadocs requires specific frontmatter and navigation conventions for new pages to maintain quality and discoverability. You must format the MDX file correctly and update the `meta.json` navigation configuration to link the page properly.

What is the best way to add a new feature page to Fumadocs documentation?

The best way to add a new feature page to Fumadocs documentation is by creating an MDX file and updating `meta.json`. This process ensures the page is correctly formatted, linked in navigation, and discoverable by AI tools.

Why does my Fumadocs page not appear in the site navigation?

A Fumadocs page might not appear in site navigation if the `meta.json` configuration is not updated. Proper convention enforcement for navigation and frontmatter is required to maintain page discoverability and structure across the documentation site.