What problem does it solve? Interfaces are typically designed and tested against ideal sample data, so they break when real users produce long names, huge numbers, missing images, translated strings, or empty states. This Skill provides concrete patterns and test data for making layouts resilient to content extremes. ## Core Features & Use Cases - Content-stress vector catalog: Covers name/identifier length, numeric magnitudes, image failures, internationalization stretch, empty states, and edge cases like whitespace-only or special-character content. - Worked layout examples: Provides HTML/CSS patterns for cards that absorb variable content, numeric columns sized for worst-case values, translation-tolerant buttons, and deliberate empty states. - Stress-test reference data: Ships a reusable set of worst-case test values (names, currencies, emails, dates, RTL strings) plus i18n, image, accessibility, and performance stress-test checklists. - Use Case: When a bug report shows a table breaking on a $1,234,567.89 value or a German translation overflowing a button, use this Skill to audit the layout and apply truncation, wrapping, and sizing fixes. ## Quick Start Review my dashboard layout against worst-case content like long names, large currency values, missing images, and German translations, and suggest fixes.