Analysis updated 2026-05-18
Add this skill to your Claude Code setup so any website or app it builds avoids the standard AI-generated look.
Use the reference files to audit a finished design and check whether it fell into any of the named visual traps.
Apply the divergence rules when generating a set of multiple artifacts to prevent them from all converging on the same style.
| vinayak-shukla-03/anti-ai-slop | aaklon/akinator | abivan-tech/zvec-mcp | |
|---|---|---|---|
| Stars | 9 | 9 | 9 |
| Language | — | Go | JavaScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 1/5 | 3/5 | 3/5 |
| Audience | vibe coder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
This is a plug-in for Claude Code, the AI coding assistant, that prevents it from producing the same generic visual style on every project. When you ask Claude to build a website, landing page, dashboard, or slide deck, it normally defaults to a recognizable pattern: purple or indigo color gradients, a flat sans-serif font called Inter, uniformly rounded cards, emoji used as icons, and marketing copy full of words like "Elevate" and "Unlock." This skill overrides those defaults so the output looks like a real design decision rather than a statistical average. The reason this happens is baked into how AI models work. Without explicit constraints, a language model picks the most statistically common choice from its training data. For visual design, that average is whatever appeared most often in the tutorials and templates it learned from, which is why every unconstrained AI-generated page looks nearly identical. The skill addresses this by naming nine specific traps and requiring Claude to make a deliberate choice in each one. The nine rules prohibit reflexive color choices, generic font pairings, uniform spacing, emoji icons, blanket animations, benefit-speak copy, made-up statistics, cookie-cutter page structure, and a second-order trap where the first fix produces its own monoculture (the warm cream paper and terracotta accent look that tends to appear once the purple gradient is banned). The skill also includes a hard requirement to actually render and look at any UI before calling it done. The package includes four files: the core skill rules, a reference for web app and landing page tells, a reference for presentation deck tells, and a toolkit of concrete font pairings, palettes, and spacing scales. Installation takes a single copy command, either into one project or globally so it applies everywhere. The rules were built from a real test: ten baseline artifacts were generated without guidance, dissected for recurring patterns, then rebuilt under the new constraints and scored. A second pass caught the skill's own secondary defaults and tightened the rules further. The license is MIT, meaning it can be used and adapted freely.
A Claude Code skill that forces deliberate design choices when building UIs or decks, replacing AI-generated visual defaults like purple gradients and generic fonts with intentional decisions.
MIT license: use, copy, modify, and distribute freely for any purpose, including commercial projects.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.