docgen

Generates usage docs from project source files via YAML config.

70|13|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill docgen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docgen
Source: https://github.com/AsiaOstrich/universal-dev-standards/tree/main/.gemini/skills/docs-generator
Command: npx skills add https://github.com/AsiaOstrich/universal-dev-standards --skill docgen

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of usage documentation from project source files, ensuring that your project's features, commands, and standards are always up-to-date and easily accessible.

Core Features & Use Cases

  • Automated Documentation Generation: Creates comprehensive reference guides and quick cheatsheets.
  • Multi-Source Scanning: Extracts information from CLI commands, skills, core standards, and scripts.
  • Multi-Language Support: Generates documentation in English, Traditional Chinese, and Simplified Chinese.
  • Use Case: After adding a new command-line tool, run this skill to automatically update the project's cheatsheet and reference guide, keeping documentation in sync with code.

Quick Start

Generate project documentation using the default configuration file.

Frequently Asked Questions about docgen

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

FAQPage Schema
How do I generate project documentation automatically from source files?

Generate project documentation automatically by scanning CLI commands, skills, core standards, and scripts from source files to extract relevant content and create reference guides and cheatsheets.

What is the best way to keep cheatsheets in sync with code after adding new command-line tools?

Keep cheatsheets in sync with code by running an automated generation process that extracts information from new command-line tools and updates the project reference guide.

Can I configure the documentation generation process using a YAML file?

Yes, you can configure the documentation generation process using a YAML file to support multiple output formats and languages for your reference guides.

Does automated documentation generation support multiple languages like Traditional Chinese?

Automated documentation generation supports multiple languages including English, Traditional Chinese, and Simplified Chinese for creating reference guides and cheatsheets.

What source files do I need to extract content from for code generation reference guides?

To extract content for code generation reference guides, you need project source files containing CLI commands, skills, core standards, and scripts.