documentation-generation-doc-generate

Generate API docs, architecture diagrams, and user guides from code.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/AndyAnh174/wellness --skill documentation-generation-doc-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-generation-doc-generate
Source: https://github.com/AndyAnh174/wellness/tree/main/.agent/skills/documentation-generation-doc-generate
Command: npx skills add https://github.com/AndyAnh174/wellness --skill documentation-generation-doc-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the transformation of code into comprehensive, maintainable documentation across API docs, architecture diagrams, user guides, and technical references.

Core Features & Use Cases

  • API Documentation: Extract endpoint definitions, parameters, responses, and generate OpenAPI specs; create interactive docs with Swagger UI/Redoc.
  • Architecture Documentation: Generate system diagrams (Mermaid/PlantUML), document data flows and service dependencies.
  • Code & User Documentation: Produce inline docs, READMEs, setup guides, and tutorials; keep documentation synchronized with code changes.
  • Documentation Automation: Configure CI/CD for automatic doc generation, validation, and deployment.

Quick Start

Run automated documentation generation on your codebase to produce API docs, architecture diagrams, and user guides.

Frequently Asked Questions about documentation-generation-doc-generate

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

FAQPage Schema
How do I automate API documentation generation from code?

Automate API documentation generation by extracting endpoint definitions, parameters, and responses from your codebase to produce OpenAPI specs and interactive docs. This process ensures your API documentation remains synchronized with code changes automatically.

Can I generate architecture diagrams and document data flows from a multi-language codebase?

Generate architecture diagrams by creating system visualizations using Mermaid or PlantUML from your multi-language codebase. Document data flows and service dependencies automatically to maintain accurate architecture documentation across your entire system.

How do I keep documentation synchronized with code changes in CI/CD pipelines?

Keep documentation synchronized with code changes by configuring CI/CD pipelines for automatic documentation generation, validation, and deployment. Frontmatter-driven discovery enables continuous documentation workflows that update alongside your codebase automatically.

What is the best way to create OpenAPI specs from existing code?

Create OpenAPI specs from existing code by extracting endpoint definitions, parameters, and responses directly from your source files. Generate interactive documentation with Swagger UI or Redoc to provide comprehensive API references that stay current with code changes.

Does this documentation automation tool support multi-language codebases?

Documentation automation supports multi-language codebases by generating API docs, architecture diagrams, and user guides across different programming languages. Frontmatter-driven discovery enables consistent documentation extraction regardless of your codebase's language composition.

When should I not use automated code-to-docs generation?

Avoid automated code-to-docs generation when your project lacks stable code structure or when documentation requires extensive manual narrative beyond what can be extracted from code. Complex business logic explanations may need supplementary manual documentation alongside automated outputs.