remove-ai-slop

remove-ai-slop is a skill for Claude Code from tushaarmehtaa/tushar-skills. It costs 32 tokens per session (6,043 once invoked), scanned A, original, MIT.

A review guide for finding interface designs and wording that look like generic AI-generated defaults. It uses the rendered interface and the actual product context as evidence.

In plain words
What is it for?
Use it to audit a user interface, decide which patterns must be removed or merely reconsidered, and choose repairs that fit the product and its content.
Why use it?
It helps remove repetitive visual patterns, unfinished wording, duplicated meaning, unclear labels, and claims that are not supported by evidence.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the slashskills plugin — 34 skills shipped together

Good fit Use it to audit a user interface, decide which patterns must be removed or merely reconsidered, and choose repairs that fit the product and its content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tushaarmehtaa/tushar-skills/remove-ai-slop
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 tushaarmehtaa/tushar-skills --skill remove-ai-slop
Clone the repo
git clone --depth 1 https://github.com/tushaarmehtaa/tushar-skills

Made for: Claude Code.

Or install slashskills, the plugin that ships this one along with the rest of its 34 skills.

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 remove-ai-slop

README.md
[![agentmods](https://agentmods.dev/badge/skills/tushaarmehtaa/tushar-skills/remove-ai-slop/github.svg)](https://agentmods.dev/skills/tushaarmehtaa/tushar-skills/remove-ai-slop)
Your own site
<a href="https://agentmods.dev/skills/tushaarmehtaa/tushar-skills/remove-ai-slop"><img src="https://agentmods.dev/badge/skills/tushaarmehtaa/tushar-skills/remove-ai-slop/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 remove-ai-slop

Your own site · 80×15
<a href="https://agentmods.dev/skills/tushaarmehtaa/tushar-skills/remove-ai-slop"><img src="https://agentmods.dev/badge/skills/tushaarmehtaa/tushar-skills/remove-ai-slop.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,043 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.00032 $0.06043
Opus 5 $0.00016 $0.03021
Sonnet 5 $0.00006 $0.01209
Haiku 4.5 $0.00003 $0.00604

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

Security

Grade A, and why

remove-ai-slop 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.

remove-ai-slop/SKILL.md · 465 lines

How it starts

The opening of the file, as written. The whole thing — 465 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Audit the actual interface, not just a list of fashionable motifs. Remove unmistakable defaults forcefully. Judge softer patterns by whether they fit the product, content, and brand or merely repeat a learned template.

Never turn the cleanup into another house style. Do not make every interface flat, dark, minimally rounded, or monochrome by default.

Use three verdicts

HARD BAN

Use this only for exact unfinished-copy, semantic-duplication, consequential-ambiguity, fabricated-evidence, or similarly objective definitions below. One confirmed occurrence is enough. Visual taste, common components, geometry, fonts, and decorative motifs do not qualify by themselves.

Use this verdict:

HARD BAN — [pattern]. [Why it fails]. Remove it. [Repair direction].

Allow only the narrow semantic exceptions listed with that pattern. “It is a brand choice” is not evidence by itself.

STRONG PRESUMPTION

Use this for patterns that can work but usually read as defaults when unsupported or repeated. Require a concrete product, content, functional, or documented brand reason to keep one.

Use this verdict:

STRONG PRESUMPTION — [pattern] reads as a reused default because [evidence]. Keep it only if [specific purpose]; otherwise [repair].

CONTEXTUAL SIGNAL

Use this for neutral design or copy vocabulary that becomes slop only through repetition, mismatch, co-occurrence, or dominance. Do not report an isolated low-confidence motif as a defect.

Keep accessibility, semantics, performance, and factual-integrity defects in a separate QUALITY DEFECTS section. They matter, but they are not proof of AI authorship.

Phase 1: Establish context

Choose an audit scope before inventorying the repository:

  • Focused — one route, component family, flow, or reported pattern. Inspect every meaningful state inside that boundary.
  • Representative — the default for a product-wide review. Sample each distinct page role, shared chrome, major component system, and high-risk flow; include enough routes to test convergence without rendering every sibling page.
  • Exhaustive — every in-scope route, locale, channel, and meaningful state. Use when the user explicitly requests full coverage or when regulated, release-blocking, or migration work justifies the cost.

Read the full file on GitHub · 465 lines

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 · 465 lines · 32 tokens per session scan A 1cb2c72dc171

Subscribe to this mod's changes

remove-ai-slop is a skill published in the GitHub repository tushaarmehtaa/tushar-skills (11 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 6,043 once invoked, about $0.0002 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ultragoal with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 52 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens