documentation-updater

Update CLAUDE.md documentation from doc-guard system suggestions.

13|1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/davidabeyer/formaltask --skill documentation-updater-davidabeyer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documentation-updater
Source: https://github.com/davidabeyer/formaltask/tree/main/.claude/skills/documentation-updater
Command: npx skills add https://github.com/davidabeyer/formaltask --skill documentation-updater-davidabeyer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires doc_guard_cli.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating documentation, ensuring that project documentation remains accurate and reflects the latest code changes and requirements, especially when guided by automated suggestions.

Core Features & Use Cases

  • Automated Doc Updates: Guides users through updating CLAUDE.md and other documentation files based on suggestions from a doc-guard system.
  • Pattern Documentation: Provides conventions for documenting reusable code patterns using anchor comments.
  • Command Reference Updates: Facilitates adding new CLI commands and their usage examples to documentation.
  • Use Case: After a new feature is implemented, the doc-guard flags that CLAUDE.md needs an update. This Skill guides you to add a new pattern description, update the command reference, and ensure code references the documentation correctly.

Quick Start

Use the documentation-updater skill to check for pending documentation suggestions and update CLAUDE.md accordingly.

Frequently Asked Questions about documentation-updater

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

FAQPage Schema
How do I update CLAUDE.md documentation based on code changes?

You can update CLAUDE.md by using this Skill to process automated suggestions from the doc-guard CLI, guiding you to add new patterns, command references, and project rules using established anchor comments and markdown formatting.

What is the best way to keep project documentation in sync with code?

Keeping documentation in sync with code is achieved by integrating a doc-guard system that flags necessary updates, which this Skill then applies by following established conventions for anchor comments and markdown formatting to ensure documentation accuracy.

How does pattern documentation work with anchor comments?

Pattern documentation with anchor comments works by applying specific conventions to mark reusable code patterns, which this Skill uses to accurately insert and format new pattern descriptions into CLAUDE.md.

Do I need a specific CLI tool to manage pending documentation suggestions?

Yes, you need the doc_guard_cli.py dependency to manage pending documentation suggestions, as this Skill integrates directly with the CLI tool to review flags and ensure documentation accuracy before applying updates.

Can I add new CLI command references to documentation automatically?

You can add new CLI command references to documentation automatically, as this Skill facilitates adding new commands and their usage examples to your documentation files by following established markdown formatting conventions.

When should I not use an automated documentation updater?

You should avoid using an automated documentation updater if your project does not utilize a doc-guard system or if your documentation relies on formatting conventions that do not support anchor comments and markdown patterns.