mags-docs-create

Create project documents from predefined templates with standardized structure.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/doancan/mags --skill mags-docs-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mags-docs-create
Source: https://github.com/doancan/mags/tree/main/skills/mags-docs-create
Command: npx skills add https://github.com/doancan/mags --skill mags-docs-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation of new documents from templates to reduce manual drafting and ensure consistent structure.

Core Features & Use Cases

  • Template-driven generation: Create architecture records, module docs, rules, guides, or API docs from predefined templates.
  • Fast onboarding: Quickly scaffold new documents for projects, avoiding repetitive writing.
  • Error reduction: Standardizes headings and sections across documents.

Quick Start

Provide the template name to generate a new document from the corresponding template.

Frequently Asked Questions about mags-docs-create

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

FAQPage Schema
How do I create new architecture records from templates automatically?

You can create architecture records automatically by invoking mags_create_doc with a selected template path. This generates a new document with standardized metadata and headings, reducing repetitive manual drafting.

What is the best way to standardize project documentation structure?

Standardizing project documentation is achieved by generating new module docs, rules, and guides from predefined templates. This ensures consistent headings and sections across all generated documents, reducing structural inconsistencies.

How do I generate API docs quickly without writing repetitive headings?

You can generate API docs quickly by providing a template name to scaffold the document. This applies standardized sections and fills in document metadata automatically, avoiding repetitive writing during onboarding.

Can I use this to scaffold module docs for a new project?

Yes, you can scaffold new module docs for projects by invoking mags_create_doc with the appropriate template path. This standardizes the document structure and fills in metadata for fast project onboarding.

What types of documents can I generate using template-driven documentation automation?

Template-driven documentation automation supports generating architectural records, module docs, rules, guides, and API docs. It standardizes the document structure and fills in metadata based on the selected template path.