image-work

Automate image handling with the Image component, placeholder URLs, and alt text.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vipulj226-design/lordmahaveerabirthplace --skill image-work-vipulj226-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-work
Source: https://github.com/vipulj226-design/lordmahaveerabirthplace/tree/main/.emdash/skills/image-work
Command: npx skills add https://github.com/vipulj226-design/lordmahaveerabirthplace --skill image-work-vipulj226-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Image handling in UI code is error-prone and repetitive: teams need consistent rules for sourcing, rendering, accessibility, and placeholders across components like galleries, avatars, and hero sections. This guide consolidates patterns for user-provided URLs, CMS-provided images, and Wix placeholder URLs, along with best practices for accessibility and layout.

Core Features & Use Cases

  • Use the central Image component from the UI library to render images consistently.
  • Handle user-provided URLs, CMS/external URLs, and placeholder images with robust fallbacks and predictable sizing.
  • Support accessible, descriptive alt text, explicit width, and versatile layouts (hero, avatar, grid, masonry, cards) with proper aspect ratios.

Quick Start

Use the Image component to render a given URL or CMS-sourced image with a descriptive alt text and defined width.

Frequently Asked Questions about image-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle image placeholders and CMS-sourced URLs in UI components?

Handling image placeholders and CMS-sourced URLs in UI components involves using a central Image component to apply robust fallbacks, predictable sizing, and consistent rendering rules across user-provided and external media links.

What's the best way to ensure accessible alt text and explicit widths in web galleries?

To ensure accessible alt text and explicit widths in web galleries, enforce descriptive alt attributes and defined dimensions within a central Image component, supporting versatile layouts like grids, masonry, and cards with proper aspect ratios.

How do I implement lazy loading patterns for image-heavy interfaces and hero sections?

Implementing lazy loading patterns for image-heavy interfaces and hero sections requires applying prescribed loading behaviors and explicit widths within your UI library's central Image component to optimize rendering performance.

Does this image component approach work for building avatars and content cards?

Yes, this image component approach works for building avatars and content cards by encapsulating consistent rules for sourcing, rendering, accessibility, and placeholder URLs across various UI layouts in web apps.

Why do my user-provided image URLs break layout sizing in frontend applications?

User-provided image URLs break layout sizing in frontend applications when they lack explicit width definitions and robust fallbacks, issues solved by enforcing predictable sizing rules through a central Image component.