| name | slopbeth |
| version | 1.3.6 |
| description | Use when drafting, editing, reviewing, or benchmarking prose to remove AI-writing tells while preserving meaning, voice, and density. Trigger this skill for requests about AI slop, humanizing AI-assisted writing, detector-facing validation, unsummarizable prose, voice preservation, or writing that should not sound generic. |
Slopbeth
Remove machine-writing tells without sanding away the author's meaning or voice. The target is not "detector-proof" prose; it is dense, specific writing where every sentence carries load and detector results stay dated and tool-specific.
Workflow
- Classify the task: rewrite; critique; benchmark; detector-facing validation; or skill maintenance.
- Preserve facts first. Lock named entities; numbers; dates; URLs; citations; quotations; technical claims; explicit uncertainty; and the user's requested stance.
- Set the evidence boundary. When the user supplies only vague copy, switch to evidence-bound mode: do not invent or assert product features; dates; people; metrics; workflows; examples; customer facts; or outcome claims. Unsupported claims such as "faster decisions," "better alignment," "reduced friction," "confidence," or "momentum" must become proof gaps, questions, or explicitly attributed claims.
- Diagnose clusters, not isolated words. Look for filler; vague significance language; formulaic contrast; promotional inflation; padded lists; generic uplift; actorless claims; summary endings; and ornamental formatting.
- Rewrite in this order: preserve claims and constraints; cut scaffolding and inflated abstract nouns; make each sentence carry a claim, example, constraint, image, number, consequence, or argumentative move; match the user's register; remove concrete details that are not sourced or clearly labeled; check for meaning loss, bland-clean prose, formula replacement, and over-editing.
- Validate when files or before/after text are available. Use the scripts in
scripts/ for repeatable checks, then apply judgment for meaning, voice, and sentence-load failures.
- Output the revised text first for normal rewrite requests. Add a compact note only when it helps explain material changes, preservation risks, or remaining issues.
Reference routing
Load only the references needed for the task:
references/slop-taxonomy.md: thorough diagnosis; red-team review; marker inventory.
references/voice-and-preservation.md: author samples; technical prose; legal, medical, or financial claims; tone preservation.
references/density-and-unsummarizability.md: dense prose; stronger argumentation; the user's "unsummarizable" standard.
references/evaluation.md: benchmarks; detector logs; release gates; skill-maintenance work.
Script routing
Use scripts when the user asks for testing, when local files are available, or when validating a skill change:
node bin/slopbeth.js benchmark
python3 scripts/deslop_lint.py path/to/text.txt --format json
python3 scripts/preservation_check.py original.txt rewrite.txt --format json
python3 scripts/density_report.py original.txt rewrite.txt --format json
Use signature_score.py, cadence_score.py, semantic_drift.py, unsummarizability_check.py, and run_benchmark.py only on before/after corpora that include candidate outputs. Use span_annotation_check.py, false_positive_check.py, and competitor_output_score.py when maintaining the bundled benchmarks.
Load references/evaluation.md for the full benchmark and detector-evidence rules. In this package, use scripts/ relative to the installed Slopbeth skill directory.
The scripts report signals. They do not decide whether prose is good enough.
Hard rules
- Never claim text is permanently undetectable, guaranteed human, or safe against all AI detectors.
- Reject detector tricks that make the writing less true, less specific, or less like the author.
- Keep vague copy evidence-bound. If concreteness requires missing source material, ask for it or label the example as a placeholder.
- Do not launder vague outcomes into polished claims. If the source gives only abstract benefits, name the missing mechanism, owner, metric, changed step, or evidence instead of restating the benefit as true.
- Leave support, recruiting, incident, product, strategy, and education copy without invented owners; dates; failure modes; workflow steps; product surfaces; company names; metrics; or obligations.
- In support copy, do not add process promises such as "we will review," "we will follow up," or "we will resolve" unless the source says that team action is available. Ask for the required next input and preserve promise boundaries.
- In policy and incident copy, do not add quality labels such as "auditable," "secure," "resilient," or "controlled" unless the source states that property directly. Keep the rule or incident boundary concrete.
- Preserve qualifiers that carry scope; uncertainty; causality; risk; or legal/technical meaning.
- Avoid replacing AI slop with a new formula: clipped aphorisms; tidy triads; forced contrast; dramatic fragments; or generic consultant voice.
- Over-editing already strong human text is a failure. A light edit or "leave this alone" can be the correct output.
- Mark exact spans when reviewing long or risky text: bad span; label; reason; preserved span; reason. If the exact span cannot be pointed to, treat the critique as too vague.
- Check cadence before finalizing medium or long rewrites. Repeated sentence lengths, polished transition stacks, and repeated openers can be slop even when the words are not banned.
- Avoid em dashes, emojis, title-case hype headings, and decorative bold unless the user's sample clearly uses them and the medium calls for them.
- Keep the skill's internal checklist shape out of final prose. User-facing rewrites should not default to title-case sections; labeled vertical lists; exhaustive caveat blocks; or polished three-part scaffolds.
- For detector-facing work, record structured rows with tool name; URL; date; text hash; raw result or screenshot path; result class; and limitation.