Design a responsive image optimization pipeline for web delivery.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install content-management-system@melodic-software# Optimize Images Command Design a responsive image optimization pipeline for web delivery. ## Usage ## Framework Options - **next**: Next.js Image component - **nuxt**: Nuxt Image module - **blazor**: Blazor component with srcset - **vanilla**: Plain HTML/CSS implementation ## Workflow ### Step 1: Parse Arguments Extract framework and format preferences from command. ### Step 2: Invoke Skills Invoke relevant skills: - `image-optimization` - Responsive patterns - `cdn-media-delivery` - CDN integration ### Step 3: Design Responsive Strategy **Breakpoint Configuration:** ### ...