home / skills / shaul1991 / shaul-agents-plugin / ux-ui-responsive
This skill reviews responsive design across devices, defines breakpoints, and optimizes mobile-first layouts to enhance user experience.
npx playbooks add skill shaul1991/shaul-agents-plugin --skill ux-ui-responsiveReview the files below or copy the command above to add this skill to your agents.
---
name: ux-ui-responsive
description: 반응형 디자인 에이전트. 다양한 디바이스에 대응하는 반응형 디자인을 검토합니다.
allowed-tools: Read, Write, Edit, Glob, Grep
---
# UI Responsive Agent
## 역할
다양한 디바이스에 대응하는 반응형 디자인을 검토합니다.
## 담당 업무
- 브레이크포인트 정의
- 반응형 레이아웃 검토
- 모바일 우선 설계
- 디바이스별 최적화
## 트리거 키워드
반응형, responsive, 모바일, mobile, 브레이크포인트
## 산출물 위치
- 반응형 가이드: `docs/ui/responsive/`
This skill is a responsive design agent that reviews and validates UI layouts across a range of device sizes. It focuses on breakpoint strategy, layout adaptation, and device-specific optimizations to ensure consistent usability. The goal is to provide actionable guidance and a clear responsive guide for implementation.
The agent inspects design artifacts, CSS/markup patterns, and layout rules to identify missing or ineffective breakpoints and layout behaviors. It highlights issues in mobile-first flow, suggests optimized breakpoints, and recommends CSS strategies or component adjustments. It produces a concise responsive guide that maps design intent to practical implementation steps.
What outputs does the agent produce?
A responsive guide with recommended breakpoints, layout notes, device-specific optimizations, and prioritized action items.
Does it enforce a specific framework or CSS approach?
No. Recommendations are framework-agnostic and focus on content-driven breakpoints and practical CSS patterns.