docs-creator

Organize public documentation pages using Fumadocs with MDX-driven routing and navigation.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/alisonbessa/bluemoon --skill docs-creator-alisonbessa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-creator
Source: https://github.com/alisonbessa/bluemoon/tree/main/.claude/skills/docs-creator
Command: npx skills add https://github.com/alisonbessa/bluemoon --skill docs-creator-alisonbessa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and organize public documentation pages using Fumadocs, enabling MDX-based content, automatic routing, and cohesive navigation.

Core Features & Use Cases

  • MDX pages become routable docs under /docs, supporting images, callouts, and components.
  • Folder metadata via meta.json to control sidebar order, groups, and icons.
  • Lucide icons support in frontmatter to visually identify sections and pages.
  • Use Case: Ship a new docs section for a product feature with minimal boilerplate and consistent structure.

Quick Start

Create a new MDX page under src/content/docs with frontmatter and start building your docs.

Frequently Asked Questions about docs-creator

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

FAQPage Schema
How do I organize public documentation pages with automatic routing using Fumadocs?

You can organize public documentation pages with Fumadocs by creating MDX files with frontmatter under the docs directory, enabling automatic routing and cohesive navigation without manual route configuration.

How do I control sidebar order and groups for MDX documentation sections?

To control sidebar order and groups for MDX documentation sections, use folder metadata via meta.json files to define the navigation hierarchy and apply Lucide icons for visual identification.

Does Fumadocs support MDX components like callouts and images in docs pages?

Yes, Fumadocs supports MDX components in docs pages, allowing you to integrate images, callouts, and custom components directly within your MDX content for rich documentation.

What is the best way to ship a new docs section with consistent structure and minimal boilerplate?

The best way to ship a new docs section is using frontmatter-based page definitions and meta.json folder metadata, which enforces consistent structure and navigation with minimal boilerplate.

Do I need to manually configure routing for MDX files in a Fumadocs documentation site?

No, you do not need to manually configure routing for MDX files. Fumadocs enables automatic routing for MDX pages placed under the designated docs content directory.