OMX
Oh My CodeXv0.18.9

$frontend-ui-ux

Skill dedicated to UI/UX design and frontend implementation

Deprecated in v0.17: use $design for new product, UI/UX, frontend, or design-system decisions that need a durable repo-local source of truth. This page remains for compatibility with older prompts.

TL;DR

$frontend-ui-ux handles frontend-specific work like screen design, component structure, and interaction flow. It runs with the designer agent at the center.

How to invoke

$frontend-ui-ux "design the dashboard layout and filter component"

When to use it

Good fitAvoid
UI structure and interaction designWork that only touches backend logic
Defining component hierarchy and state flowData model and API design
Accessibility and responsive layout requirements

How it works

  1. Derives screens and components from requirements.
  2. Decides interaction flow and state management direction.
  3. Outputs results as code or design documents.

Using with $team

If frontend and backend can proceed in parallel, you can combine with $team.

$team 2:executor "implement components per frontend-ui-ux spec, write backend API in parallel"
  • $autopilot — full pipeline in one shot
  • $ralph — implement the design result all the way through

On this page