What problem does it solve? Mobile-style HTML pages previewed inside device frames often break because content collides with the status bar at the top or the home indicator at the bottom. This Skill enforces explicit safe-area reservation so titles, buttons, and tab bars never hide under the notch, Dynamic Island, or gesture bar. ## Core Features & Use Cases - Safe-area enforcement: Defines --safe-top and --safe-bottom CSS variables with max(env(...), fallback) so layouts work both in the preview iframe and on real devices. - Reusable scaffold: Provides a complete single-file HTML template with fixed header, scrollable content region, and bottom tab bar using 100dvh layout. - Platform style cues: Applies iOS or Android (Material) design conventions including colors, typography, and component patterns. - Use Case: Ask for an iOS-style settings page or an Android app home screen, and get a ready-to-preview HTML file that renders correctly in the Mobile UI Preview panel across iPhone, Android, and iPad frames. ## Quick Start Ask the agent to design an iOS-style profile page as a single HTML file and preview it in the Mobile UI Preview panel.