mcpbeat Sign in

Design Auditor Skill for Claude

> Audit UI/UX designs for quality, AI-generated slop, and accessibility. Use when reviewing designs, detecting slop patterns, validating WCAG compliance, checking design-token adherence, or reviewing responsive design across breakpoints.

34k tokens
context cost
the whole folder, loaded on every use
11
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
447
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/borghei/Claude-Skills --skill design-auditor

What comes with it

132 360 bytes besides the instruction
assets/design_audit_template.md
assets/sample_audit_data.json
references/accessibility_checklist.md
references/ai_slop_patterns.md
references/audit-workflows-and-operations.md
references/design_audit_methodology.md
scripts/ai_slop_detector.py
scripts/color_contrast_checker.py
scripts/design_scorer.py
scripts/design_system_validator.py

The instruction itself

8 sections, as written by the author

Design Auditor

Performs systematic 12-category UI/UX audits, detects AI-generated slop patterns, validates WCAG color contrast, and checks design system token compliance. Produces three independent grades: Design (A-F), AI Slop (A-F), and Accessibility (A-F).

Core Capabilities

  • Full design audit — score 12 weighted categories in five passes into a Design grade with prioritized recommendations and baseline comparison.
  • AI slop detection — flag visual, copy, and structural slop in HTML/CSS with confidence scores and per-finding remediation.
  • Accessibility audit — WCAG color-contrast checking (AA/AAA) with closest-compliant-color suggestions.
  • Design-system compliance — detect hardcoded colors, spacing, fonts, radii, shadows, z-indices, and transitions that deviate from tokens; report compliance percentage.
  • Three independent grades — Design (weighted aggregate), AI Slop (inverted), Accessibility (WCAG), each A–F.
  • Operating system — 10 design principles, fix-session rules with a risk accumulator, and CI/CD gating.

When to Use

  • Reviewing a UI/UX design for quality, originality, and accessibility.
  • Detecting AI-generated slop patterns in HTML/CSS.
  • Validating WCAG color contrast or design-token adherence.
  • Gating deployments or PRs on minimum compliance scores.

Clarify First

Before running the audit, confirm these inputs. If any is unknown or vague, ASK — do not assume:

  • [ ] Audit type — full design score, AI-slop detection, contrast check, or token compliance (selects design_scorer.py vs ai_slop_detector.py vs color_contrast_checker.py vs design_system_validator.py)
  • [ ] Input artifacts — the findings JSON, HTML/CSS, color pairs, or design-token file (the input each tool requires)
  • [ ] Conformance level / threshold — WCAG AA vs AAA, slop confidence threshold, and the minimum passing grade (sets --level, --threshold, and the gate)

Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.

Tools

| Tool | Purpose | Command |

|------|---------|---------|

| design_scorer.py | Score 12-category audit findings into three grades | python scripts/design_scorer.py --input findings.json --output report.json --verbose |

| ai_slop_detector.py | Detect AI-generated slop in HTML/CSS | python scripts/ai_slop_detector.py --input page.html --css styles.css --threshold 0.6 |

| color_contrast_checker.py | Check WCAG color contrast (single/batch) | python scripts/color_contrast_checker.py --input color-pairs.json --level AA --suggest-fixes |

| design_system_validator.py | Validate CSS against design tokens | python scripts/design_system_validator.py --tokens tokens.json --input src/styles/ |

All tools support --format json|text and --output for file writing.

References

Load the reference that matches the task — keep this file lean and pull detail on demand:

  • references/audit-workflows-and-operations.md — quick-start commands, tools-overview table, the three workflows (full audit, slop detection, accessibility/token compliance), grade tables, the 10 design principles, fix-session rules, CI/CD integration, anti-patterns, and troubleshooting. Read when running an audit end to end.
  • references/design_audit_methodology.md — systematic audit approach, heuristic evaluation, Gestalt principles, critique frameworks, and anti-patterns. Read when designing the evaluation pass.
  • references/ai_slop_patterns.md — comprehensive catalog of AI-generated UI patterns and remediation guidance. Read when judging originality.
  • references/accessibility_checklist.md — full WCAG 2.1 Level A/AA/AAA checklist organized by POUR with testing methodology and fixes. Read when auditing accessibility.

Scope & Limitations

Covers static design quality, AI-slop, WCAG contrast, and design-token compliance auditing for web UI (HTML/CSS). Does not run live browsers, render-test layouts, or replace manual usability research. Accessibility findings are never "Low" priority; WCAG AA is the floor.

Integration Points

| Skill | Integration |

|-------|-------------|

| senior-frontend | Design audit on component library after build |

| senior-qa | Accessibility and design regression in QA pipelines |

| code-reviewer | Attach audit findings to frontend PR reviews |

| senior-devops | Gate deployments on minimum compliance scores |

| product-team/ux-researcher | Feed findings into usability research prioritization |


Last Updated: June 2026

Version: 2.2.0

Other skills for the same job

different authors, same section of the catalogue
Theme Factory
by anthropics
vendor ×16

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

36k tokens
Brand Guidelines
by anthropics
vendor ×13

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

3k tokens
Artifacts Builder
by JayZeeDesign
×8

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Web Artifacts Builder
by anthropics
vendor ×7

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Frontend Design
by Karanjot786
×6

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

1k tokens
Frontend Design
by anthropics
vendor ×4

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

5k tokens
Expo Tailwind Setup
by openai
vendor ×4

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

3k tokens
Use Dom
by openai
vendor ×3

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

3k tokens

How to use it

Copy the folder

Take borghei/design-auditor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.