De-slopify is a methodology for removing telltale signs of AI-generated content from documentation, prose, and code. LLMs produce statistically regular output with characteristic vocabulary, punctuation habits, and structural patterns that make text and code feel inauthentic. Some patterns appear over 1,000x more frequently in LLM output than human writing.
When to use: Before publishing READMEs, after AI-assisted writing sessions, during documentation reviews, when reviewing AI-generated code for over-engineering, before committing prose or code that an LLM touched.
When NOT to use: On code logic or algorithms where correctness matters more than style. On technical specifications where precision outweighs voice. On content that was already human-written and reads naturally.
يزيل عناصر الكتابة الخاصة بالذكاء الاصطناعي من الوثائق والتعليمات البرمجية. يُستخدم عند تحرير النثر الذي تم إنشاؤه بواسطة LLM، أو مراجعة READMEs، أو صقل المستندات قبل النشر، أو تنظيف التعليمات البرمجية التي تم إنشاؤها بواسطة الذكاء الاصطناعي. يُستخدم لتنظيف emdash، وإزالة العبارات الصيغةية، ومعايرة النغمات، والتعليمات البرمجية التي تم التعليق عليها بشكل زائد، والتسمية المطولة، واكتشاف رائحة كود الذكاء الاصطناعي. المصدر: oakoss/agent-skills.