SKILL DETAIL
debloat
lilmgenius/paperthin/debloat
The debloat skill compresses an artifact that has accreted into bloat—padding, over-qualification, fused sentences, walls of enumeration, adjacent restatement—down to its load-bearing density, meaning preserved. It targets the bloat that accumulates through edits, not the content itself. This is not a rewrite (re0), a dedup (ssotize), or a tell-remover (dedash/detool); it is a density pass on prose that is otherwise fine. The workflow involves: pinning the artifact and reading it end to end, noting what each section must convey; finding the bloat, not the content; compressing in place—cutting padding, splitting fused sentences or dropping dead clauses, collapsing enumeration walls, keeping repeated points once; preserving every load-bearing claim (rules, facts, constraints, examples); and stopping if the bloat is really duplication across artifacts or content has drifted stale, handing it to ssotize or re0. Rules emphasize cutting words, never load-bearing claims; preserving voice and structure; not rewriting, deduping, or removing em-dashes; respecting intended richness in human-facing teaching prose; changing nothing if nothing is genuinely bloated; and editing safely (asserting targets exist, using PYTHONUTF8=1, replacing per occurrence). Verification steps confirm that all load-bearing claims remain, the result reads tighter and not amputated, and duplication or drift was correctly handed off.
Installation
npx skills add https://github.com/lilmgenius/paperthin --skill debloat
Skill-Dateien
SKILL.md
Zuletzt synchronisiert · 27.08.2026
SKILL.md›
---
name: debloat
disable-model-invocation: true
description: "Compress an artifact that has accreted into bloat — padding, over-qualification, fused sentences, walls of enumeration, adjacent restatement — down to its load-bearing density, meaning preserved. Use when prose is correct and current but has grown verbose or patched-over and you want it tight without a full rewrite."
---
Cut a bloated artifact to its load-bearing minimum: same meaning, fewer words.
## Goal
An artifact that is correct and current can still rot a second way: it accretes. Each edit bolts a qualifier onto the nearest sentence, a rule gets restated wherever it might apply, an enumeration grows into a wall — until a reader must study what they should skim. `debloat` compresses that bloat to its load-bearing density: every claim that carries weight survives, every word that does not is cut. It is not a rewrite (`re0`), a dedup (`ssotize`), or a tell-remover (`dedash`, `detool`) — it is a density pass on prose that is otherwise fine.
## Workflow
1. Pin the artifact and read it end to end; note in one line what each section must convey — the load-bearing content that has to survive.
2. Find the bloat, not the content: padding that adds length but not meaning; a qualifier or parenthetical the sentence holds without; a fused sentence carrying three ideas; a wall of enumeration where a rule plus a short list would do; a point restated within reach of itself; litigation-history (why-we-decided-it) where the rule alone suffices.
3. Compress in place: cut the padding, split the fused sentence or drop its dead clause, collapse the wall, keep a repeated point once. Move nothing to another artifact and re-derive nothing.
4. Preserve every load-bearing claim — a rule, fact, constraint, or example that carries weight. If cutting a word would lose one, keep the word.
5. When the bloat is really duplication across artifacts, or the content has drifted stale, stop and name it: hand duplication to `ssotize` and drift to `re0`. `debloat` only tightens.
6. Re-read cold and cut again — the first pass always leaves some.
## Rules
- Cut words, never load-bearing claims. Every rule, fact, and constraint that was there is still there; only the density changed.
- Preserve the artifact's voice and structure; compress within it, do not re-style it.
- Not a rewrite, a dedup, or a tell-remover: re-derive nothing (`re0`), move nothing to another home (`ssotize`), and leave em-dashes and stack nouns to `dedash`/`detool`.
- Respect intended richness: human-facing prose meant to teach or orient (a quickstart, a worked example) earns its length — compress the bloat, not the accessibility.
- A pass that finds nothing genuinely bloated changes nothing.
- Mutate with edit-safety: assert each target exists (report a MISS, never a silent no-op), edit unicode-safe (`PYTHONUTF8=1`), replace per occurrence, and script a large structural move.
## Verification
Before finishing:
1. Every load-bearing claim present before is present after — only words were cut.
2. The result reads tighter to a cold reader, and reads as intended-terse, not amputated.
3. Anything that was duplication or drift, not bloat, was handed to `ssotize`/`re0`, not force-compressed.