What problem does it solve? GitHub project READMEs often bury setup instructions, lack a working Quickstart, or grow too long for readers to find what the project does and how to start. This Skill structures README creation, restructuring, and review around What/Why/How to start/Help/Maintainers so new users can run the project within minutes. ## Core Features & Use Cases - README Creation: Generates a new README from a template covering Highlights, Quickstart (Requirements/Install/Run), Usage, Documentation, Getting help, Contributing, and License. - README Review: Audits existing READMEs against a checklist with Critical/Warning/Info severity levels, flagging broken Quickstarts, missing sections, and weak docs links. - Documentation Splitting Guidance: Decides when long content should move to docs/ with relative links left in the README. - Use Case: A maintainer preparing an open-source CLI release asks for a README review; the Skill identifies that the install command is outdated and the Quickstart lacks a minimal run example, then rewrites those sections. ## Quick Start Ask the assistant to create or review a GitHub README for your project, for example: review my repository's README and fix the Quickstart section.