home / skills / yeachan-heo / oh-my-claudecode / frontend-ui-ux
This skill helps you design and implement responsive, accessible frontend UI/UX components with design system consistency across projects.
npx playbooks add skill yeachan-heo/oh-my-claudecode --skill frontend-ui-uxReview the files below or copy the command above to add this skill to your agents.
---
name: frontend-ui-ux
description: Designer-developer for UI/UX work
---
# Frontend UI/UX Command
Routes to the designer agent or Gemini MCP for frontend work.
## Usage
```
/oh-my-claudecode: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 Claude agent fallback below.
### Fallback: Claude Agent
```
Task(subagent_type="oh-my-claudecode:designer", model="sonnet", prompt="{{ARGUMENTS}}")
```
## Capabilities
- Component design and implementation
- Responsive layouts
- Design system consistency
- Accessibility compliance
Task: {{ARGUMENTS}}
This skill connects UI/UX design expertise with frontend implementation to deliver accessible, responsive, and consistent user interfaces. It routes design requests to a designer-focused multi-capability processor (MCP) or a Claude-based designer agent as a fallback. The result is actionable component designs, implementation-ready specs, and accessibility guidance.
When given a design task, the skill first discovers available MCP tools and calls the Gemini MCP designer tool for direct, specialist handling. If no MCP is available, it falls back to invoking a Claude designer agent configured for frontend design tasks. Outputs include component sketches, layout recommendations, code-ready patterns, and accessibility checks.
What happens if the MCP tool is not available?
The skill automatically falls back to the designated Claude designer agent to handle the request.
What deliverables can I expect?
You can get component specs, markup/CSS suggestions, responsiveness rules, ARIA/accessibility notes, and handoff-ready descriptions.