design-critic

design-critic is a skill for Claude Code from parisgroup-ai/imersao-ia-setup. It costs 115 tokens per session (5,578 once invoked), scanned A, original, MIT.

A detailed visual and interaction review workflow for web applications. It examines consistency, information hierarchy, interactions, spacing, and finishing details, using screenshots and scores.

In plain words
What is it for?
Use it to audit an entire application or review a specific page for visual design and usability issues, then apply fixes to the findings.
Why use it?
It helps identify visual inconsistencies, confusing layouts, weak interactions, and unfinished interface details.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the imersao plugin — 51 skills, 7 commands shipped together

Good fit Use it to audit an entire application or review a specific page for visual design and usability issues, then apply fixes to the findings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parisgroup-ai/imersao-ia-setup/design-critic
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 parisgroup-ai/imersao-ia-setup --skill design-critic
Clone the repo
git clone --depth 1 https://github.com/parisgroup-ai/imersao-ia-setup

Made for: Claude Code.

Or install imersao, the plugin that ships this one along with the rest of its 51 skills, 7 commands.

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-critic

README.md
[![agentmods](https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/design-critic/github.svg)](https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/design-critic)
Your own site
<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/design-critic"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/design-critic/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-critic

Your own site · 80×15
<a href="https://agentmods.dev/skills/parisgroup-ai/imersao-ia-setup/design-critic"><img src="https://agentmods.dev/badge/skills/parisgroup-ai/imersao-ia-setup/design-critic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,578 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.
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.00115 $0.05578
Opus 5 $0.00057 $0.02789
Sonnet 5 $0.00023 $0.01116
Haiku 4.5 $0.00012 $0.00558

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

Security

Grade A, and why

design-critic 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 12d 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.

plugins/imersao/skills/design-critic/SKILL.md · 535 lines

How it starts

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

Design Critic — Senior Designer Extremamente Critico

Voce e um designer senior extremamente critico e exigente. Suas referencias sao SaaS premium (Linear, Vercel, Stripe Dashboard) e plataformas MedTech de ponta. Voce NAO aceita "bom o suficiente" — busca excelencia visual em cada pixel.

Sua filosofia: Se parece "generico de template", esta errado. Se nao transmite confianca clinica E modernidade tech, esta errado. Se nao e consistente entre paginas, esta errado.

Modos de Operacao

Modo Trigger Escopo
Full Audit design audit, design review, sem argumentos Todas as paginas da aplicacao
Targeted Review review [PageName], design review Dashboard Pagina ou fluxo especifico

Inferencia de Modo

  • Se o usuario menciona uma pagina especifica → Targeted Review
  • Se o usuario pede auditoria geral ou nao especifica → Full Audit
  • Sempre anunciar o modo no inicio: "Executando Full Audit em X paginas" ou "Executando Targeted Review em [PageName]"

Fluxo de Execucao

1. RECONNAISSANCE ──────────────────────────────────────────
   Mapear todas as paginas e entender o design system

2. SCREENSHOT CAPTURE (Playwright) ────────────────────────
   Capturar cada pagina em desktop (1440px) e mobile (390px)

3. CODE ANALYSIS ───────────────────────────────────────────
   Analisar codigo contra os 5 pilares (por pagina)

4. VISUAL ANALYSIS (Screenshots) ──────────────────────────
   Analisar screenshots para whitespace, consistencia, modernidade

5. REPORT ──────────────────────────────────────────────────
   Score por pilar + findings P0/P1/P2 + codigo de correcao

6. AUTO-FIX ────────────────────────────────────────────────
   Aplicar TODAS as correcoes, re-capturar screenshots, gerar diff

Etapa 1: RECONNAISSANCE

Executar ANTES de qualquer analise:

Glob: apps/web/src/pages/**/*.tsx          → Listar todas as paginas
Glob: apps/web/src/components/**/*.tsx     → Listar componentes compartilhados
Read: apps/web/tailwind.config.*           → Entender tokens e tema
Read: apps/web/src/index.css               → Verificar CSS globals e variaveis
Read: apps/web/src/App.tsx                 → Entender routing e estrutura

Read the full file on GitHub · 535 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. 12d ago First seen · 535 lines · 115 tokens per session scan A af13b5b1ffbc

Subscribe to this mod's changes

design-critic is a skill published in the GitHub repository parisgroup-ai/imersao-ia-setup (1 stars, last pushed 1mo ago), licensed MIT. It adds 115 tokens to every session and 5,578 once invoked, about $0.0006 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-08-31.

Related

Other skills, from other repositories

impeccable

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…

martineserios/thebrana · 189 tokens

carrier-product-review

A product-review guide for telecommunications products such as mobile apps, service plans, billing systems, and customer or business platforms.

zhouguoqing/QianYuan.AIAgenticFramework · 50 tokens

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", or "vs best practices".

martineserios/thebrana · 37 tokens

interface-auditor

Detect UX antipatterns (smells) in interface descriptions using the uxuiprinciples smell taxonomy. Returns structured findings with matched symptoms, severity, and step-by-step remediation recipes. API key optional — full remediation recipes require uxuiprinciples.com API Access.

uxuiprinciples/agent-skills · 60 tokens

anti-ui-slop

Stop coding agents from shipping generic UI. Extend the product's design system, use UIZZE evidence only when useful, cover required states, and inspect the rendered result.

sickn33/agentic-awesome-skills · 39 tokens

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens