What problem does it solve? Writing or updating a project README is tedious and often produces stale, placeholder-filled documentation. This Skill analyzes your actual codebase — entry points, manifests, CLI definitions, CI configs — and produces a README with real names, real commands, and real examples instead of generic boilerplate. ## Core Features & Use Cases - Codebase-driven generation: Reads Cargo.toml, package.json, CLI source (clap/argparse/cobra/click), CI workflows, and tests to extract accurate install commands, prerequisites, and usage references. - Prioritized feature checklist: Follows a must-have / nice-to-have priority table covering badges, quickstart, CLI options, configuration, known limitations, and license. - Auto-detect vs. author annotation: Marks fields needing author input with <!-- 🖊 TODO --> comments (logo, screenshots, project status) while fully auto-generating derivable sections. - Use Case: You inherit a repo with an outdated README. Invoke the Skill and it scans the code, preserves accurate sections, rewrites stale ones, and flags exactly what you still need to supply. ## Quick Start Ask the assistant to generate a README from this codebase, and it will analyze the project structure and write a complete README.md with real commands and examples.