Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
README.md
1# Stop Slop23A skill for removing AI tells from prose.45<img width="3840" height="2160" alt="G-Yg4RVbIAAhVxW" src="https://github.com/user-attachments/assets/902afc15-1f40-4a9d-af24-8cd67afb8ebf" />67## What this is89AI writing has patterns. Predictable phrases, structures, rhythms. This skill teaches Claude (or any LLM) to catch and remove them.1011## Skill Structure1213```14stop-slop/15├── SKILL.md # Core instructions16├── references/17│ ├── phrases.md # Phrases to remove18│ ├── structures.md # Structural patterns to avoid19│ └── examples.md # Before/after transformations20├── README.md21└── LICENSE22```2324## Quick start2526**Claude Code:** Add this folder as a skill.2728**Claude Projects:** Upload `SKILL.md` and reference files to project knowledge.2930**Custom instructions:** Copy core rules from `SKILL.md`.3132**API calls:** Include `SKILL.md` in your system prompt. Reference files load on demand.3334## What it catches3536**Banned phrases** - Throat-clearing openers, emphasis crutches, business jargon, all adverbs, vague declaratives, meta-commentary. See `references/phrases.md`.3738**Structural clichés** - Binary contrasts, negative listings, dramatic fragmentation, rhetorical setups, false agency, narrator-from-a-distance voice, passive voice. See `references/structures.md`.3940**Sentence-level rules** - No Wh- sentence starters, no em dashes, no staccato fragmentation, no lazy extremes, active voice required.4142## Scoring4344Rate 1-10 on each dimension:4546| Dimension | Question |47|-----------|----------|48| Directness | Statements or announcements? |49| Rhythm | Varied or metronomic? |50| Trust | Respects reader intelligence? |51| Authenticity | Sounds human? |52| Density | Anything cuttable? |5354Below 35/50: revise.5556## Author5758[Hardik Pandya](https://hvpandya.com)5960## License6162MIT. Use freely, share widely.63