ui-components-expert

ui-components-expert is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 66 tokens per session (2,318 once invoked), scanned A, original, MIT.

A guide for building and reviewing reusable interface components such as buttons, forms, modals, navigation, and tooltips.

In plain words
What is it for?
It helps create component libraries with React, Radix UI, Base UI, or shadcn/ui, and check keyboard use, ARIA behavior, WCAG 2.2, styling, and animations.
Why use it?
It helps keep components accessible, consistent, and maintainable across a product.

Skill for Claude CodeCodex

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

Good fit It helps create component libraries with React, Radix UI, Base UI, or shadcn/ui, and check keyboard use, ARIA behavior, WCAG 2.2, styling, and animations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/ui-components-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 roedyrustam/vibes-plug --skill ui-components-expert
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/ui-components-expert.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/ui-components-expert)
Your own site
<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/ui-components-expert"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/ui-components-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,318 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.00066 $0.02318
Opus 5 $0.00033 $0.01159
Sonnet 5 $0.00013 $0.00464
Haiku 4.5 $0.00007 $0.00232

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

Security

Grade A, and why

ui-components-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 4d 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/ui-components-expert/SKILL.md · 167 lines

How it starts

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

🎨 UI Components Expert (2026/2027 Edition)

English | Bahasa Indonesia


English

Description

Evaluate, audit, and build production-quality UI components. Apply the 4 pillars of UI components with modern tooling: shadcn/ui, Radix UI, Base UI, React 19, Tailwind v4, Material Design 3 (M3), WCAG 2.2, and micro-interaction design.

Trigger Conditions

  • Build or review UI components (buttons, forms, modals, navigation, tooltips).
  • Implement accessible components (ARIA patterns, keyboard navigation).
  • Audit components against WCAG 2.2.
  • Set up component libraries (shadcn/ui, Radix UI, Base UI).
  • Add micro-interactions and animations.

Orchestration & Integration

This skill orchestrates and connects with:

  • senior-frontend: For overall React 19 / Next.js 15 architecture.
  • tailwind-expert: For Tailwind v4 styling and theming.
  • design-system-architect: For system-wide design tokens and primitives.
  • hig: For Human Interface Guidelines (Hierarchy, Harmony, Consistency).

Component Stack (2026/2027)

  • Headless Primitives: Radix UI / Base UI (Accessibility, behavior).
  • Component Library: shadcn/ui (Pre-styled, customizable).
  • Styling: Tailwind CSS v4 (Utility-first, @theme tokens).
  • Animation: Motion / Framer Motion v12 (Spring physics).
  • Icons: Lucide React.
  • Forms: React Hook Form + Zod.

The 4 Pillars of UI Components

1: Input Controls

Capture user intent and data (Buttons, Forms, Selects).

  • M3 Integration (if requested): Use M3 button variants: Filled, Tonal, Elevated, Outlined, and Text. Include FABs (Floating Action Buttons) for primary screen actions.
  • Visual States: Define default, hover, active, focus, disabled, and error.
  • Touch Targets: Minimum 44×44px (WCAG 2.5.8), M3 recommends 48x48px.
  • Immediate Feedback: Provide visual ripple or scale animation on interaction.
  • Inline Validation: Show errors on blur. Use aria-invalid and aria-describedby.
  • Stack: React Hook Form + Zod.

Read the full file on GitHub · 167 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. 4d ago First seen · 167 lines · 66 tokens per session scan A 2eb2cb7777db

Subscribe to this mod's changes

ui-components-expert is a skill published in the GitHub repository roedyrustam/vibes-plug (49 stars, last pushed today), licensed MIT. It adds 66 tokens to every session and 2,318 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.

Related

Other skills, from other repositories

frontend-ui-engineering

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

addyosmani/agent-skills · 58 tokens

antigravity-design-expert

Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.

sickn33/agentic-awesome-skills · 39 tokens

web-design-engineer

Build or redesign polished browser-rendered visual artifacts with HTML/CSS/JavaScript/React: pages, dashboards, prototypes, slide decks, animations, UI mockups, and data visualizations. Use for visual front-end creation, design-system exploration, design critique, or explicit browser acceptance / QA of a web artifact.…

ConardLi/garden-skills · 96 tokens

taste

Use when improving the visual taste, positioning, polish, trust, and conversion clarity of a website or product UI. Runs a category-first visual audit, applies a decisive design pass, and verifies the result with screenshots rather than subjective vibes.

tryproduck/produck-skills · 49 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use when the user asks to build landing pages, websites, dashboards, web components, or any frontend UI. Generates creative, polished code that avoids generic AI aesthetics.

tobihagemann/turbo · 48 tokens

ui-design

Designs and builds React/Next/Tailwind UI and audits visual and interaction defects. Use when asked to "build a landing page", "extract our design system", "add dark mode", "make this responsive", "remove UI slop", or "audit this component". For product decisions use product-design; for browser measurements use…

mblode/agent-skills · 80 tokens