AgentStack
SKILL verified MIT Self-run

Ai Slop Cleaner

skill-jmstar85-oh-my-githubcopilot-ai-slop-cleaner · by jmstar85

>

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-jmstar85-oh-my-githubcopilot-ai-slop-cleaner

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Ai Slop Cleaner? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

AI Slop Cleaner

Clean AI-generated code slop without changing behavior. Deletion-first workflow with regression safety.

When to Use

  • Code that works but feels bloated, repetitive, or over-abstracted
  • Duplicate logic, dead code, wrapper layers, boundary leaks
  • --review for reviewer-only mode (no changes, just findings)

When NOT to Use

  • New feature build or product change
  • Broad redesign
  • Behavior is unclear and untestable

Principles

  • Preserve behavior unless explicitly asked for changes
  • Delete before refactoring — removal is safest
  • Scope-bounded: only clean what was specified
  • Regression-safe: verify tests pass after every change

Slop Signals

  • Unnecessary wrapper functions
  • Duplicated logic across files
  • Over-abstracted single-use helpers
  • Dead code / unreachable branches
  • Excessive comments restating obvious code
  • Premature abstractions (used only once)

Workflow

  1. Identify target files/scope
  2. Run existing tests (baseline)
  3. Apply deletions first (dead code, unused imports)
  4. Simplify remaining code (reduce nesting, merge duplicates)
  5. Re-run tests after each change
  6. Report what was cleaned and verification results

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.