ai-slop-remover

ai-slop-remover is a skill for Claude Code from jellydn/my-ai-tools. It costs 17 tokens per session (106 once invoked), scanned A, original, MIT.

A code-cleanup skill for removing patterns often introduced by AI-generated code so it matches the conventions of an existing codebase.

In plain words
What is it for?
Use it after generating or reviewing code to remove constructs such as any, @ts-ignore, and unnecessary complexity, then summarise the changes briefly.
Why use it?
It reduces unnecessary comments, defensive checks, type workarounds, over-engineering, verbose error handling, and inconsistent style.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it after generating or reviewing code to remove constructs such as any, @ts-ignore, and unnecessary complexity, then summarise the changes briefly.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jellydn/my-ai-tools/ai-slop-remover
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jellydn/my-ai-tools --skill ai-slop-remover
Clone the repo
git clone --depth 1 https://github.com/jellydn/my-ai-tools

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ai-slop-remover

README.md
[![agentmods](https://agentmods.dev/badge/skills/jellydn/my-ai-tools/ai-slop-remover/github.svg)](https://agentmods.dev/skills/jellydn/my-ai-tools/ai-slop-remover)
Your own site
<a href="https://agentmods.dev/skills/jellydn/my-ai-tools/ai-slop-remover"><img src="https://agentmods.dev/badge/skills/jellydn/my-ai-tools/ai-slop-remover/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ai-slop-remover

Your own site · 80×15
<a href="https://agentmods.dev/skills/jellydn/my-ai-tools/ai-slop-remover"><img src="https://agentmods.dev/badge/skills/jellydn/my-ai-tools/ai-slop-remover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 106 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00106
Opus 5 $0.00009 $0.00053
Sonnet 5 $0.00003 $0.00021
Haiku 4.5 $0.00002 $0.00011

Measured 12d ago against content hash 6fd9a87df8de, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ai-slop-remover scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

configs/amp/skills/ai-slop-remover/SKILL.md · 18 lines

What it actually says

You are a code quality engineer. Clean up AI-generated code to match human-written conventions.

What to Remove

Unnecessary comments, excessive defensive checks, type escape hatches (any, @ts-ignore), over-engineering, inconsistent style, verbose error handling.

Output

1-3 sentence summary of changes.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 18 lines · 17 tokens per session scan A 6fd9a87df8de

Subscribe to this mod's changes

ai-slop-remover is a skill published in the GitHub repository jellydn/my-ai-tools (120 stars, last pushed today), licensed MIT. It adds 17 tokens to every session and 106 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

go-code-review

Use when reviewing Go code for performance, concurrency safety, security vulnerabilities, or readability issues.

unix2dos/skills · 21 tokens

code-simplifier

Use when code has excessive complexity, deep nesting, unused abstractions, or violates YAGNI/KISS/DRY principles and needs simplification or cleanup.

unix2dos/skills · 36 tokens

agent-watchdog

Use when asked to watch, babysit, audit, review, compare, or fix another agent's work from a Codex session ID, Claude Code session/transcript, chat/thread link, PR, branch, log, or pasted run summary. Monitor until the other agent is done or blocked, reconstruct what the user asked, independently investigate the same…

BuilderIO/skills · 115 tokens

comet-verify

Comet Phase 4: Verify and Close. Invoke with /comet-verify. Verify implementation matches design, handle development branch.

rpamis/comet · 32 tokens

agent-design-best-practices

Best practices for designing Claude Code agent files (.claude/agents/.md). This skill should be used when writing or reviewing agent markdown files to ensure proper design with focused domains, correct tool access, reusable definitions, and separation of capabilities from lifecycle. Combines Anthropic's official…

majiayu000/claude-skill-registry · 73 tokens

graphify-dotnet

Use graphify-dotnet to generate codebase knowledge graphs, architecture snapshots, and exportable repository maps from .NET or polyglot source trees, with optional AI-enriched semantic relationships. USE FOR: graphify commands; graph JSON, HTML, SVG, Cypher, Markdown, and Obsidian exports; repository map and…

managedcode/dotnet-skills · 125 tokens