home / skills / kevinslin / llm / dev.document
This skill updates project documentation to reflect changes, ensuring README.md, DESIGN.md, CLAUDE.md, AGENTS.md, and NEXT_STEPS.md are current.
npx playbooks add skill kevinslin/llm --skill dev.documentReview the files below or copy the command above to add this skill to your agents.
---
name: dev.document
description: document changes made
version: 0.0.0
---
Update all relevant documentation based on the changse you made.
Make sure to always check the following files if they exist:
- README.md
- DESIGN.md
- CLAUDE.md
- AGENTS.md
- NEXT_STEPS.md
This skill documents changes made to a codebase by updating all relevant documentation files. It ensures documentation stays synchronized with code and captures rationale, usage, and migration notes. The result is clearer context for reviewers and future maintainers.
The skill scans the project for common documentation files (README.md, DESIGN.md, CLAUDE.md, AGENTS.md, NEXT_STEPS.md) and updates them with summaries of the changes you performed. It generates concise change notes, updates usage examples or API snippets if required, and inserts migration or rollout instructions. It also flags missing documentation files and suggests targeted edits to keep docs complete and consistent.
Which files does the skill check and update?
It targets README.md, DESIGN.md, CLAUDE.md, AGENTS.md, and NEXT_STEPS.md if they exist, and will suggest edits when files are missing.
How detailed should the change notes be?
Keep notes concise but informative: include what changed, why, API implications, and any migration or rollback steps.