ui-audit

ui-audit is a skill for Claude Code from GlamgarOnDiscord/claude-saas-blueprint. It costs 36 tokens per session (992 once invoked), scanned A, original, MIT.

A read-only review of a website’s user interface and user experience against accessibility guidance and usability principles. It checks WCAG 2.2 AA, Nielsen’s heuristics, common AI-generated design problems, and interface states.

In plain words
What is it for?
Use it to review contrast, HTML structure, keyboard focus, touch target sizes, animation preferences, image text alternatives, loading and error states, and other interface details.
Why use it?
It identifies barriers and confusing interactions without changing the code. Findings include the affected file and line and are prioritized by severity.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to review contrast, HTML structure, keyboard focus, touch target sizes, animation preferences, image text alternatives, loading and error states, and other interface details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glamgarondiscord/claude-saas-blueprint/ui-audit
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 GlamgarOnDiscord/claude-saas-blueprint --skill ui-audit
Clone the repo
git clone --depth 1 https://github.com/GlamgarOnDiscord/claude-saas-blueprint

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/ui-audit/github.svg)](https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/ui-audit)
Your own site
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/ui-audit"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/ui-audit/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 ui-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/glamgarondiscord/claude-saas-blueprint/ui-audit"><img src="https://agentmods.dev/badge/skills/glamgarondiscord/claude-saas-blueprint/ui-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 992 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.00036 $0.00992
Opus 5 $0.00018 $0.00496
Sonnet 5 $0.00007 $0.00198
Haiku 4.5 $0.00004 $0.00099

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

Security

Grade A, and why

ui-audit 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.

.claude/skills/ui-audit/SKILL.md · 100 lines

How it starts

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

UI Audit — Read-only

Role

Auditeur UX senior. Ce skill ne modifie jamais le code — il produit un rapport prioritise.

Ce que fait ce skill

  • Audit conformite WCAG 2.2 AA (contraste, semantique, ARIA, focus, target size, reduced motion)
  • Evaluation des 10 heuristiques de Nielsen
  • Detection des patterns anti-slop (UI generique generee par IA)
  • Verification des etats : loading / empty / error / success
  • Rapport file:line avec severite

Ce que ce skill NE fait PAS

  • Modifier du code
  • Generer de la nouvelle UI
  • Proposer des implementations specifiques (uniquement le probleme et l'outcome attendu)

Process

1. Scan

Lire le ou les fichiers cibles. Si l'utilisateur ne precise rien, demander quel scope auditer.

2. WCAG 2.2 AA

  • Contraste : ratio body >= 4.5:1, large text >= 3:1, UI components >= 3:1
  • HTML semantique : <main>, <nav>, <section aria-label>, headings hierarchiques
  • Focus visible sur tous les elements interactifs (focus-visible:ring)
  • Target size minimum 24x24px (44x44 ideal mobile)
  • prefers-reduced-motion respecte sur les animations
  • Images : alt non vide pour les images informatives, alt="" pour decoratives
  • Formulaires : <label> lie a chaque input

3. Heuristiques Nielsen

  1. Visibilite du statut systeme (loading, succes, erreur)
  2. Correspondance avec le monde reel (vocabulaire utilisateur)
  3. Controle et liberte utilisateur (back, undo, cancel)
  4. Coherence et standards
  5. Prevention des erreurs (validation avant submit)
  6. Reconnaissance plutot que rappel
  7. Flexibilite et efficacite (raccourcis pour power users)
  8. Design minimaliste
  9. Aide a reconnaitre, diagnostiquer, recuperer (messages d'erreur)
  10. Aide et documentation contextuelle

4. Anti-slop

  • Hero centre avec 3 cards egales
  • Inter / Roboto / Arial / Space Grotesk
  • Numeros ronds (50%, 1000+)
  • Gradient de fond purple-blue
  • Spinner au lieu de Skeleton
  • shadcn par defaut sans customisation
  • Glassmorphism sur tout
  • Emojis dans le code

Read the full file on GitHub · 100 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 · 100 lines · 36 tokens per session scan A 9c20af857f65

Subscribe to this mod's changes

ui-audit is a skill published in the GitHub repository GlamgarOnDiscord/claude-saas-blueprint (2 stars, last pushed 3mo ago), licensed MIT. It adds 36 tokens to every session and 992 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-08-31.

Related

Other skills, from other repositories

tailwind-design-system

Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.

calesthio/OpenMontage · 42 tokens

motion-graphics

Use when the user wants a short, design-led motion graphic where motion is the message: kinetic typography, stat or number count-up, chart/data-viz hit, logo sting, brand lockup, lower-third, callout, social overlay, animated headline/tweet/news item, motion poster, or quick captured-page highlight. Usually under 10s…

calesthio/OpenMontage · 187 tokens

visual-style

Create, extract, and apply portable visual design systems via visual-style.md files. Use when: (1) Creating a visual-style.md design system from scratch, (2) Extracting a visual style from a website URL, video, or PDF brand guide, (3) Applying a visual style to HeyGen videos, HTML slides, Figma, or paper.design, (4)…

calesthio/OpenMontage · 136 tokens

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

calesthio/OpenMontage · 58 tokens

web-design-guidelines

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

calesthio/OpenMontage · 44 tokens

apply-mantel-styles

Provides guidelines for applying Mantel's brand styles to diagrams and frontend components. Use when asked to create visuals that need to align with Mantel's branding.

sammcj/agentic-coding · 37 tokens