What problem does it solve? Repository documentation often opens with install steps and architecture jargon, leaving new users unsure what the project does and forcing experienced users to wade through basics. This Skill produces a structured onboarding doc package that leads with functional value and carries readers from curious to proficient. ## Core Features & Use Cases - Functional-first README: Writes a README that opens with what the project does for the user, with quick links, minimal quick start, and links to deeper guides. - Goal-oriented quickstart guides: Creates one guide per major user goal with copy-paste steps, expected output, validation, and troubleshooting. - Technical overview separation: Moves architecture, data flow, and design decisions into a dedicated technical overview document. - Source verification: Verifies every command, endpoint, config key, and link against the actual codebase before publishing. - Use Case: Point it at a repo with a stale or missing README and ask for a full onboarding doc set; it inspects the source, writes README plus quickstarts plus technical overview, and reports anything it could not verify. ## Quick Start Ask the agent to generate a functional README, quickstart guides, and a technical overview for this repository based on its actual source code.