design-audit

design-audit is a skill for Claude Code from Aboudjem/ui-ux-suite. It costs 56 tokens per session (739 once invoked), scanned A, original, MIT.

A broad review of a project’s user-interface design, covering 12 areas such as colors, text, layout, accessibility, and interactions.

In plain words
What is it for?
Use it to inspect a project’s framework, styling, and components, then receive scores, specialist findings, and an action plan.
Why use it?
It brings separate design checks together into one prioritized list, so you can see the most important problems first.

Skill for Claude Code

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

Part of the ui-ux-suite plugin — 14 skills, 5 commands, 12 agents, 1 MCP server shipped together

Good fit Use it to inspect a project’s framework, styling, and components, then receive scores, specialist findings, and an action plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aboudjem/ui-ux-suite/design-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 Aboudjem/ui-ux-suite --skill design-audit
Clone the repo
git clone --depth 1 https://github.com/Aboudjem/ui-ux-suite

Made for: Claude Code.

Or install ui-ux-suite, the plugin that ships this one along with the rest of its 14 skills, 5 commands, 12 agents, 1 MCP server.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aboudjem/ui-ux-suite/design-audit"><img src="https://agentmods.dev/badge/skills/aboudjem/ui-ux-suite/design-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 739 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 pass 7 Sept 2026
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.00056 $0.00739
Opus 5 $0.00028 $0.00369
Sonnet 5 $0.00011 $0.00148
Haiku 4.5 $0.00006 $0.00074

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

Security

Grade A, and why

design-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 5d 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.

skills/design-audit/SKILL.md · 58 lines

How it starts

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

/design-audit: Full Project Design Audit

Run a comprehensive design audit on the current project or a specified path.

Usage

/design-audit              # Audit current project
/design-audit /path/to/project  # Audit specific project

Flow

  1. Load knowledge base - Read the knowledge index and all 21 knowledge files:
    • Use uiux_knowledge_query with listFiles: true to get the full inventory
    • Every agent reads its assigned knowledge files (see knowledge/INDEX.md for the mapping)
    • The evidence base, principles, anti-patterns, and trends files are required reading for ALL agents
  2. Scan project - Use uiux_scan_project to detect framework, styling, component library, theme system
  3. Display profile - Show the user what was detected, ask for confirmation
  4. Dispatch agents - Launch all relevant specialist agents in parallel (each reads its knowledge files first):
    • color-analyst - Color system diagnosis
    • typography-analyst - Typography system diagnosis
    • layout-analyst - Layout, spacing, grid analysis
    • component-reviewer - Component quality and consistency
    • accessibility-auditor - WCAG compliance check
    • interaction-analyst - Motion, transitions, feedback
    • psychology-analyst - Cognitive load, hierarchy, trust
    • visual-style-advisor - Style direction evaluation
    • platform-advisor - Platform convention adherence
    • ux-flow-analyst - Navigation and user flows
    • performance-ux-analyst - Loading and perceived speed
  5. Aggregate scores - Use uiux_score_overall to calculate weighted total
  6. Generate report - Full markdown report with:
    • Project design profile
    • Score card (12 dimensions)
    • Top 20 findings ranked by impact
    • Detailed per-dimension reports
    • Prioritized action plan (quick wins / medium / major)

Agent dispatch strategy

Launch agents in parallel waves:

Wave 1 (always): color-analyst, typography-analyst, layout-analyst, accessibility-auditor, component-reviewer Wave 2 (always): interaction-analyst, psychology-analyst, visual-style-advisor Wave 3 (if applicable): platform-advisor (if mobile/cross-platform), ux-flow-analyst (if has routing), performance-ux-analyst (if has data fetching/images)

Read the full file on GitHub · 58 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. 5d ago Changed · -1 lines · +32 tokens per session bcea825851ff
  2. 10d ago First seen · 59 lines · 24 tokens per session scan A b147570aefc5

Subscribe to this mod's changes

design-audit is a skill published in the GitHub repository Aboudjem/ui-ux-suite (7 stars, last pushed 3d ago), licensed MIT. It adds 56 tokens to every session and 739 once invoked, about $0.0003 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