Ten files. Read them in order.
Start with SKILL.md for the workflow, then calibration.md for how to score. Then walk the AI-slop axis (patterns, vocabulary, formatting) and the comprehension axis (comprehension, readability).
SKILL.mdEntry point for the agent. Modes (audit vs fix), when to skip, the workflow, and the top-20 lethal items.
references/calibration.mdDensity formula, severity tiers, genre adjustments, model fingerprints, contested-tell handling. Read this first.
references/patterns.md45 rhetorical and structural patterns across 5 groups. The bulk of the AI-slop axis.
references/vocabulary.md~150 word-level tells across 7 categories: LLM verbs, cliché metaphors, intensifiers, sycophancy, weasels, connectors, spike words.
references/formatting-tells.md~33 markdown and structural patterns: bold-first bullets, title clichés, repetition, whitespace artifacts.
references/comprehension.md35 patterns across 5 groups for the comprehension axis: density overload, telegraphic compression, audience assumptions, scannability, cognitive friction.
references/readability-metrics.mdEight readability formulas with audience targets and the three cold-reader density signals (acronyms, named entities, numerics).
references/audit-report-template.mdCanonical dual-verdict output: AI-slop and Comprehension scores, top fixes, mechanical and qualitative violations, recommended action.
references/sources.md~50 published sources backing every pattern. Peer-reviewed linguistics, vendor methodology, practitioner literature, viral takedowns.
scripts/scan.pyPython regex scanner. Density-aware scoring, genre flags, model fingerprinting. JSON / quick / human modes.