add-documentation

Generate standardized MDX documentation files with enforced frontmatter fields.

Updated Jun 1, 2026
One-click install
npx skills add https://github.com/zuzu59/z-skills --skill add-documentation-zuzu59
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-documentation
Source: https://github.com/zuzu59/z-skills/tree/main/skills/add-documentation
Command: npx skills add https://github.com/zuzu59/z-skills --skill add-documentation-zuzu59

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The skill streamlines the creation and maintenance of NowStack documentation by standardizing how docs are initialized and populated, reducing manual drafting time and ensuring consistency.

Core Features & Use Cases

  • Automates creating new docs with a script to generate ready-to-edit MDX files.
  • Enforces frontmatter templates and a consistent doc structure for NowStack docs.
  • Use cases include adding new feature docs, API references, and component guides.

Quick Start

Run the provided script to initialize a new doc, then customize the generated file content and frontmatter.

Frequently Asked Questions about add-documentation

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

FAQPage Schema
How do I automate MDX documentation creation with frontmatter templates?

Automate MDX documentation creation by running a generator script that initializes ready-to-edit files with enforced frontmatter fields like title, description, keywords, and order. This standardizes doc structure and reduces manual drafting time for feature, API, and component guides.

What's the best way to standardize feature and API docs structure?

Standardize feature and API docs using a templating script that enforces consistent frontmatter fields and structural guidance. This ensures generated documentation integrates directly with the documentation template and navigation system for consistent maintenance.

Can I generate component guides automatically using a script?

Generate component guides automatically by running the provided initialization script. It creates ready-to-edit MDX files with pre-populated frontmatter templates, ensuring your component documentation follows the required structural consistency immediately.

How do I add required frontmatter fields like keywords and order to new docs?

Add required frontmatter fields like keywords and order automatically through the generator script. It enforces these fields during file initialization, ensuring every new doc complies with the standardized template before you begin customizing content.

Does this documentation generator work without external dependencies?

This documentation generator works without external dependencies, utilizing only internal scripts and references to initialize MDX files. It operates independently to populate frontmatter and establish consistent doc structure for your workflow.