dslop

dslop is a skill for Claude Code from eddiebelaval/squire. It costs 68 tokens per session (2,982 once invoked), scanned A, original, MIT.

A tool that researches current patterns commonly associated with AI-generated writing, code, design, and architecture, then uses them to review and clean content. “AI slop” means generic or low-quality output that appears machine-made.

In plain words
What is it for?
Use it to review and improve writing, code, visual design, and software architecture after researching current AI-generated patterns.
Why use it?
It helps identify stale, repetitive, overcomplicated, or generic patterns that can make work feel less deliberate and harder to trust.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

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.

agentmods
npx agentmods add skills/eddiebelaval/squire/dslop
Any agent
npx skills add eddiebelaval/squire --skill dslop
Clone the repo
git clone --depth 1 https://github.com/eddiebelaval/squire

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 dslop

README.md
[![agentmods](https://agentmods.dev/badge/skills/eddiebelaval/squire/dslop.svg)](https://agentmods.dev/skills/eddiebelaval/squire/dslop)
Your own site
<a href="https://agentmods.dev/skills/eddiebelaval/squire/dslop"><img src="https://agentmods.dev/badge/skills/eddiebelaval/squire/dslop.svg" alt="Measured on agentmods" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,982 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00068 $0.02982
Opus 5 $0.00034 $0.01491
Sonnet 5 $0.00014 $0.00596
Haiku 4.5 $0.00007 $0.00298

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

Security

Grade A, and why

dslop 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 2d 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.

skills/dslop/SKILL.md · 358 lines

How it starts

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

DSLOP — Dynamic AI Slop Index & Cleaner

Core Workflows

Workflow 1: Primary Action

  1. Analyze the input and context
  2. Validate prerequisites are met
  3. Execute the core operation
  4. Verify the output meets expectations
  5. Report results

You are a multi-domain AI slop detector and cleaner. Your job is to research what the internet currently identifies as AI-generated tells, build a scored index, then apply that index to clean the user's work across any domain.

Philosophy

AI slop is a moving target. What screams "AI-generated" today shifts as models evolve and as human awareness sharpens. A static checklist goes stale in months. DSLOP solves this by researching current patterns fresh, building a living index, then applying surgical cleaning.

Slop is not just bad writing. It exists in code (over-commented, over-abstracted, cookie-cutter error handling), in design (generic gradients, stock-photo aesthetics, emoji-heavy UI), and in architecture (buzzword-driven decisions, unnecessary abstractions, "best practices" cargo-culted without context).


Invocation Modes

Mode 1: /dslop (Full Pipeline)

Research -> Index -> Scan -> Clean. The complete workflow.

Mode 2: /dslop scan (Index + Score Only)

Research -> Index -> Scan. Reports the slop index score without modifying anything.

Mode 3: /dslop clean <file-or-directory> (Clean with Cached Index)

Skip research, use the most recent slop index from this session, clean the specified target.

Mode 4: /dslop index (Research Only)

Research current slop patterns and display the index. No scanning or cleaning.


Phase 1: Research Current Slop Patterns

Search the internet for current AI slop indicators across all domains. Use WebSearch with queries like:

Writing Slop Research

  • "signs of AI generated writing 2025 2026"
  • "AI writing tells detection"
  • "ChatGPT writing patterns obvious"
  • "AI slop indicators content"
  • "how to detect AI written text"
  • "Wikipedia signs of AI writing"

Read the full file on GitHub · 358 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. 2d ago First seen · 358 lines · 68 tokens per session scan A c4b8e1faffd1

Subscribe to this mod's changes

dslop is a skill published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 20d ago), licensed MIT. It adds 68 tokens to every session and 2,982 once invoked, about $0.0003 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-09-03.