name: antislop-expert description: "This skill should be used when the user asks to 'check for slop', 'audit this text', or 'remove AI language'."
antislop-expert
Audit text for AI-generated language patterns ("slop"), hallucination markers, and stylometric tells. Produce a scored report with specific remediation suggestions.
Workflow
- Input: Accept text to audit (pasted, file path, or search
data/for drafts). - Lexical scan: Check against slop lexicons (
references/lexicon_slop_en.md,references/lexicon_slop_fr.md). - Structural analysis: Detect structural patterns per
references/structural_patterns_en.md/references/motifs_structurels_fr.md. - Stylometric check: Apply stylometry rules from
references/stylometry_en.md/references/stylometrie_fr.md. - Hallucination flags: Cross-reference claims against
references/allegations_hallucinations_en.md/references/allegations_hallucinations_fr.md. - Typography: Verify typographic conventions per
references/typography_en.md/references/typographie_fr.md. - Score: Compute an antislop score (0-100). Use
scripts/antislop_score.pyorscripts/slop_pipeline.pyas reference for scoring logic. - Remediate: Apply remediation rules from
references/remediation_rules_en.md/references/regles_remediation_fr.md. - Report: Output a structured audit report with per-section scores and specific fix suggestions.
References
references/lexicon_slop_en.md/references/lexicon_slop_fr.md-- Slop word/phrase lexiconsreferences/structural_patterns_en.md/references/motifs_structurels_fr.md-- Structural pattern detectorsreferences/stylometry_en.md/references/stylometrie_fr.md-- Stylometric analysis rulesreferences/allegations_hallucinations_en.md/references/allegations_hallucinations_fr.md-- Hallucination markersreferences/typography_en.md/references/typographie_fr.md-- Typographic conventionsreferences/remediation_rules_en.md/references/regles_remediation_fr.md-- Fix suggestionsscripts/antislop_score.py-- Scoring scriptscripts/slop_pipeline.py-- Full pipeline script
Triggers
- "check for slop"
- "audit this text"
- "remove AI language"
- "is this text AI-generated"
- "antislop check"
- "clean up AI writing"
Source Credibility Check (Wiki Integration)
When the audited content cites wiki sources (references like [source](wiki/...) or claims marked with confidence levels):
Check confidence levels: For each cited wiki article, read its frontmatter
confidencefield.high-> OKmedium-> Flag: "Source a confiance moyenne -- verifier avant publication."low-> Flag: "Source a faible confiance -- rechercher des sources supplementaires."- Missing/no wiki -> Flag: "Affirmation sans source wiki. Ajouter via /sales:recherche."
Check staleness: Read the
updatedfield in cited article frontmatter. If older than 90 days, flag: "Source datee de plus de 90 jours. Re-rechercher avec /sales:recherche."Report: Add a "Credibilite des sources" section to the audit report with per-source confidence and freshness scores.