What problem does it solve? Markdown documents often accumulate inconsistent formatting: mixed list markers, skipped header levels, code blocks without language identifiers, missing alt text, and irregular spacing. This Skill standardizes markdown files against common style guidelines without altering their content. ## Core Features & Use Cases - Modular Formatting Guidance: Five focused reference resources cover headers and hierarchy, lists and nesting, code and emphasis, links and images, and spacing and tables. - Four-Phase Workflow: A structured process of structural scan, block-level formatting, final polish, and validation ensures systematic cleanup. - Automated Validation: A bundled shell script checks for trailing whitespace, missing language identifiers, inconsistent list markers, bad link text, and missing alt text. - Use Case: Given a messy README with underline-style headers, mixed * and - list markers, and unlabeled code fences, the Skill reformats it into clean ATX-style markdown and verifies the result with the validation script. ## Quick Start Format the attached README.md file according to markdown best practices and run the validation script to confirm all issues are fixed.