docs-update

Audit derived documentation against canonical sources and flag mismatches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Derived documentation often drifts from canonical sources, causing confusion and inconsistent guidance across the project. This skill automates checks and prompts updates to keep docs aligned with source truth.

Core Features & Use Cases

  • Automated consistency checks: Compare derived docs against canonical sources and flag mismatches.
  • Guided updates: Prompt for specific changes and guide users through updating the correct files.
  • Cross-doc audits: Validate critical references (e.g., docs/api/types.md, CLAUDE.md) to ensure accuracy after canonical changes.

Quick Start

Run /docs-update to regenerate derived documentation and surface any inconsistencies.

Frequently Asked Questions about docs-update

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

FAQPage Schema
How do I verify my documentation matches the canonical source code?

To verify documentation against canonical sources, you can run an automated consistency check that compares derived docs like CLAUDE.md with source truth to flag mismatches. This skill automates that auditing process to catch drift introduced by code changes.

Why does my API types markdown file keep drifting from the actual code?

Derived documentation drifts from canonical sources because manual updates often lag behind code changes. Running an automated docs update checks files like docs/api/types.md against the codebase, surfaces discrepancies, and prompts for specific corrections.

What is the best way to automate updating derived docs after codebase changes?

The best way to automate derived doc updates is running a guided verification command that enforces checks, prompts for specific file changes, and records updates. This reconciles derived documentation with canonical sources automatically.

Can I audit CLAUDE.md references for accuracy after modifying canonical sources?

Yes, you can audit CLAUDE.md references for accuracy after canonical changes by running a cross-doc validation check. The skill enforces consistency checks across critical documentation files to ensure references match the updated source truth.

Does the documentation update process require any external dependencies or scripts?

The documentation update process requires no external dependencies, utilizing included guidelines and scripts to enforce checks and record changes. It operates natively within your environment to reconcile derived docs with canonical sources.