gsd-docs-update

Generate and verify project documentation against the current codebase.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-docs-update-trucol270
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-docs-update
Source: https://github.com/TruCol270/salty-pickle/tree/main/.claude-skills/gsd-docs-update
Command: npx skills add https://github.com/TruCol270/salty-pickle --skill gsd-docs-update-trucol270

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically generate and verify project documentation against the current codebase to prevent drift.

Core Features & Use Cases

  • Automated doc generation for multiple file types by dedicated gsd-doc-writer subagents.
  • Codebase verification and drift detection to ensure docs stay aligned with APIs and design notes.
  • Flag-driven control for force regeneration and verify-only modes.

Quick Start

Trigger the docs-update workflow to regenerate and verify documentation against the current codebase.

Frequently Asked Questions about gsd-docs-update

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

FAQPage Schema
How do I automatically generate and verify project documentation against my codebase?

To automatically generate and verify project documentation against your codebase, trigger the docs-update workflow to regenerate docs and detect drift. The workflow uses subagents to explore the codebase, ensuring consistency across APIs, modules, and design notes.

What is documentation drift and how do I prevent it in a codebase?

Documentation drift occurs when project docs become outdated relative to the current codebase. You prevent it by applying automated verification and drift detection workflows that check documentation correctness against APIs and design notes, ensuring docs stay aligned.

Can I check existing documentation for correctness without regenerating everything?

You can check existing documentation for correctness without regenerating everything by using the verify-only mode. This flag-driven behavior enforces documentation correctness by detecting drift against the current codebase while optionally preserving existing docs.

Does automated documentation generation work for repositories with multiple doc types and languages?

Automated documentation generation works for repositories with multiple doc types and languages. The workflow applies dedicated subagents to explore the codebase, ensuring consistency across diverse APIs, modules, and design notes throughout the project.

What's the best way to force documentation regeneration for a project?

The best way to force documentation regeneration for a project is by using the force regeneration flag. This flag-driven control overrides default behaviors, triggering dedicated subagents to automatically generate fresh docs and verify them against the current codebase.