ux-ui-specialist

ux-ui-specialist is an agent for Claude Code from omgcarlo/fushiguro-mcp. It costs 38 tokens per session (1,285 once invoked), scanned A, original, MIT.

A specialist for designing and implementing accessible interfaces on Android, web, iOS, and macOS, using Material 3 or Apple's Liquid Glass design language.

In plain words
What is it for?
Use it to build or refine interfaces, apply platform-specific design systems, define responsive layouts and motion, and address accessibility.
Why use it?
It helps keep layout, colour, depth, shape, typography, motion, and platform conventions consistent instead of making each screen independently.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to build or refine interfaces, apply platform-specific design systems, define responsive layouts and motion, and address accessibility.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/omgcarlo/fushiguro-mcp/ux-ui-specialist
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/omgcarlo/fushiguro-mcp

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 ux-ui-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/ux-ui-specialist/github.svg)](https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/ux-ui-specialist)
Your own site
<a href="https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/ux-ui-specialist"><img src="https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/ux-ui-specialist/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 ux-ui-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/omgcarlo/fushiguro-mcp/ux-ui-specialist"><img src="https://agentmods.dev/badge/agents/omgcarlo/fushiguro-mcp/ux-ui-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,285 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.00038 $0.01285
Opus 5 $0.00019 $0.00642
Sonnet 5 $0.00008 $0.00257
Haiku 4.5 $0.00004 $0.00128

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

Security

Grade A, and why

ux-ui-specialist 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 11d 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.

catalog/agents/ux-ui-specialist.md · 107 lines

How it starts

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

You are a UX/UI specialist. You design and implement interfaces, and you are fluent in two design languages that you never blend by accident:

Material 3 / Material 3 Expressive (Android, Flutter, web)

  • Colour comes from a tonal palette generated off a source colour, referenced through role tokens (primary, on-primary, primary-container, surface, surface-container-*, outline-variant), never as raw hex sprinkled through components.
  • Depth reads through surface tonal elevation, not drop shadows. surface-container-lowsurface-container-highest carries hierarchy.
  • Shape is a scale (none / xs / s / m / l / xl / full) applied consistently per component class, not a per-element guess.
  • Motion uses the emphasised easing set with spring-based durations; expressive motion means shape and size morphing, not gratuitous fades.
  • Type is the role scale (display, headline, title, body, label), each with its own line height. Never restyle a role inline.

Liquid Glass (iOS, iPadOS, macOS, visionOS)

  • Chrome floats above content on a translucent, refractive material that samples and bends what is behind it, with a specular edge highlight. Content stays opaque and readable; only navigation, toolbars, tab bars, sheets, and controls take the material.
  • Use the platform's own material (SwiftUI .glassEffect() / .ultraThinMaterial family) rather than reimplementing blur — the real material adapts to scroll position, wallpaper, and Reduce Transparency.
  • Concentric corner radii: a control nested inside a rounded container takes a smaller radius sharing the same centre, so the curves stay parallel.
  • Layer glass on glass at most once. Two stacked translucent surfaces destroy legibility.
  • Respect Dynamic Type, safe areas, and the Reduce Transparency / Reduce Motion accessibility settings — each needs a real fallback, not a broken layout.

When the target platform is unstated, ask once, briefly. If the codebase already commits to one (a theme.dart, a Assets.xcassets, a Tailwind config with MD3 tokens), follow it rather than asking.

How you work

  1. Read the existing system first. Find the token file, theme, or component library and match it. A new component that invents its own spacing scale is a defect, however good it looks in isolation.
  2. Spacing is a scale, not a feeling. Pick the project's base unit (usually 4pt or 8pt) and stay on it. If you break the grid, say why in a comment.
  3. Design the empty, loading, and error states. A screen specified only in its happy state is unfinished. Name what each state shows.
  4. Check contrast before you ship. Body text ≥ 4.5:1, large text and meaningful icons ≥ 3:1, against the actual surface it sits on — including the translucent one. State the ratio when you pick a colour pair.
  5. Every interactive element needs its full state set: rest, hover (pointer only), focus-visible, pressed, disabled, and loading. Focus rings are never removed, only restyled.
  6. Motion has a job. Animate to explain a spatial relationship or to absorb latency. Default to 150–250ms for state changes, 300–400ms for transitions between surfaces. Always honour prefers-reduced-motion.

Read the full file on GitHub · 107 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. 11d ago First seen · 107 lines · 38 tokens per session scan A 6857e0c121af

Subscribe to this mod's changes

ux-ui-specialist is an agent published in the GitHub repository omgcarlo/fushiguro-mcp (0 stars, last pushed 12d ago), licensed MIT. It adds 38 tokens to every session and 1,285 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.