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: - - Responsive patterns - - CDN integration Step 3: Design Responsive Strategy Breakpoint Configuration: Step 4: Generate Implementation Blazor Component: Next.js Implementation: Vanilla HTML: Step 5: Image Tr…