slop-detector

Solid

Detect and flag AI-generated content markers in documentation and prose.

AI & Automation 310 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AI Slop Detection AI slop is identified by patterns of usage rather than individual words. While a single "delve" might be acceptable, its proximity to markers like "tapestry" or "embark" signals generated text. We analyze the density of these markers per 100 words, their clustering, and whether the overall tone fits the document type. ## Execution Workflow Start by identifying target files and classifying them as technical docs, narrative prose, or code comments. This allows for context-aware scoring during analysis. ### Language Detection - Auto-detect language from text content using function word frequency - Override with explicit `--lang` parameter (en, de, fr, es) - Load language-specific patterns from `data/languages/{lang}.yaml` - Fall back to English if detection confidence is low - See `modules/language-support.md` for details on cultural calibration ### Vocabulary and Phrase Detection Load: `@modules/vocabulary-patterns.md` We categorize markers into three tiers based on confidence. Tier 1 words appear dramatically more often in AI text and include "delve," "multifaceted," and "leverage." Tier 2 covers context-dependent transitions like "moreover" or "subsequently," while Tier 3 identifies vapid phrases such as "In today's fast-paced world" or "cannot be overstated." | Word | Context | Human Alternative | |------|---------|-------------------| | delve | "delve into" | explore, examine, look at | | tapestry | "rich tapestry" | mix, combination, variety | ...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

antislop

Detect and fix AI-generated writing patterns (slop). Comprehensive detection with 45+ patterns across 3 severity tiers, scoring system, and editor mode that directly fixes problems. Use when scanning any content for AI tells, auditing drafts before publishing, checking if writing "sounds like AI", humanizing AI-generated text, or verifying content authenticity. Trigger on "check for slop", "does this sound like AI", "humanize this", "AI audit", "slop check", "clean up AI writing", or any request to detect/remove artificial-sounding patterns. Also use proactively before publishing any AI-assisted content.

16 Updated 3 weeks ago
aplaceforallmystuff
AI & Automation Listed

detect-ai-slop

Use when the user wants to SEE which AI tells are in a piece of text without rewriting it. Triggers include "flag the AI slop", "where are the tells", "show me what to fix", "detect AI-generated writing", "check this for slop but don't change it", "what would you flag here", or any editorial / pre-publish review that lists issues by location. This is the report lens; it returns located findings (category, severity, the offending text), never a rewrite and never a single 0-10 score. To rewrite instead, use remove-ai-slop.

0 Updated 4 days ago
SalZaki
AI & Automation Listed

no-ai-slop

Guides prose writing to avoid AI-generated slop patterns. Applies structural variety, voice authenticity, and a multi-step self-review with worked examples.

0 Updated 6 days ago
Saturate