$npx -y skills add gc-victor/supersimple --skill deslopCleanup pass that MUST remove filler and SHOULD tighten code, docs, and Markdown.
| 1 | # Remove AI slop |
| 2 | |
| 3 | Review the diff and remove filler, noise, and AI-style phrasing. This skill MUST review recent output and remove filler, noise, and AI-style phrasing without changing intent. It SHOULD tighten code comments, prose, and Markdown structure so the result is shorter, clearer, and more natural. |
| 4 | |
| 5 | ## Code |
| 6 | |
| 7 | - Remove decorative or narrating comments. |
| 8 | - Remove defensive overreach that does not match local conventions. |
| 9 | - Remove type-safety escape hatches that avoid the real fix. |
| 10 | |
| 11 | ## Writing |
| 12 | |
| 13 | - Cut filler and meta-talk. |
| 14 | - Remove hedging when the statement is certain. |
| 15 | - Remove padded rhythm, stacked adjectives, and over-structured Markdown. |
| 16 | |
| 17 | End with a 1-3 sentence summary of what changed. |