What problem does it solve? Mobile layouts often fail because they are desktop designs squeezed into a narrow viewport: grids that never collapse, horizontal overflow, oversized type, and tap targets too small for thumbs. This Skill gives AI coding agents a concrete rule set and checklist to detect and fix those responsive layout failures. ## Core Features & Use Cases - Breakpoint and Scale Rules: Enforces content-driven breakpoints, fluid type with clamp(), and mobile-specific sizing instead of fixed pixel values carried from desktop. - Grid, Overflow, and Tap Target Fixes: Covers collapsing multi-column grids, eliminating horizontal scroll leaks, and enforcing 44x44 px minimum touch targets with spacing. - Mobile Navigation Patterns: Guides reflowing desktop nav bars into bottom navs or labeled menus without covering content or stealing screen space. - Use Case: When asked to make a landing page work on phones, the agent applies the Tell/Why/Fix patterns and runs the Layoutmobile Skill Checklist to verify the layout reflows correctly at narrow widths. ## Quick Start Load this skill together with the antislop core and ask the agent to review and fix the page layout so it holds up on mobile screens.