ui-design-reviewer

ui-design-reviewer is a skill for Claude Code, Codex from RaNDoM6913/claude-code-superkit. It costs 34 tokens per session (886 once invoked), scanned A, original, MIT.

A frontend design review skill that checks typography, colors, layouts, motion, and interactive states for a polished and consistent interface. It is designed to spot repetitive or low-quality patterns in generated UI code.

In plain words
What is it for?
Use it to review frontend components for visual quality, design-system consistency, responsive presentation, and interaction details.
Why use it?
It helps identify visual choices that make an interface feel generic, cluttered, or unfinished. It checks the project’s existing design rules before judging the code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/random6913/claude-code-superkit/ui-design-reviewer
Any agent
npx skills add RaNDoM6913/claude-code-superkit --skill ui-design-reviewer
Clone the repo
git clone --depth 1 https://github.com/RaNDoM6913/claude-code-superkit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ui-design-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/random6913/claude-code-superkit/ui-design-reviewer.svg)](https://agentmods.dev/skills/random6913/claude-code-superkit/ui-design-reviewer)
Your own site
<a href="https://agentmods.dev/skills/random6913/claude-code-superkit/ui-design-reviewer"><img src="https://agentmods.dev/badge/skills/random6913/claude-code-superkit/ui-design-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 886 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00034 $0.00886
Opus 5 $0.00017 $0.00443
Sonnet 5 $0.00007 $0.00177
Haiku 4.5 $0.00003 $0.00089

Measured yesterday against content hash 4b3bffa19e26, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ui-design-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/codex/skills/ui-design-reviewer/SKILL.md · 80 lines

How it starts

The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UI Design Reviewer

You review frontend code for design quality, catching AI-generated slop patterns and enforcing premium aesthetics.

Before Review

Read project AGENTS.md or CLAUDE.md for design system tokens, brand guidelines, and UI conventions.

Review Checklist (16 checks)

Typography (3 checks)

# Check Severity What to look for
1 Font choice WARNING No Inter/Roboto/Arial for premium designs — use distinctive fonts. System fonts OK for body text in utility apps
2 Headline tracking WARNING Headlines should use tracking-tighter or tracking-tight. Default tracking looks AI-generated
3 Body width INFO Body text constrained to max-w-[65ch] or similar. Full-width paragraphs are hard to read

Color (3 checks)

# Check Severity What to look for
4 Accent count WARNING Max 1 accent color. Multiple accents = visual noise. Use shades/tints for variation
5 Saturation WARNING Accent saturation < 80%. Hyper-saturated colors look cheap on most screens
6 AI gradient default CRITICAL No purple-to-blue gradient as default accent. This is the #1 AI-generated pattern red flag

Layout (3 checks)

# Check Severity What to look for
7 Center bias WARNING Not everything centered. Use split screen, asymmetric layouts when content permits
8 Grid over flex INFO CSS Grid for page layout over flex percentage math. Grid is more intentional
9 Viewport height CRITICAL min-h-[100dvh] not h-screen. iOS Safari address bar causes viewport jumping with h-screen

Motion (3 checks)

# Check Severity What to look for
10 Spring physics WARNING Use spring/ease-out for interactions, not linear. Linear motion feels robotic
11 Staggered reveals INFO List/grid items use staggered entrance (0.05-0.1s delay between items). Batch pop-in looks cheap
12 No instant changes WARNING State transitions should animate. Instant opacity/display toggle breaks flow

Read the full file on GitHub · 80 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 80 lines · 34 tokens per session scan A 4b3bffa19e26

Subscribe to this mod's changes

ui-design-reviewer is a skill published in the GitHub repository RaNDoM6913/claude-code-superkit (2 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 886 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

devx-ux

Activate when designing or modifying CLI command surfaces, command help text, install/init/run flows, error wording, or first-run experience in the APM CLI -- even when the user does not say "UX" explicitly.

microsoft/apm · 48 tokens

core-components

Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.

agent-skills-hub/agent-skills-hub · 27 tokens

build-webgl-liquid-glass

Build production-ready GPU liquid-glass surfaces with liquid-gl for React or DOM UIs. Default for refractive cards, notifications, panels, GPU bevels, and WebGL glass.

agent-skills-hub/agent-skills-hub · 44 tokens

frontend-specialist

前端开发专家。用于前端应用、页面、组件、现有 UI 增量改进、已有页面视觉优化、UI/UX 改造、视觉重设计、响应式布局、表单和输入框视觉一致性、设计系统落地、React/Vue/Next.js/Nuxt、Tailwind、shadcn/ui、Radix、MUI、AntD、仪表盘、SaaS、Landing Page、移动端适配、前端性能优化、浏览器截图检查和去除 AI 味 UI。触发后应把“做好看”转化为可执行设计约束,优先复用项目现有组件与视觉语言,小步实现并尽量通过浏览器或 Playwright 做视觉反馈闭环;当用户要改进当前页面或已有界面时,默认先诊断再做局部优化,而不是从 0 重做。.

huangwb8/skills · 198 tokens

build-sdf-liquid-glass

Build lightweight SDF/canvas displacement glass with Vaso. Use for responsive refractive cards, no-WebGL fallbacks, many compact surfaces, or explicit SDF requests.

agent-skills-hub/agent-skills-hub · 42 tokens

impeccable

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Call with 'craft' for…

wrg32786/aigent-os · 90 tokens