What problem does it solve?
Image management in UI often leads to inconsistent rendering, broken placeholders, and accessibility gaps. This Skill establishes a unified approach to handling images, galleries, and placeholders across the application.
Core Features & Use Cases
- Enforce use of a single Image component from the UI library for all images to ensure consistency and performance.
- Provide clear patterns for user-provided URLs, CMS/external sources, and placeholder URLs with a unique ID query parameter.
- Ensure accessibility with descriptive alt text and support decorative images with aria-hidden when appropriate.
- Use placeholder URLs with validated IDs for post-processing and consistent rendering in galleries, avatars, and hero sections.
- Guide patterns for grid, masonry, and featured gallery layouts with responsive sizing and aspect ratios.
Quick Start
Use the image-work skill to implement a standardized image rendering workflow across pages, including alt text strategy and placeholder handling.