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.zipInstalls 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
- Update docs only where the implementation or contract changed.
- Keep wording concise and factual.
- Preserve authority boundaries between docs and runtime code.
- Match terminology across docs and implementation.
- 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.