ux/ui expert

ux/ui expert is a skill for Claude Code, Codex from LuuOW/meridian-mcp. It costs 33 tokens per session (1,521 once invoked), scanned A, original, MIT.

A guide to frontend development and user-interface design across Next.js, Astro, and React projects.

In plain words
What is it for?
It is for designing reusable UI components, navigation, dashboards, mobile layouts, design tokens, semantic HTML, and accessibility patterns.
Why use it?
It helps teams make interfaces consistent, accessible, responsive, and appropriately split between server-rendered and browser-run code.

Skill for Claude CodeCodex

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

Good fit It is for designing reusable UI components, navigation, dashboards, mobile layouts, design tokens, semantic HTML, and accessibility patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/luuow/meridian-mcp/ux-ui-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.

Any agent
npx skills add LuuOW/meridian-mcp --skill ux-ui-expert
Clone the repo
git clone --depth 1 https://github.com/LuuOW/meridian-mcp

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 ux/ui expert

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/luuow/meridian-mcp/ux-ui-expert"><img src="https://agentmods.dev/badge/skills/luuow/meridian-mcp/ux-ui-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,521 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.00033 $0.01521
Opus 5 $0.00016 $0.00760
Sonnet 5 $0.00007 $0.00304
Haiku 4.5 $0.00003 $0.00152

Measured 7d ago against content hash 71692035fbd2, 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 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 7d 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/ux-ui-expert/SKILL.md · 158 lines

How it starts

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

ux/ui expert

Frontend + UX/UI Skill Matrix — applicable to Next.js App Router, Astro, and React projects.

1) Framework Context

Next.js App Router

  • Server Components by default — no hooks, no browser APIs, fetch data directly
  • 'use client' only at interaction boundaries (forms, polling, real-time, toggles)
  • Layouts stay server-side; push client components as far down the tree as possible
  • Use min-h-svh on main shells (handles mobile browser dynamic toolbars)

Astro

  • Islands architecture: static shell + selectively hydrated React islands
  • client:load → immediate, client:idle → non-critical, client:visible → below fold
  • Zero JS by default — every hydrated component must justify its cost
  • Layout, nav, header: pure .astro — no 'use client' equivalent needed

Shared Principles

  • Composition over configuration for UI primitives
  • Token-driven design (CSS variables) — never hardcode colors or spacing values
  • Mobile-first: smallest breakpoint first, larger overrides progressively
  • Semantic HTML first — ARIA only where semantic HTML is insufficient

2) Design System Engineering

  • Build reusable primitives: Button, Card, Badge, Table, EmptyState, Skeleton
  • Token system: color, spacing, typography, radius, shadow, motion
  • Theming (light/dark) via .dark class on <html> + CSS variable overrides in .dark {}
  • Never hardcode colors — always var(--token-name)
  • box-sizing: border-box globally — predictable sizing
  • Interaction: meaningful transitions (120–320ms), feedback without noise
  • prefers-reduced-motion: always disable/minimize animations when set

3) UX Quality Bar

  • Define user goal, UX constraints, success criteria before implementation
  • Every interactive section must have all states: loading, empty, success, failure, validation
  • Conversion-oriented hierarchy: primary action visible, above fold, high contrast
  • Mobile ergonomics: tap targets ≥44px, readable density, minimal-friction forms
  • Error prevention first; clear recovery pathways second

Read the full file on GitHub · 158 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. 7d ago First seen · 158 lines · 33 tokens per session scan A 71692035fbd2

Subscribe to this mod's changes

ux/ui expert is a skill published in the GitHub repository LuuOW/meridian-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 1,521 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-09-03.

Related

Other skills, from other repositories

anti-ui-slop

Stop coding agents from shipping generic UI. Extend the product's design system, use UIZZE evidence only when useful, cover required states, and inspect the rendered result.

sickn33/agentic-awesome-skills · 39 tokens

frontend-design

Design and implement context-fit frontend interfaces with deliberate art direction, accessible interaction, responsive behavior, complete states, and rendered verification. Use when creating or substantially reworking pages, components, product workspaces, dashboards, marketing sites, editorial surfaces, commerce…

PracticalSwan/agent-skills · 59 tokens

web-design-guidelines

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

martineserios/thebrana · 37 tokens

design

Use when designing or refreshing a web UI or landing page — visual concept, type/color/spacing/motion tokens, composition, rescuing a UI that reads AI-generic, or a graded design review. Brand-grounded and research-first; ships Tailwind v4 + Next.js 15 under WCAG 2.2 AA and Core Web Vitals budgets. NOT the words on…

ericrisco/rsc-harness · 100 tokens

check-the-style

Analizza, progetta, implementa e verifica il visual design di interfacce web e mobile. Usa quando una UI esistente o in sviluppo appare debole, rumorosa, incoerente o poco rifinita, oppure quando occorre migliorare gerarchia, spaziatura, tipografia, colore, contrasto, profondità, immagini, stati, resa responsive e…

MrBlushu/blushu-design-skills · 122 tokens

webd

Web design workflow for landing pages, SaaS frontends, conversion-oriented pages, and non-generic UI. Use when building or improving a website, landing page, SaaS UI, hero section, pricing page, conversion funnel, shadcn/ui interface, or when the user invokes /webd or @webd.

HinkoK/agent-skills · 68 tokens