design-critique

design-critique is a skill for Claude Code, Codex from khalilbenaz/claude-skills-collection. It costs 81 tokens per session (1,852 once invoked), scanned A, original, MIT.

A structured review method for judging a user interface and suggesting UX and visual improvements. It covers clarity, visual hierarchy, typography, accessibility, and the target platform.

In plain words
What is it for?
Use it to review web, mobile, tablet, or TV designs, check the first impression and main action, and identify accessibility or layout issues.
Why use it?
It helps reveal why an interface feels confusing, hard to use, or visually unbalanced before or after release.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review web, mobile, tablet, or TV designs, check the first impression and main action, and identify accessibility or layout issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khalilbenaz/claude-skills-collection/design-critique
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.

Any agent
npx skills add khalilbenaz/claude-skills-collection --skill design-critique
Clone the repo
git clone --depth 1 https://github.com/khalilbenaz/claude-skills-collection

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 design-critique

README.md
[![agentmods](https://agentmods.dev/badge/skills/khalilbenaz/claude-skills-collection/design-critique/github.svg)](https://agentmods.dev/skills/khalilbenaz/claude-skills-collection/design-critique)
Your own site
<a href="https://agentmods.dev/skills/khalilbenaz/claude-skills-collection/design-critique"><img src="https://agentmods.dev/badge/skills/khalilbenaz/claude-skills-collection/design-critique/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-critique

Your own site · 80×15
<a href="https://agentmods.dev/skills/khalilbenaz/claude-skills-collection/design-critique"><img src="https://agentmods.dev/badge/skills/khalilbenaz/claude-skills-collection/design-critique.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,852 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 55
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
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.1 $0.00081 $0.01852
Opus 5 $0.00041 $0.00926
Sonnet 5 $0.00016 $0.00370
Haiku 4.5 $0.00008 $0.00185

Measured 9d ago against content hash c0e897d3cdab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

design-critique 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 9d ago.

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.

dev-skills/design-critique/SKILL.md · 144 lines

How it starts

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

Design Critique

Workflow

1. Contexte et périmètre (avant tout)

Identifier avant de commencer :

  • Cible utilisateur (consumer grand public / B2B / développeurs / seniors)
  • Plateforme (web desktop, mobile native iOS/Android, tablette, TV)
  • Stade du projet (wireframe, maquette haute-fidélité, produit live)
  • Contraintes connues (charte graphique imposée, dark mode requis, accessibilité légale RGAA/WCAG)

2. Première impression — les 5 secondes

Répondre à ces trois questions sans réfléchir :

  1. Qu'est-ce que ce produit fait ?
  2. À qui s'adresse-t-il ?
  3. Quelle action suis-je censé faire maintenant ?

Si l'une des réponses est floue → problème de clarté à signaler en priorité.

3. Hiérarchie visuelle

Vérifier avec le test du "blur" (défocaliser mentalement l'écran) :

Niveau Signal attendu Anti-pattern
H1 — titre principal Largest element, bold Plusieurs éléments de même poids
CTA principal Couleur contrastante, seul de son type Deux boutons primaires côte à côte
Body content Lisible, subordonné au titre Même taille que les titres
Metadata / labels Réduit, discret Trop proche du corps

4. Typographie — critères mesurables

Taille corps          : ≥ 16px (mobile ≥ 14px uniquement pour labels)
Line-height body      : 1.4 – 1.6
Longueur de ligne     : 45 – 75 ch (CSS: max-width: 75ch)
Nombre de fontes      : ≤ 2 (une pour les titres, une pour le corps)
Contrastes de taille  : H1/body ratio ≥ 2x

Outil de vérification rapide : https://typescale.com (générer la scale et comparer).

5. Couleurs et contraste WCAG

Seuils obligatoires :

Contexte Ratio minimum (AA) Ratio idéal (AAA)
Texte normal 4.5:1 7:1
Texte large (≥ 18px bold) 3:1 4.5:1
Éléments UI (bordures, icônes) 3:1

Outil : npx color-contrast-checker ou https://webaim.org/resources/contrastchecker/

Vérifier aussi :

  • Mode daltonisme (deuteranopie) : ne jamais coder une info par la couleur seule → toujours ajouter icône ou label.
  • Dark mode : tester avec prefers-color-scheme: dark si applicable.

Read the full file on GitHub · 144 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. 9d ago First seen · 144 lines · 81 tokens per session scan A c0e897d3cdab

Subscribe to this mod's changes

design-critique is a skill published in the GitHub repository khalilbenaz/claude-skills-collection (22 stars, last pushed 19d ago), licensed MIT. It adds 81 tokens to every session and 1,852 once invoked, about $0.0004 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

a11y-validate

Accessibility validator: WCAG 2.1 AA, EN 301 549, EAA. Triggers: a11y, accessibility, WCAG, EAA, ARIA, contrast, keyboard, screen reader.

softspark/ai-toolkit · 51 tokens

design-engineering

UI craftsmanship: animation rules, easing, micro-interactions, state polish. Triggers: animation, transition, ease-out, motion, micro-interaction, hover, loading state, UI polish.

softspark/ai-toolkit · 43 tokens

software-in-worten

Übersetzt zwischen Benutzeroberfläche und Text — in beide Richtungen. Aus einer beschriebenen Oberfläche wird ein Skill; aus einem Skill wird eine Oberfläche. Nutzen, wenn eine Anwendung entworfen wird und der Ablauf noch unklar ist, wenn ein bestehendes Werkzeug als Skill verfügbar gemacht werden soll, wenn…

ellmos-ai/skills · 87 tokens

brand-dna

Extract brand identity from a website URL — voice, colors, typography, imagery, values, and target audience — into a structured brand-profile.json. The profile feeds downstream skills (seo-content-writer, email-composer, frontend-design, pro-deck-builder, cross-platform-audit) for brand-consistent output. Use when the…

thatrebeccarae/claude-marketing · 98 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Covers design thinking, typography pairing, color theory, motion design, spatial composition, and code quality. Generates real working code — HTML/CSS/JS or React — with intentional aesthetic direction, not generic AI output.

thatrebeccarae/claude-marketing · 58 tokens

landing-page-optimizer

Landing page audit and optimization for conversion. Covers above-the-fold design, value propositions, CTAs, social proof placement, form design, page speed, and mobile optimization. Use when the user asks about landing page optimization, conversion rate improvement, page audits, or CTA optimization.

thatrebeccarae/claude-marketing · 60 tokens