What problem does it solve?
This Skill helps keep software documentation and code comments aligned with the real system so readers can understand, use, change, or operate it without being misled by stale or vague prose.
Core Features & Use Cases
- Documentation planning: Decide what to document, who the reader is, and where the truth should live.
- Doc and comment maintenance: Write or update README files, guides, runbooks, docstrings, and inline comments when behavior changes.
- Contract-aware writing: Describe APIs, commands, settings, and operating paths in terms of what users can rely on, then verify claims against source code and checks.
- Use case: A developer changes a public API and needs the README, docstring, and example commands updated to match the new behavior and validation rules.
Quick Start
Ask the docs skill to review the changed code and update the nearest README or docstring so it matches the current behavior.