agentskills.codes
DO

documentation-maintenance

Keep repository-visible docs current, concise, and aligned with implementation and validation evidence.

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

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.

Search skills

Search the agent skills registry