What problem does it solve?
Project documentation often becomes outdated, unsafe, or unusable, causing onboarding delays and repeated troubleshooting; this skill produces documentation that is accurate, operational, and secure for real contributors.
Core Features & Use Cases
- Accurate, source-driven docs: structures content around what exists in the repository (commands, config, routes, tests, CI, and current behavior) rather than guessing.
- L5 documentation standard: ensures documentation is operational, navigable, verifiable, maintainable, and safe (including redaction and dummy env values).
- Documentation lifecycle support: covers README updates, installation guides, architecture/API docs, changelogs, runbooks, and contribution guidelines with a clear discovery-to-verify process.
- Progressive disclosure via templates: loads concrete templates from references only when actionable section structure is needed.
- Quality gates and verification: enforces “design before completion” (e.g., explicit verification status and checked links/commands where practical).
Quick Start
Use this skill to update your repository’s README and installation guide based on the current codebase, ensuring commands are correct and all environment examples use dummy values instead of secrets.