What problem does it solve? Writing a professional, well-structured README.md for a GitHub repository is time-consuming and often results in inconsistent formatting, missing sections, or cluttered headings. This Skill enforces a canonical layout standard so every README follows the same clean, developer-friendly structure. ## Core Features & Use Cases - Canonical Layout Enforcement: Applies a fixed section hierarchy (Overview, What It Solves, Main Features, Quick Installation, Usage Reference, Repository Architecture, Author & Maintenance, License) separated by dividers. - Strict Heading Rules: Removes emojis and icons from all headings to keep titles clean and professional. - Centered Hero Header: Generates a centered banner image, project title, tagline, and for-the-badge style shields for license and technologies. - Use Case: Run the /readme command on a new repository to refactor an existing README.md into the standard GitHub layout with badges, an ASCII folder tree, and author credits. ## Quick Start Ask the agent to refactor your project's README.md using the /readme command to apply the canonical GitHub layout template.