By Aboudjem
Design audit tool. Scores projects across 12 dimensions: color, typography, accessibility, layout, and more. WCAG, APCA, OKLCH color science. Zero dependencies.
Run an accessibility-only audit — focus indicators, skip links, alt text, prefers-reduced-motion, WCAG contrast. Scoped variant of /ui-ux-suite:audit.
Run a full UI/UX design audit on the current project. Scores 12 dimensions and produces a markdown report with prioritized findings.
Run a color-only design audit — contrast, near-duplicates, dark mode, semantic coverage. Scoped variant of /ui-ux-suite:audit.
Run a component-quality audit — state coverage, primitive consistency, cn()/CVA patterns. Scoped variant of /ui-ux-suite:audit.
Run a typography-only audit — scale detection, font count, body size, line height, fluid type. Scoped variant of /ui-ux-suite:audit.
Practical accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, and touch targets
Diagnose and improve project color systems. Covers contrast, harmony, semantics, dark mode, and palette generation
Audit component quality, consistency, state coverage, and patterns
Master audit orchestrator. Detects project stack, dispatches specialized agents, aggregates results into unified report
Evaluate interaction patterns, motion design, microinteractions, and animation quality
Accessibility audit covering WCAG 2.2, contrast, focus, keyboard, screen reader, touch targets
Color-only audit to extract, evaluate, and recommend improvements for the project's color system
Component consistency audit covering state coverage, hierarchy, patterns
Full project design audit that orchestrates all agents, scores across 12 dimensions, generates prioritized action plan
Interactive pre-launch design quality checklist
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
English · 简体中文 · 日本語 · Español · Français
ESLint for design. It finds the exact line, the measured wrong value, and the exact fix.
What is it · How to use · Before / after · Compare · FAQ

ui-ux-suite is a zero-dependency design linter that audits your CSS, JSX, HTML, and Tailwind config and returns specific, located, measured findings with a concrete fix, not generic advice.
Most "design review" tools tell you "improve your contrast." This tool tells you:
.hero-subtitleatsrc/styles.css:14: text#fbfbfbon#ffffff= 1.03:1, fails WCAG 2.2 AA (needs 4.5:1). Fix: changecolorto#767676(4.54:1 on white) or darker.
That is the whole point. Every finding is located (file:line + selector), measured (the real wrong number), and fixed (the exact change). It scores 12 design dimensions grounded in WCAG 2.2, APCA contrast, and the Laws of UX, citing the WCAG success criterion or the named law it depends on.
before → after). Applying a fix is your call.npx CLI → works in Claude Code, Cursor, VS Code, Codex, Gemini, Windsurf, and Continue.See a real run: sample audit report · sample terminal output
npx ui-ux-suite .
You get a ranked list of located + measured + fixed findings and a weighted 0–10 score across 12 dimensions. No config, no setup.
npx ui-ux-suite . # human-readable report (default)
npx ui-ux-suite . --json | jq # machine-readable JSON (banner goes to stderr)
npx ui-ux-suite . --html report.html # standalone dark-theme HTML report
npx ui-ux-suite . --fail-under 7 # exit 1 if the score drops below 7 (CI gate)
Exit codes: 0 ok · 1 audit error or below --fail-under · 2 path not found · 3 insufficient evidence.
npx ui-ux-suite --mcp # start the MCP server over stdio
Then ask your editor: "Audit this project's design." The MCP tool uiux_audit_run runs the same engine and returns the same located findings.
# Claude Code
claude mcp add ui-ux-suite npx ui-ux-suite --mcp
# Codex CLI
codex mcp add ui-ux-suite -- npx -y ui-ux-suite --mcp
Cursor (~/.cursor/mcp.json):
{ "mcpServers": { "ui-ux-suite": { "command": "npx", "args": ["ui-ux-suite", "--mcp"] } } }
npx claudepluginhub aboudjem/ui-ux-suiteDetects 53 AI writing patterns and rewrites text in five voice profiles so it reads like a specific human wrote it, with an optional 0-100 AI-tell score. Use when text sounds AI-generated or like a chatbot, when preparing a blog post, README, or LinkedIn post for publication, when auditing prose for AI tells, or when editing a Markdown file in place. Triggers on phrases like "humanize this", "make this sound less AI", "make this sound human", "remove AI tells", "does this read like ChatGPT", and "rewrite so it does not sound AI-generated". Pure Markdown, zero dependencies, no network calls.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications