AI Slop Skill — AI skill for Claude Code
Catch and fix AI slop in any prose; specific focus on empirical software engineering papers.
How to install AI Slop Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open se-uhd/ai-slop-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Slop Skill does
Catch and fix AI slop in any prose; specific focus on empirical software engineering papers.
Alternatives in AI
README
AI Slop Review Skill
An [Agent Skill](https://agentskills.io/home) bundle that catches AI slop in prose and enforces conventions for clear writing. It works on any text, such as a Markdown draft, documentation, or a blog post, and adds a scientific layer for empirical software engineering papers (voice and tense, statistical reporting per APA/IEEE/ACM, citations) and a LaTeX layer for LaTeX source (BibTeX, `\citeauthor`, `% GROUNDING`). Both load automatically for `.tex` source, and `--scientific` opts a non-LaTeX manuscript into the scientific layer. An optional STE layer (`--ste`) applies rules based on ASD-STE100 Simplified Technical English to any input. Agent Skills is an open standard originally developed by Anthropic and now read by Claude Code, Cursor, GitHub Copilot, and OpenAI Codex, among others. The [client list](https://agentskills.io/clients) names the rest.
The skill keeps its writing rules in layers (listed under Rule layers below) and fetches a general AI trope catalog (named patterns such as negative parallelism, em-dash addiction, and rule-of-three groupings, each tagged with a status) at runtime from [tropes.fyi](https://tropes.fyi) and from no other source. The table under Rule layers shows which layers each input loads, and `review-repo` never loads the LaTeX layer. The same bundle therefore reviews a Markdown blog draft, a non-LaTeX manuscript (with `--scientific`), or a full LaTeX paper.
Rule layers
The writing rules ship as four layers. Which of the first three load depends on whether the input is LaTeX source (detected automatically by `scripts/detect_scope.py`) and whether you pass `--scientific`:
| Input | general | scientific | latex |
|---|---|---|---|
LaTeX source (.tex) |
yes | yes | yes |
| Anything else, no flag | yes | no | no |
Anything else, --scientific |
yes | yes | no |
`rules-general.md` applies to any prose (vocabulary, punctuation, structure, tone). Every rule carries a stable key (`G.semicolons`, `
Related Skills
Writing Deslop
AI Writing Deslop - Detect and fix 11 AI writing slop patterns in Korean/English prose. Claude Code skill.
Agentic Guardrails
Modular markdown workflow templates to keep AI coding agents from shipping sloppy code. Catch defensive over-e
Humanizer Claude Skill
Agent skill that removes AI tells from prose and scores how human it reads. Markdown-safe CLI: --check scores
Slop Cop
Detect AI-generated language patterns in your codebase with this Claude Code skill to ensure human-quality pro
Ae
ae — agentic engineering: run multiple AI coding agents side-by-side in tmux focus on simplicity
Postmortem Prose
Write zh-TW tech longform in a postmortem voice: a personal, battle-tested style guide for de-AI-flavored engi
Related Agents
Docs Software Engineering Separation Checker
Validates software engineering documentation separation — ensures docs/explanation/ style guides focus on repo
Clean Code Engineer
Use this agent when you need to write new code, refactor existing code, or improve code quality with a focus o
Methodology Reviewer Agent
v1.0 You are a methodology reviewer specializing in empirical social science. You evaluate papers with the rig