documentation
Installation
SKILL.md
Documentation Skill
Goal
Keep documentation synchronized with the project state. Treat stale documentation as a project bug, but do not create documentation churn for internal-only changes that do not affect users, operators, contributors, architecture, or future agents.
Default Workflow
- Inspect relevant existing documentation before editing docs, and before code changes when docs may influence the implementation.
- Identify whether the task changes interface, structure, or project knowledge.
- Make the code or project change.
- Verify the actual change by reading the modified files or running
git diff. Do not rely on memory of what was just done. - Update only the affected documentation, grounded in what step 4 revealed.
- Check for contradictions between code, README, docs, changelog, and agent guidance.
- Summarize documentation work in the final response.
Decide Whether To Update Docs
Always check for documentation impact. Update docs only when at least one answer is "yes":