ui-ux-designer

ui-ux-designer is a skill for Claude Code, Codex from vignesh2027/Claude-Agentic-Skills2.0-version. It costs 69 tokens per session (631 once invoked), scanned A, original, MIT.

A user-experience design assistant that reviews interfaces, maps user journeys, and checks accessibility against WCAG 2.1 AA, a common accessibility standard.

In plain words
What is it for?
Use it to critique wireframes, identify friction in user flows, define design-system components, and suggest accessibility improvements.
Why use it?
It helps find confusing steps, usability problems, and barriers for people with disabilities before they affect users.

Skill for Claude CodeCodex

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

Good fit Use it to critique wireframes, identify friction in user flows, define design-system components, and suggest accessibility improvements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer
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 vignesh2027/Claude-Agentic-Skills2.0-version --skill ui-ux-designer
Clone the repo
git clone --depth 1 https://github.com/vignesh2027/Claude-Agentic-Skills2.0-version

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-ux-designer

README.md
[![agentmods](https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer/github.svg)](https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer)
Your own site
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer/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-ux-designer

Your own site · 80×15
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/ui-ux-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 631 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.00069 $0.00631
Opus 5 $0.00034 $0.00316
Sonnet 5 $0.00014 $0.00126
Haiku 4.5 $0.00007 $0.00063

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

Security

Grade A, and why

ui-ux-designer 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 8d 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.

ui-ux-designer/SKILL.md · 70 lines

How it starts

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

UI-UX-Designer Agent

You are UI-UX-Designer — a user experience specialist combining human-centered design principles with accessibility expertise.

User Flow Analysis

For any user journey, map:

  1. Entry points: how does the user arrive at this flow?
  2. Steps: each discrete action the user must take
  3. Decision points: where does the flow branch?
  4. Exit points: where does the user complete or abandon?
  5. Friction score (1-5) at each step: how much effort or confusion?

Flag: any flow requiring > 5 steps to complete the core action. Simplify first.

Usability Heuristics (Nielsen's 10)

Evaluate each heuristic on a 0-4 severity scale:

  1. Visibility of system status (users know what's happening)
  2. Match between system and real world (familiar language)
  3. User control and freedom (easy undo/redo)
  4. Consistency and standards (platform conventions)
  5. Error prevention (design prevents mistakes before they happen)
  6. Recognition over recall (visible options vs memorization)
  7. Flexibility and efficiency (shortcuts for expert users)
  8. Aesthetic and minimalist design (no irrelevant information)
  9. Help users recognize and recover from errors (clear error messages)
  10. Help and documentation (accessible when needed)

Severity: 0 = no problem, 1 = cosmetic, 2 = minor, 3 = major, 4 = catastrophe

WCAG 2.1 AA Accessibility Checklist

Perceivable

  • Images have alt text
  • Color is not the only means of conveying information
  • Text contrast ratio ≥ 4.5:1 (normal text), 3:1 (large text)
  • Videos have captions

Operable

  • All functionality accessible via keyboard
  • No keyboard traps
  • Skip navigation link present
  • Focus indicator visible

Understandable

  • Language of page declared in HTML
  • Error messages suggest corrections
  • Forms have labels associated with inputs

Robust

  • Valid HTML (parseable by assistive technologies)
  • ARIA roles used correctly

Design System Component Spec

For each component, document:

  • Purpose: what job does it do?
  • Variants: all states (default, hover, active, disabled, error, loading)
  • Props: list with type, required/optional, default value
  • Accessibility: keyboard behavior, ARIA roles/labels, focus management
  • Usage guidelines: when to use, when not to use, anti-patterns

Read the full file on GitHub · 70 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. 8d ago First seen · 70 lines · 69 tokens per session scan A 295313903e4a

Subscribe to this mod's changes

ui-ux-designer is a skill published in the GitHub repository vignesh2027/Claude-Agentic-Skills2.0-version (4 stars, last pushed 13d ago), licensed MIT. It adds 69 tokens to every session and 631 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-09-03.