The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Ui Ux Suite listing page.
English · 简体中文 · 日本語 · Español · Français
ESLint for design. It finds the exact line, the measured wrong value, and the exact fix.
What it does · Install · Use it · What you get · Works in your editor · Good to know
Most design review tells you to improve your contrast. This tells you that .hero-subtitle on
line 14 of src/styles.css is #fbfbfb on #ffffff, which measures 1.03 to 1, and that
#767676 would pass. Same shape as a linter error, applied to design.
It reads your CSS, JSX, HTML and Tailwind classes. By default nothing is executed, nothing leaves your machine, and no key is ever needed. Findings come in two kinds. A located finding, which is most of what you act on, carries three things:
before to after change, plus the WCAG criterion or named UX law it rests on.The rest are project-level, like "5 font families, use 1 or 2". They score and they name the problem, but there is no single line to point at.
That is Claude Code. For any other agent that reads the Agent Skills format, install the 14 skills straight from this repo:
The command-line tool needs no install step: npx ui-ux-suite . runs it.
Requires Node 18 or newer. Zero runtime dependencies, so this pulls nothing else.
1. Point it at a project.
You get a ranked list of findings and a weighted score out of 10 across 12 dimensions. No config file, no setup step.
2. Read a finding. This is real output from the broken fixture shipped in this repo, which scores 3.7 out of 10 because it is supposed to:
Run it yourself with npx ui-ux-suite test/fixtures/planted-ux-problems from a checkout.
3. Put it in CI. Pick the output and the gate that fit your pipeline:
Every flag is in docs/cli.md.
--fail-under or a baseline that fails on a new finding or a score drop.| Agent | One-line install |
|---|---|
| Claude Code | claude plugin install ui-ux-suite@10x |
| Any of 70+ agents | npx skills add Aboudjem/ui-ux-suite |
| Codex, Gemini CLI, OpenCode, Pi | ./install.sh <agent> |
| VS Code and GitHub Copilot | ./install.sh copilot |
| Everything else | see docs/editors.md |
Works in Claude Code, Cursor, Codex, Copilot, Gemini CLI, and 70+ other agents through
npx skills add. The skills are Markdown, so they run on whatever model your editor points at.
Cursor, VS Code, Gemini CLI, Windsurf, Continue, OpenCode and Zed take the same command as a config entry, in JSON, TOML or YAML depending on the editor. The per-editor snippets, including the three that key it differently, are in docs/editors.md.
[!IMPORTANT] It audits, it never edits. It never modifies a source file in the project you point it at, and a fix is printed as
beforetoafterfor you to apply. The only files it writes are report and baseline files, and only where you asked for one.
playwright-core plus @axe-core/playwright, and degrades to source findings when they are absent.npm test runs 356 tests, and the shipped broken fixture must keep producing findings that carry a file, a line and a fix.MIT · Built by Adam Boudjemaa