Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

De Slopify

  • 91 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

de-slopify is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • de-slopify
  • AI & Agent Building
  • AI-coding skill

De Slopify by the numbers

  • 91 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #4,798 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill de-slopify

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs91
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

De-Slopify

Overview

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.

Quick Reference

CategoryPatternFix
PunctuationEmdash overuseSemicolons, commas, colons, or split into two sentences
Phrase"Here's why" / "Here's why it matters"Explain why directly without the lead-in
Phrase"It's not X, it's Y""This is Y" or restate the distinction
Phrase"Let's dive in" / "Let's get started"Delete; just start the content
Phrase"It's worth noting" / "Keep in mind"Delete the hedge; state the fact
Phrase"At its core" / "In essence" / "Fundamentally"Delete; say the thing directly
Vocabulary"delve", "tapestry", "landscape", "nuanced"Replace with plain, specific language
Vocabulary"revolutionize", "cutting-edge", "game-changer"Replace with concrete claims or delete
StructureUniform sentence length throughoutMix short (5-word) and long (20+ word) sentences
StructurePerfectly balanced lists of exactly 3 itemsVary list length; humans use 2, 4, or odd counts
StructureGeneric claims without specificsAdd names, dates, numbers, or first-person detail
Sycophancy"Great question!" / "Absolutely!"Delete; answer the question directly
Meta"Let me break this down..." / "Let me explain"Delete the preamble; just break it down
StructureNumbered lists where a sentence sufficesUse a sentence; reserve lists for genuinely parallel items
Closer"In conclusion" / "To summarize"Delete or replace with a specific takeaway
CodeOver-commented trivial functionsRemove comments that restate the code
CodeUnnecessary abstractions and design patternsFlatten to the simplest working solution
CodeVerbose or overly descriptive variable namesUse domain-appropriate concise names
CodeDefensive error handling on every operationHandle errors only where failure is realistic

Common Mistakes

MistakeCorrect Pattern
Replacing every emdash mechanicallyEvaluate context; sometimes an emdash is the right choice
Editing code blocks for styleFocus on prose; leave code examples and technical syntax untouched
Removing all structure to sound casualKeep headers, tables, and lists intact; rewrite prose only
Over-correcting into choppy fragmentsRead aloud after editing; recombine sentences that lost flow
Applying fixes without defining target voiceSet persona, tone, and audience before starting edits
Running regex replacements instead of readingManual line-by-line review is required; context determines fixes
Ignoring AI code smellsReview AI-generated code for over-engineering, verbose names, and unnecessary abstractions
Removing all LLM-typical words unconditionallySome flagged words are perfectly natural in context; use judgment

Delegation

  • Scan a repository for documentation files that need de-slopifying: Use Explore agent
  • Rewrite an entire documentation site to remove AI artifacts: Use Task agent
  • Plan a documentation voice guide and editorial workflow: Use Plan agent
  • Review AI-generated code for slop patterns: Use code-reviewer agent
For systematic quality auditing across 12 dimensions (architecture, security, testing, performance, etc.), use the quality-auditor skill.

References

  • Prose patterns: emdash alternatives, phrase replacements, and voice calibration
  • Before-and-after examples of common AI writing fixes
  • AI slop vocabulary: words and phrases that signal LLM authorship
  • Code slop: detecting and fixing AI-generated code smells
  • Review workflow: prompts, checklists, and integration

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.