doc-gen

Generate project documentation from source code for Vue/Nuxt projects.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill doc-gen-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-gen
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/doc-gen
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill doc-gen-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generates comprehensive project documentation from source code, reducing manual effort and ensuring up-to-date references.

Core Features & Use Cases

  • API, Component, Architecture, and Changelog documentation: Generate structured docs in a consistent format.
  • Mode-based workflows: Run in api, components, architecture, changelog, or full mode to match your documentation needs.
  • Template-driven outputs: Uses reference templates and Mermaid diagrams to produce readable, publish-ready docs.

Quick Start

Install the doc-gen tool and run it on your project to generate full documentation.

Frequently Asked Questions about doc-gen

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

FAQPage Schema
How do I auto-generate API and component documentation from Vue source code?

You can auto-generate documentation from Vue source code by running a template-driven parser that analyzes source files and outputs structured Markdown references under a generated docs directory, supporting API, component, and architecture modes.

What is the best way to keep project documentation synced with source code changes?

The best way to keep documentation synced with source code is using an automated changelog generation mode that parses source updates and formats them into readable Mermaid diagrams and Markdown files, preventing manual reference drift.

Does automated documentation generation overwrite manually edited Markdown files?

Automated documentation generation includes built-in safeguards to avoid overwriting manually edited Markdown files, ensuring that outputs written under the generated docs directory only target newly parsed and structured source code references.

Can I generate architecture diagrams and Mermaid charts directly from my Nuxt project?

Yes, you can generate architecture diagrams and Mermaid charts directly from a Nuxt project by running architecture mode, which parses source files and applies reference templates to produce publish-ready Markdown with embedded visual diagrams.

How do I create a full documentation suite covering API, components, and changelogs?

To create a full documentation suite covering API, components, and changelogs, run the full mode workflow which parses source files end-to-end and applies templates to generate comprehensive Markdown outputs across all documentation modes.