What problem does it solve? README files often grow inconsistent, cluttered, or poorly structured, making repositories hard to scan and unprofessional-looking. This Skill rewrites README.md files into one consistent, minimal pattern used across all projects. ## Core Features & Use Cases - Standardized Structure: Reorganizes sections into a fixed order (Title, Intro, Badges, Features, Installation, Usage, etc.) with English H3 headers and a consistent emoji convention. - Badge Management: Adds shields.io badges in a defined 6-group order, checking repo visibility first since dynamic GitHub badges fail on private repos. - Dual Patterns: Applies a full 27-section pattern for main/root READMEs and a compact pattern for sub-folder READMEs in monorepos, with progressive disclosure for large projects. - Use Case: You share a messy README for a FastAPI project. The Skill reads the file, restructures it with proper sections, converts config lists into tables, adds language-tagged code blocks and GitHub Alert callouts, then writes the result directly back to the file. ## Quick Start Run /refactor-readme with the path to your README.md file to rewrite it in the standard GitHub format.