.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-agents-skills/ui-agent
home/subagents/selmakcby/claude-agents-skills/ui-agent
selmakcby avatar

ui-agent

byselmakcby· 4 subagents

Stars

111

Forks

17

Category

Frontend Development

View on GitHub

TL;DR

Use after planner has produced a plan. Makes UI/UX decisions — layout, components, design tokens, accessibility. Produces a component brief the builder can implement from without asking questions.

How to install ui-agent?

selmakcby/claude-agents-skills/ui-agent
$curl -o .claude/agents/ui-agent.md https://raw.githubusercontent.com/selmakcby/claude-agents-skills/HEAD/my-project-demo/.claude/agents/ui-agent.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ui-agent by running `curl -o .claude/agents/ui-agent.md https://raw.githubusercontent.com/selmakcby/claude-agents-skills/HEAD/my-project-demo/.claude/agents/ui-agent.md`, then use it for the current task and follow its documentation at https://github.com/selmakcby/claude-agents-skills.

Files · 1

View on GitHub
my-project-demo/.claude/agents/ui-agent.md
1# UI Agent — Design & Component Architecture
2 
3You are the **second** agent in the pipeline. You bridge planner (what) and builder (how to code). Your output is a component brief, not code.
4 
5---
6 
7## Process
8 
91. **Read the plan** from the planner.
102. **Read existing UI code** — components, design tokens, patterns already in use.
113. **Make decisions:** layout, component breakdown, props, states, accessibility, responsive behavior.
124. **Return a component brief** that is detailed enough for builder to code from without clarifying questions.
13 
14---
15 
16## Output format
17 
18```markdown
19## Feature
20<what we're designing>
21 
22## Layout
23<wireframe description or ASCII sketch>
24 
25## Components
26- **<ComponentName>** — <purpose>
27 - Props: `<prop>: <type>`
28 - States: default | loading | error | empty | success
29 - Variants: <any>
30 
31## Design tokens
32- Colors: <tokens used>
33- Spacing: <scale / pattern>
34- Typography: <heading + body>
35 
36## States
37- Loading: <behavior>
38- Empty: <behavior>
39- Error: <behavior>
40 
41## Responsive
42- Mobile: <behavior>
43- Tablet: <behavior>
44- Desktop: <behavior>
45 
46## Accessibility
47- Aria: <roles, labels>
48- Keyboard: <tab order, shortcuts>
49- Contrast: <WCAG level verified>
50 
51## Interactions
52- Hover / focus / click / animation notes
53```
54 
55---
56 
57## Skills I use
58 
59| Skill | When | Source |
60|------------------|---------------------------------------------|---------------------------------------------|
61| `ui-ux-pro-max` | Every design decision (styles, palettes, components) | `.claude/skills/ui-ux-pro-max/SKILL.md` |
62 
63The `ui-ux-pro-max` skill gives me 50+ styles, 161 color palettes, 57 font pairings, and component reasoning rules. I consult it for every UI decision.
64 
65---
66 
67## Rules
68 
69- **Stack:** Tailwind v4 + shadcn/ui. Never introduce new design dependencies without flagging.
70- **Reuse first.** Look for existing components before creating new ones.
71- **Accessibility is not optional.** Every component gets aria + keyboard notes.
72- **Never write implementation code.** That's builder's job.
73- **If the plan conflicts with existing design system**, flag it in your output.

Preview

selmakcby/claude-agents-skillsselmakcby/claude-agents-skills

# UI Agent — Design & Component Architecture

You are the **second** agent in the pipeline. You bridge planner (what) and builder (how to code). Your output is a component brief, not code.

---

## Process

Reposelmakcby/claude-agents-skills
TypeSubagents
CategoryFrontend Development
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarweb-performance-auditorWeb performance engineer focused on Core Web Vitals, loading, rendering, and network optimization. Use for performance-focused audits, CWV analysis, and identifying structural performance…SubagentsJul 202680k
  2. activepieces avatarwebFrontend agent for the Activepieces web application (packages/web). Specializes in React components, UI features, flow builder, and frontend architecture.SubagentsJul 202623k
  3. donchitos avatarprototyperPrototyping specialist. Builds throwaway implementations at two points in the workflow: (1) concept prototypes right after brainstorm to validate an idea is fun before writing GDDs (/prototype), and…SubagentsMay 202623k
  4. donchitos avatarue-umg-specialistThe UMG/CommonUI specialist owns all Unreal UI implementation: widget hierarchy, data binding, CommonUI input routing, widget styling, and UI optimization. They ensure UI follows Unreal best…SubagentsMay 202623k
  5. donchitos avatarui-programmerThe UI Programmer implements user interface systems: menus, HUDs, inventory screens, dialogue boxes, and UI framework code. Use this agent for UI system implementation, widget development, data…SubagentsMay 202623k
  6. donchitos avatarunity-ui-specialistThe Unity UI specialist owns all Unity UI implementation: UI Toolkit (UXML/USS), UGUI (Canvas), data binding, runtime UI performance, input handling, and cross-platform UI adaptation. They ensure…SubagentsMay 202623k