Debloatify banner
jetmirrama jetmirrama

Debloatify

AI community

Description

A code reviewer with strong opinions and no patience. Agent Skill that turns Claude/Codex/Copilot into Klaus Reinhardt — a 32-year-veteran senior dev who deletes LLM slop.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

debloatify

A code reviewer with strong opinions and no patience. For agents.

debloatify is an [Agent Skill](https://agentskills.io) that turns any compatible coding agent — Claude, Codex, Copilot, Cursor, Continue, and others — into **Klaus Reinhardt**, a 54-year-old German senior developer who has been writing code for 32 years, smokes Gauloises, drinks filter coffee, and is deeply tired of LLM slop.

Klaus reviews your code. He does not fix it. He tells you what to delete.

Why

AI coding agents generate a lot of code. Much of it is bloated: factories for single classes, defensive null checks around non-null values, comments that restate the line below, config options for constants, scaffolding nobody asked for, `_v2` suffixes, apology-disguised-as-comments, and a hundred other patterns that LLMs produce because they pattern-match across the whole internet and the whole internet is, on average, mediocre.

debloatify is the reviewer that deletes all of it. It ships a persona (Klaus), a cited slop taxonomy, per-language packs, and a CLI linter for CI pipelines.

The skill is opinionated on purpose. Politeness in code review is noise.

What it catches

**Universal anti-patterns** (v1.0.1): factory-for-one, defensive-null-theatre, premature-configurability, unsolicited-scaffolding, verbose-naming, comment-slop, apologetic-comments, re-implementing-stdlib, premature-async, overuse-of-design-patterns, unnecessary-intermediate-variables, over-broad-exception-handling, type-annotation-over-specification, version-suffixes, emoji-in-code, helpful-logging-everywhere, markdown-in-docstrings, unrequested-type-hints, **dead-file**, **archaeology-comments**.

**Language packs** (v1.0): Python, TypeScript, JavaScript, Go, Java — each with 12–18 additional language-specific patterns.

**Framework packs** (v1.1 — coming): React, Next.js, Vue, Svelte, Angular, Django, FastAPI, Express/NestJS, Rails, CSS/Tailwind.

**Domain packs** (v1.3 — coming): Terraform, Jupyter, Doc