Install
openclaw skills install mobile-responsiveDeep responsive design workflow—breakpoints, content priority, touch targets, typography, performance on mobile networks, and testing on real devices. Use when fixing mobile UX, defining responsive patterns, or auditing layouts across viewports.
openclaw skills install mobile-responsiveResponsive design is not “three fixed widths”—it is fluid layouts, touch-first interaction, readable typography, and performance under real constraints.
Trigger conditions:
Initial offer:
Use six stages: (1) viewport & breakpoints, (2) content priority, (3) layout & grids, (4) touch & gestures, (5) typography & readability, (6) performance & verification. Confirm design system tokens if any.
Goal: Breakpoint strategy matches content not only devices.
Exit condition: Breakpoint table with what changes per tier.
Goal: Mobile shows what matters first—not shrunk desktop.
display:none without a11y planExit condition: Priority annotated wireframe for key templates.
Goal: Fluid grid; no overflow surprises.
Goal: WCAG 2.5 target size (≥44×44 px approx) and spacing.
Goal: Min font size ~16px body to prevent iOS zoom; line-height comfortable.
Goal: LCP images optimized; JS budget for mobile CPU.
100vw often causes overflow with scrollbar—use 100% or min carefully.