create-documentation

Generate MDX documentation for Documenso features with frontmatter and navigation updates.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/steviecs/documenso --skill create-documentation-steviecs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-documentation
Source: https://github.com/steviecs/documenso/tree/main/.agents/skills/create-documentation
Command: npx skills add https://github.com/steviecs/documenso --skill create-documentation-steviecs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authors and maintainers need consistent, high‑quality markdown documentation for Documenso features, but manually creating MDX pages, navigation metadata, and adhering to style guidelines is time‑consuming and error‑prone.

Core Features & Use Cases

  • Determines the documentation scope and target audience (Users, Developers, Self‑Hosters).
  • Reads relevant source code and existing docs to extract accurate information.
  • Generates MDX pages with proper frontmatter, Fumadocs components, tables, and callouts following the WRITING_STYLE guide.
  • Updates navigation meta.json files when new pages are added.
  • Supports quick creation of user guides, API references, and self‑hosting instructions.

Quick Start

Request the skill to create documentation for a specific Documenso module by specifying its name and audience.

Frequently Asked Questions about create-documentation

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

FAQPage Schema
How do I generate markdown documentation for a Documenso feature?

To generate markdown documentation for a Documenso feature, specify the module name and target audience. The skill reads source code and existing docs to output properly formatted MDX pages with frontmatter.

How do I create MDX docs with frontmatter for different developer audiences?

Creating MDX docs for developer audiences involves reading the WRITING_STYLE guide and applying Fumadocs components. The skill outputs structured MDX files with appropriate frontmatter for users, developers, or self-hosters.

Does generating documentation automatically update navigation meta.json files?

Generating documentation automatically updates navigation meta.json files when new pages are added. This ensures the newly created MDX pages are correctly registered within the apps/docs/content/docs hierarchy.

What is the best way to write API references and self-hosting instructions in markdown?

The best way to write API references and self-hosting instructions in markdown is to extract information from source code. The skill formats this data into MDX pages using tables and callouts following the WRITING_STYLE guide.

Can I use this to write user guides by reading source code directly?

You can use this to write user guides by reading source code directly. It analyzes existing documentation and source files to produce accurate MDX content formatted for the specified audience.

What are the limitations of automating markdown documentation generation for MDX?

Automating markdown documentation generation for MDX is limited by its reliance on reading source code and the WRITING_STYLE guide. It specifically targets the apps/docs/content/docs hierarchy and Documenso features.