aahil62/unslop

14 stars · Last commit 2026-06-15

README preview

# Unslop

> The rescue tool for sites you already built. Audit → interview → re-theme an
> existing **React + Tailwind** site into a custom identity — verified at every
> step, without breaking your build.

Most design skills *generate* new UI or *lint* one dimension of it. Unslop does
neither: it takes a site you've **already shipped** and runs it through a single
stateful pipeline — measure what's wrong, decide what "good" means for *your*
brand, then apply it with a hard build-and-screenshot check after every change.
The output of each stage feeds the next, and nothing claims "done" without
evidence. It's a Claude Code plugin (Codex-compatible) with three stages:

1. **`/unslop:audit`** — scores your site against an evidence-based
   anti-slop checklist: screenshots at 4 breakpoints, WCAG contrast checks, and a
   static scan for the classic tells (default indigo buttons, purple-to-blue
   gradients, `transition-all`, font-weight sprawl…). Output: `DESIGN-AUDIT.md`
   with a score and file:line evidence. Read-only — it never touches your code.
2. **`/unslop:interview`** — asks about your brand, audience, and taste
   one question at a time, then **synthesizes a custom design lane**: identity,

View full repository on GitHub →