Analysis updated 2026-05-18
Guide Claude Code through a structured design brief and 7-phase process to produce a distinctive Next.js website instead of generic AI-generated output.
Add the Blind Spot ESLint plugin to an existing project's CI to catch structural UI bugs like missing alt text, inaccessible clickable divs, and hardcoded colors.
Use the Taste Guardian phase to enforce typography, animation, and responsive-design rules across all Claude-generated components in a project.
| korroai/korrodesign | ccpt5/comfyui-berninistudio | hemsby/tdns-stats | |
|---|---|---|---|
| Stars | 23 | 23 | 23 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | vibe coder | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires Claude Code installed locally, the ESLint plugin requires Node.js and an existing ESLint setup in your project.
Korrocorp Design is a design enforcement system for Claude Code, the AI coding tool from Anthropic. It works differently from typical AI code generators: rather than just producing code, it guides you through a structured 7-phase design process and then catches quality problems automatically after the code is written. The tool describes itself as a design copilot, not another code generator. There are two independent enforcement layers. The first is called the Taste Guardian and operates during the code generation phase. It works by loading a 500-line set of design rules into Claude's context before any code is written. These rules are drawn from six design philosophies and cover things like font pairing, animation timing, color contrast, responsive breakpoints, and visual hierarchy. Every piece of generated code is shaped by these rules before it appears. The second layer is a standalone ESLint plugin called Blind Spot that runs after generation is complete. ESLint is a widely used code quality tool that most web development teams already have in their workflow. The Blind Spot plugin adds 14 rules that check structural UI problems at the code level: catching clickable divs that lack accessibility attributes, images with no alt text, hardcoded hex colors instead of CSS variables, and animations that do not respect a user's reduced-motion preference. The 7 phases walk through the full design process: generating assets like images and audio before design begins, filling in a creative brief, scaffolding a Next.js 15 project with chosen fonts and settings, comparing three design directions (safe, bold, or hybrid), planning the implementation in layers, generating the final code, and running the Blind Spot audit to catch anything that slipped through. The system is installed by cloning the repository into Claude Code's skills directory and has no runtime dependencies of its own. The project is released under the MIT license.
A two-layer design enforcement system for Claude Code that guides web UI creation through a 7-phase process and then catches structural and accessibility problems with a 14-rule ESLint plugin.
Mainly JavaScript. The stack also includes JavaScript, ESLint, Next.js.
MIT license: use freely for any purpose, including commercial projects, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.