What problem does it solve? Software repositories often lack complete, accurate documentation, and manually documenting every command, config key, API, and plugin is slow and error-prone. This Skill audits a codebase and produces verified documentation grounded in actual source evidence rather than assumptions. ## Core Features & Use Cases - Evidence-Backed Inventories: Builds canonical inventories of CLI commands, configuration keys, environment variables, APIs, plugins, tools, and errors, each traced to source code or verified execution. - Parallel Documentation Workflow: Coordinates concurrent discovery and drafting workers with non-overlapping file ownership to document large repositories without duplication or conflicts. - Quality Gates and Gap Sweeps: Scores documentation against a 100-point rubric, re-runs discovery after drafting, and refuses to declare completion below a 95-point threshold. - Use Case: Point it at a fast-moving CLI tool repository whose docs have drifted from the code; it inventories every public command and config key, repairs stale pages, verifies examples by running them, and delivers a coverage report. ## Quick Start Audit this repository and create complete, verified documentation for all commands, configuration, APIs, and features.