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
Files larger than 1000 lines: audit only the first 500 lines and mark the file's report entry partial — first 500 of N lines; never present a partial audit as complete.