anti-slop

Installation
SKILL.md

Anti-Slop

Audits source code for AI-generated slop patterns and outputs a structured report.

Workflow

Step 1 — Resolve files

Parse the argument as file paths or glob patterns. Expand globs to a concrete file list.

# If argument is a glob like "src/**/*.ts", expand it
# If argument is a file path, use it directly
# If multiple paths/globs, expand all

Supported extensions: .ts, .tsx, .js, .jsx, .py, .go, .rs, .java, .rb, .php, .swift, .kt

Skip files larger than 1000 lines — flag them as "skipped (too large)" in the report. For those, audit only the first 500 lines.

Related skills

More from b4r7x/agent-skills

Installs
13
First Seen
Mar 13, 2026