What problem does it solve? Codebases accumulate stale, redundant, or misplaced documentation that misleads readers and drifts from the code it describes. This Skill enforces disciplined documentation practices so docs stay accurate, minimal, and located where their maintainers can catch drift. ## Core Features & Use Cases - Scoped doc authoring: Write READMEs, runbooks, tutorials, how-to guides, reference docs, module docs, and code comments only when requested, approved, or required by validation. - Source-of-truth discipline: Link to code, schemas, tests, CLI help, or OpenAPI specs instead of restating generated facts in prose. - Tripwire guardrails: Detect common documentation mistakes like unsolicited doc edits, bloated READMEs, and stale paragraphs, and route release notes to the appropriate skill. - Use Case: After shipping a new service, ask the agent to write a runbook covering alerts, rollback steps, and ownership, placed next to the service code where reviewers can keep it current. ## Quick Start Use the documentation skill to write a README for this module covering its purpose, install steps, minimal usage, and links onward.