Deslopify
Rewrite or edit text so it reads as genuine and human, free of the repetitive, patronizing, and grandiose patterns
typical of AI-generated writing ("AI slop").
Workflow
- Read the text provided by the user (fetch it first if a URL is given).
- Review the full AI writing tropes catalog in references/tropes.md: it covers word choice,
sentence structure, paragraph structure, and tone issues.
- Identify instances of these tropes in the text (e.g., magic adverbs, the "delve" family, negative parallelism, false
ranges, listicles in a trench coat).
- Rewrite the text to eliminate these tropes while preserving its original meaning, facts, and intent. Prefer clear,
direct, varied, human-like prose.
- Judge most tropes sparingly: a pattern used once is usually fine, and only worth flagging when it repeats or several
tropes pile up together.
- Always remove em dashes, no matter how many appear. Replace each with a comma, period, parenthesis, or colon
depending on context. Em dashes are one of the strongest and most recognizable AI writing tells, so this trope gets
zero tolerance rather than the sparing judgment applied to the rest.
Always consult references/tropes.md before rewriting; ground edits in the documented
anti-patterns rather than intuition alone.
Source
references/tropes.md is a local, self-contained copy of the catalog from tropes.fyi, vendored
here so the skill stays independent of the upstream file's update cadence.
1---2name: deslopify3description: Make text more genuine, natural, and feel not written by an AI or LLM by removing AI tropes and cliches. Use when asked to deslopify, naturalize, or remove AI tropes from text.4---56# Deslopify78Rewrite or edit text so it reads as genuine and human, free of the repetitive, patronizing, and grandiose patterns9typical of AI-generated writing ("AI slop").1011## Workflow12131. Read the text provided by the user (fetch it first if a URL is given).142. Review the full AI writing tropes catalog in [references/tropes.md](references/tropes.md): it covers word choice,15 sentence structure, paragraph structure, and tone issues.163. Identify instances of these tropes in the text (e.g., magic adverbs, the "delve" family, negative parallelism, false17 ranges, listicles in a trench coat).184. Rewrite the text to eliminate these tropes while preserving its original meaning, facts, and intent. Prefer clear,19 direct, varied, human-like prose.205. Judge most tropes sparingly: a pattern used once is usually fine, and only worth flagging when it repeats or several21 tropes pile up together.226. Always remove em dashes, no matter how many appear. Replace each with a comma, period, parenthesis, or colon23 depending on context. Em dashes are one of the strongest and most recognizable AI writing tells, so this trope gets24 zero tolerance rather than the sparing judgment applied to the rest.2526Always consult [references/tropes.md](references/tropes.md) before rewriting; ground edits in the documented27anti-patterns rather than intuition alone.2829## Source3031`references/tropes.md` is a local, self-contained copy of the catalog from [tropes.fyi](https://tropes.fyi), vendored32here so the skill stays independent of the upstream file's update cadence.