documentation-writing

Guide documentation updates with frontmatter and Markdown conventions.

3|1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/ueberBrot/monque --skill documentation-writing-ueberbrot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-writing
Source: https://github.com/ueberBrot/monque/tree/main/.github/skills/documentation-writing
Command: npx skills add https://github.com/ueberBrot/monque --skill documentation-writing-ueberbrot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured guidelines for updating the project's documentation, reducing inconsistencies and speeding up collaboration.

Core Features & Use Cases

  • Guided documentation changes: Clear steps for adding pages, revising content, and correcting typos.
  • Consistency enforcement: Frontmatter and Markdown conventions are standardized across docs.
  • Review and preview workflow: Outlines local preview and build commands to verify changes before merge.

Quick Start

  1. Navigate to apps/docs and follow the guidelines in this skill to update content.
  2. Preview changes with the recommended local server command and verify frontmatter.
  3. Submit a patch and document any deviations or improvements to the guide.

Frequently Asked Questions about documentation-writing

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

FAQPage Schema
How do I enforce frontmatter requirements when writing markdown documentation?

To enforce frontmatter requirements in markdown documentation, apply structured writing guidelines that mandate title and description fields. This standardizes metadata across all pages, ensuring consistency and reducing validation errors during the local build process.

What's the best way to structure documentation updates for a project?

The best way to structure documentation updates is to follow guided steps for adding pages, revising content, and fixing typos. Enforcing markdown conventions and frontmatter standardizes the site, while a local preview workflow verifies changes before merge.

How do I preview documentation changes locally before submitting a patch?

To preview documentation changes locally, run the recommended local server command in your docs directory. This build workflow verifies markdown rendering and frontmatter compliance, allowing you to catch errors before submitting a patch.

Why does my documentation build fail after adding a new page?

Your documentation build might fail because of missing frontmatter. Strict writing guidelines require standardized title and description frontmatter fields for new pages, and omitting these mandatory metadata elements causes build validation errors.

Can I use standard markdown conventions for project documentation updates?

Yes, you can use standard markdown conventions, but they must align with the project's specific style guide. Structured guidelines enforce particular markdown formatting and frontmatter rules to maintain consistency across the documentation site and related apps.

Do I need a style guide to fix typos across the documentation site?

You need a style guide to fix typos effectively because it provides structured writing guidelines. Even minor corrections must adhere to markdown conventions and frontmatter standards, ensuring revisions do not break the local build workflow or consistency.