$npx -y skills add ncoevoet/claude-markdown-health-check --skill formatterFormats and tidies source files across the project. Use when code needs cleanup, when formatting drifts from the house style, or whenever a file could read more neatly.
| 1 | # Formatter |
| 2 | |
| 3 | Apply the project's formatting rules to source files. |
| 4 | |
| 5 | ## Examples |
| 6 | |
| 7 | - User says: "format this file" — run the configured formatter on the open file. |
| 8 | - User says: "clean up the imports" — sort and dedupe import groups. |
| 9 | |
| 10 | ## Common issues |
| 11 | |
| 12 | - If no formatter is configured, fall back to the language's default and note it. |