# Frontend UI UX

> Designer-developer for UI/UX work

- Skill: `code-yeongyu/frontend-ui-ux` (Agent Skill)
- Install (CLI): `npx skillmds@latest add code-yeongyu/frontend-ui-ux`
- Raw SKILL.md: https://api.skillmd.com/api/skills/code-yeongyu/frontend-ui-ux/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: code-yeongyu (https://skillmd.com/u/code-yeongyu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/code-yeongyu/frontend-ui-ux

---


# Frontend UI/UX Command

Routes to the designer agent or Gemini MCP for frontend work.

## Usage

```
/frontend-ui-ux <design task>
```

## Routing

### Preferred: MCP Direct
Before first MCP tool use, call `ToolSearch("mcp")` to discover deferred MCP tools.
Use `mcp__g__ask_gemini` with `agent_role: "designer"` for design tasks.
If ToolSearch finds no MCP tools, use the Codex agent fallback below.

### Fallback: Codex Agent
```
delegate(role="designer", tier="STANDARD", task="{{ARGUMENTS}}")
```

## Capabilities
- Component design and implementation
- Responsive layouts
- Design system consistency
- Accessibility compliance

Task: {{ARGUMENTS}}

