Home / firzus / agent-skills · skills/engineering/unslop/SKILL.md · GitHub

unslop skillA

unslop is agent-read markdown (skill) from firzus/agent-skills: Audit a codebase for dead code and AI slop, clear each suspect against the legitimate reason it exists, and remove only what the evidence carries..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Unslop

Find code that should not exist — **dead code** that no longer runs, and
**slop** that runs and earns nothing — then prove each candidate before
touching it. The product of a run is a ranked report with the evidence
attached; removal follows the user's approval, one deletion per commit.

## Two problems, two epistemics

Keep them apart at every stage. Auditing them in one pass is the error that
produces confident wrong deletions.

| | Dead code | Slop |
| --- | --- | --- |
| Question | Is this **reachable**? | Should this **exist in this form**? |
| Decided by | Reference graphs, call graphs, runtime evidence | Reading the code |
| Core | Decidable, with documented blind spots | No decidable core |
| Terminates in | A removal backed by evidence | A ranked report for a human |

**No tool decides deadness.** Each one decides a *decidable approximation* of
it, and the identity of that approximation — never the tool's confidence score
— determines whether removal is safe. Perfect detection reduces to the halting
problem, so every tool is either unsound for deletion or incomplete.

**Authorship is not the defect.** No detector of LLM-written source exists, and
…

Read the whole file at its exact version.

How to install

Latest version
mdr add firzus/agent-skills/unslop@git:20260923.d7fcfb9
Exact content
mdr add firzus/agent-skills/unslop@sha256:ad9d46930674c42b

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_g6sbmn2xh2qyo2og.svg)](https://markdownregistry.com/a/art_g6sbmn2xh2qyo2og)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.d7fcfb9 latest2026-09-23 d7fcfb9 10,715 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (10715 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

firzus/agent-skills · 3 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_g6sbmn2xh2qyo2og
GET https://markdownregistry.com/api/v1/resolve?ref=firzus/agent-skills/unslop
GET https://markdownregistry.com/api/v1/blob/ad9d46930674c42b27f95439fe0eccd207d75dd7cdfe04f93251c69f6cf3daa0

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from firzus/agent-skills

AGENTS.md agents
firzus/agent-skills · AGENTS.md
git:20260923.59a7fdb · audit A · 3 stars
canvas skill
firzus/agent-skills · skills/engineering/canvas/SKILL.md · Renders a standalone analytical artifact — architecture review, audit, quantitative analysis, data-heavy report…
git:20260923.c68d399 · audit A · 3 stars
code-review skill
firzus/agent-skills · skills/engineering/code-review/SKILL.md · Review a scoped diff against requirements, project standards, and correctness using independent read-only reviewers…
git:20260923.c68d399 · audit A · 3 stars
debug skill
firzus/agent-skills · skills/engineering/debug/SKILL.md · Investigate bugs, failing tests, crashes, unexpected behavior, and performance regressions through reproducible…
git:20260923.9cbb6b4 · audit A · 3 stars
deep-research skill
firzus/agent-skills · skills/engineering/deep-research/SKILL.md · Investigate a question across sources with delegated research, adversarial verification, and a reusable evidence…
git:20260923.c68d399 · audit A · 3 stars
gamification skill
firzus/agent-skills · skills/engineering/gamification/SKILL.md · Gamification design for products, apps, and game meta-layers: design an engagement, habit, or retention system; choose…
git:20260724.af38294 · audit A · 3 stars
imagegen skill
firzus/agent-skills · skills/engineering/imagegen/SKILL.md · Generates or edits raster images with AI (photos, illustrations, textures, sprites, mockups, logos, infographics)…
git:20260919.d2ee4b6 · audit A · 3 stars
implement skill
firzus/agent-skills · skills/engineering/implement/SKILL.md · Deliver prepared work with test-first verification, current documentation, and a verified handoff.
git:20260923.c68d399 · audit A · 3 stars
improve-architecture skill
firzus/agent-skills · skills/engineering/improve-architecture/SKILL.md · Find evidenced architecture improvements, present recommendations, and delegate each selected refactor through verified…
git:20260923.c68d399 · audit A · 3 stars
interview skill
firzus/agent-skills · skills/engineering/interview/SKILL.md · Prepare approved Linear work briefs through a continuous interview, with progressive framing for large goals.
git:20260923.53704aa · audit A · 3 stars
prototype skill
firzus/agent-skills · skills/engineering/prototype/SKILL.md · Resolve a bounded design or feasibility question through an observable experiment. Use for authorized interface, logic…
git:20260923.c68d399 · audit A · 3 stars
security-review skill
firzus/agent-skills · skills/engineering/security-review/SKILL.md · Perform source-only security audits of codebases, APIs, services, and applications. Use for security questions, focused…
git:20260923.99cdadc · audit A · 3 stars

Every file in firzus/agent-skills

Other files named unslop

unslop skill
cursor/plugins · pstack/skills/unslop/SKILL.md · Cut AI tells from any writing. Must always apply.
git:20260923.70b2dc8 · audit A · 8,499 stars
unslop skill
bastani-inc/atomic · packages/workflows/skills/unslop/SKILL.md · Cut AI tells from any writing. Must always apply.
git:20260823.cc40f7f · audit A · 820 stars
unslop skill
michael-denyer/pstack-claude · plugins/pstack/skills/unslop/SKILL.md · Cut AI tells from any writing. Must always apply.
git:20260923.4a3ef20 · audit A · 553 stars
unslop skill
backnotprop/pstack · skills/unslop/SKILL.md · Cut AI tells from any writing. Must always apply.
git:20260914.55bfdc2 · audit A · 418 stars
unslop skill
parcha-ai/parcha-skills · unslop/skills/unslop/SKILL.md · Cut AI tells from text you write or edit for a human reader (commit messages, PR titles and bodies, docs, code…
git:20260915.032c2e8 · audit A · 61 stars
unslop skill
j-star-films-studios/vibecode-protocol-suite · .agents/skills/unslop/SKILL.md · Use when writing any text, chat responses, documentation, UI copy, or skill instructions. Cuts AI tells, filler, and…
v1.0.0 · audit A · 24 stars
unslop skill
j-star-films-studios/vibecode-protocol-suite · assets/.agent/skills/unslop/SKILL.md · Use when writing any text, chat responses, documentation, UI copy, or skill instructions. Cuts AI tells, filler, and…
v1.0.0 · audit A · 24 stars
unslop skill
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/unslop/SKILL.md · Cut AI tells from any writing. Must always apply.
git:20260831.856ee57 · audit A · 18 stars

Browse by kind, by grade A, or by owner.