What problem does it solve? Package documentation drifts out of sync with code, and architecture overviews are often missing or invented rather than grounded in the actual source. This Skill produces README and docs/architecture content where every claim traces back to package metadata, exports, entry points, scripts, configuration, or tests. ## Core Features & Use Cases - Source-backed README authoring: Creates or refreshes a package readme.md covering audience, installation, quick start, public API, and configuration, with every claim verified against code. - Durable architecture documentation: Generates docs/architecture/<slug>.md files with module topology, data flow, state lifecycle, design patterns, invariants, and Mermaid diagrams, using bundled templates and archetype examples for libraries, CLIs, services, IaC stacks, and monorepos. - Evidence-map verification: Builds an evidence map before drafting, executes documented examples where safe, checks TOC display width via a script, and runs a self-review audit checklist with optional independent read-only review. - Use Case: After refactoring a TypeScript CLI package, invoke the Skill to realign its README with the new exports and produce an architecture document showing the parse-rule-report pipeline, verified against the actual source tree. ## Quick Start Ask the agent to document the current package, for example: regenerate the README and add an architecture overview for this package based on its source code.