What problem does it solve? Keeping project documentation accurate, consistent, and aligned with the actual codebase is tedious and error-prone. This Skill guides an AI agent through a structured process for writing new docs and editing existing ones so they match the implementation and follow a consistent style. ## Core Features & Use Cases - Structured writing workflow: Follows a four-step process covering planning, codebase investigation, writing or editing, and final verification. - Style guide enforcement: Applies the rules in references/style-guide.md covering tone, grammar, formatting, terminology, and accessibility. - Link and sidebar maintenance: Checks related pages, validates links, and updates docs/sidebar.json when pages are added or removed. - Use Case: Ask the agent to update the README for a changed CLI command; it reads the relevant code in packages/, edits the doc, verifies links, and offers to run npm run format. ## Quick Start Ask the agent to review and improve the README file for clarity, accuracy, and consistency with the current code.