DO

documentation-maintenance

Ensures project documentation stays aligned with actual implementation and validated behavior.

Install

mkdir -p .claude/skills/documentation-maintenance && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14768" && unzip -o skill.zip -d .claude/skills/documentation-maintenance && rm skill.zip

Installs to .claude/skills/documentation-maintenance

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Keep repository-visible docs current, concise, and aligned with implementation and validation evidence.
103 charsno explicit “when” trigger
Beginner

Key capabilities

  • Update documentation when implementation or contract changes
  • Keep documentation concise and factual
  • Match terminology across documentation and implementation
  • Remove stale references and duplicate explanations
  • Preserve authority boundaries between documentation and runtime code

How it works

The skill reads project grounding files, design documents, and implementation evidence to identify discrepancies and then updates documentation to reflect validated behavior and consistent terminology.

Inputs & outputs

You give it
project grounding file, relevant design docs, relevant implementation and validation evidence
You get back
doc deltas tied to behavior changes, stale references removed, consistency gaps called out

When to use documentation-maintenance

  • Update stale documentation
  • Sync docs with implementation changes
  • Remove duplicate or speculative info
  • Standardize technical terminology

About this skill

Documentation Maintenance

Purpose

Keep docs accurate without turning them into a parallel source of truth.

Read

  • AGENTS.md
  • project grounding file
  • relevant design docs
  • relevant implementation and validation evidence

Do

  1. Update docs only where the implementation or contract changed.
  2. Keep wording concise and factual.
  3. Preserve authority boundaries between docs and runtime code.
  4. Match terminology across docs and implementation.
  5. Remove stale references and duplicate explanations.

Outputs

  • Doc deltas tied to behavior changes
  • Stale references removed
  • Consistency gaps called out

Rules

  • Do not pad docs with speculative detail.
  • Do not let docs drift from validated behavior.

When not to use it

  • When adding speculative details to documentation
  • When documentation drifts from validated behavior

Limitations

  • Cannot add speculative detail to documentation
  • Cannot let documentation drift from validated behavior

How it compares

This skill ensures documentation reflects actual implementation and validated behavior, unlike manual updates that can introduce inconsistencies or speculative content.

Compared to similar skills

documentation-maintenance side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
documentation-maintenance (this skill)03moNo flagsBeginner
documentation-review115moNo flagsBeginner
docs-review108moNo flagsBeginner
workthrough109moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry