gsd-docs-update

Automates generation and verification of codebase-aligned project documentation via gsd-doc-writer components.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill gsd-docs-update
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-docs-update
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/gsd-docs-update
Command: npx skills add https://github.com/MINT-IA/MINT --skill gsd-docs-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual, drift-prone documentation is out of sync with the codebase; this skill automates generation and verification to ensure docs reflect current structures, APIs, and workflows.

Core Features & Use Cases

  • Automated documentation generation: builds up to 9 doc types by exploring the codebase with gsd-doc-writer subagents, avoiding hallucinations or stale signatures.
  • Codebase verification: checks existing docs against code to detect drift and inconsistencies.
  • Flag-driven workflows: respects --force to regenerate all docs and --verify-only to verify without changes.

Quick Start

Run the docs-update workflow to regenerate and verify project documentation for the current repository.

Frequently Asked Questions about gsd-docs-update

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

FAQPage Schema
How do I automate documentation generation from my codebase?▼

Automate documentation generation by running the docs-update workflow, which explores the codebase directly to build up to 9 doc types and ensures deterministic output without hallucinations.

How do I verify existing project docs against code to detect drift?▼

Verify project docs against code by running the docs-update workflow with the --verify-only flag, which checks for inconsistencies without making any changes to the files.

What is the best way to force regenerate all project documentation?▼

Force regenerate all project documentation by running the docs-update workflow with the --force flag, which overrides existing files and rebuilds docs from the current codebase.

Can I use this workflow to keep docs in sync with code across multiple doc types?▼

Yes, the workflow keeps docs in sync with code across multiple doc types by orchestrating codebase-aware writers that explore the repository directly and enforce deterministic documentation.

Why does manual documentation go out of sync with the codebase?▼

Manual documentation goes out of sync with the codebase because it is drift-prone and requires manual updates whenever code structures, APIs, or workflows change.

Does this documentation automation work for any software project?▼

Yes, it applies to software projects requiring up-to-date documentation synchronized with code, provided the repository can be explored directly by the automated writers.