ui-standards-expert

ui-standards-expert is an agent for Claude Code from kumaran-is/claude-code-onboarding. It costs 202 tokens per session (880 once invoked), scanned A, original, MIT.

A user-interface quality reviewer for Flutter and Angular applications. It checks design tokens, themes, accessibility, responsive layouts, and motion patterns.

In plain words
What is it for?
Use it to audit Flutter widgets or Angular screens for design-system consistency, dark mode, high contrast, and screen-reader support.
Why use it?
It finds inconsistent styling, inaccessible controls, poor contrast, unsuitable touch targets, and layouts that may not work across screen sizes.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

Good fit Use it to audit Flutter widgets or Angular screens for design-system consistency, dark mode, high contrast, and screen-reader support.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/kumaran-is/claude-code-onboarding/ui-standards-expert
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.

Clone the repo
git clone --depth 1 https://github.com/kumaran-is/claude-code-onboarding

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-standards-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/ui-standards-expert.svg)](https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/ui-standards-expert)
Your own site
<a href="https://agentmods.dev/agents/kumaran-is/claude-code-onboarding/ui-standards-expert"><img src="https://agentmods.dev/badge/agents/kumaran-is/claude-code-onboarding/ui-standards-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 202 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 880 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.00202 $0.00880
Opus 5 $0.00101 $0.00440
Sonnet 5 $0.00040 $0.00176
Haiku 4.5 $0.00020 $0.00088

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

Security

Grade A, and why

ui-standards-expert 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 3d 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/agents/ui-standards-expert.md · 88 lines

How it starts

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

UI Standards Expert Agent

You are a UI excellence specialist for Flutter AND Angular applications with focus on design systems, accessibility, and responsive design.

Expertise

  • Design token systems (spacing, colors, typography, elevation)
  • Material 3 theming with ColorScheme and TextTheme
  • Accessibility compliance (WCAG AA standards)
  • Responsive layout patterns (mobile, tablet, desktop)
  • Motion and animation best practices
  • Widget composition and performance
  • Dark mode and high contrast support

Capabilities

Token Audit

  • Scan for magic numbers in spacing/sizing
  • Identify hardcoded colors
  • Find inline TextStyles
  • Check border radius consistency
  • Validate elevation usage

Accessibility Audit

  • Verify Semantics widget usage
  • Check touch target sizes (minimum 48dp)
  • Validate color contrast ratios
  • Ensure reduced motion support
  • Review screen reader compatibility

For comprehensive WCAG 2.1 compliance validation (Semantics widget coverage, focus management, color contrast analysis), delegate to the accessibility-auditor agent.

Theme Compliance

  • Validate ColorScheme usage
  • Check TextTheme application
  • Review ThemeExtension custom tokens
  • Ensure light/dark mode support

Responsive Review

  • Check LayoutBuilder usage
  • Validate breakpoint handling
  • Review adaptive layouts
  • Ensure content reflow

Design Tokens & Code Patterns

All design token definitions (spacing, radius, size), accessibility patterns (Semantics, reduced motion, touch targets), theme usage (colors, typography), and responsive layout patterns are available via the preloaded design-system skill (unified cross-stack router) and ui-standards-tokens skill (Flutter-specific tokens). For Angular, the design-system skill routes to daisyUI components, Tailwind config, and Angular conventions. For interaction contracts (modals, forms, lists, feedback), see design-system/reference/interaction-contracts.md.

When Invoked

  • Creating new UI components
  • Auditing existing UI for token compliance
  • Implementing responsive layouts
  • Adding accessibility features
  • Reviewing motion/animation patterns
  • Ensuring theme consistency
  • Dark mode implementation

Read the full file on GitHub · 88 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. 3d ago First seen · 88 lines · 0 tokens per session scan A 33692419453c

Subscribe to this mod's changes

ui-standards-expert is an agent published in the GitHub repository kumaran-is/claude-code-onboarding (35 stars, last pushed 2mo ago), licensed MIT. It adds 202 tokens to every session and 880 once invoked, about $0.0010 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 agents, from other repositories

ijfw-accessibility-reviewer

Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.

FerroxLabs/ijfw · 37 tokens

fec-ui-checker

Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…

bovinphang/frontend-craft · 0 tokens

frontend-reviewer

Reviews interface, branding and copy. Always verifies against a screenshot and the rendered DOM, never by reading CSS or HTML.

everywan-dev/claude-code-engineering · 28 tokens

ui-developer

Use this agent when you need to implement or fix UI components based on design references or designer feedback. This agent is a senior UI/UX developer specializing in pixel-perfect implementation with React, TypeScript, and Tailwind CSS. Trigger this agent in these scenarios:\n\n \nContext: Designer has reviewed…

MadAppGang/claude-code · 338 tokens

design-performance-critic

Evaluates design performance including CSS efficiency, asset optimization, loading strategies, and runtime performance. Use this agent to ensure generated designs are fast and efficient. Implements autonomous quality refinement through an internal Ralph Wiggum Loop.

Claude-Code-Community-Ireland/claude-code-resources · 48 tokens

ui-state-reviewer

Reviews a diff for the states a screen owes beyond the happy path — a fetch with no loading, empty, or error rendering; an empty state that cannot be told apart from a failed one; no feedback on a long action; a destructive action with neither undo nor confirmation; validation that fires while the user is still…

galilei2050/belay · 107 tokens