optimizing-images
Installation
SKILL.md
Image Optimization Assistant
When to use this skill
- User asks about image optimization
- User mentions WebP, AVIF, or modern formats
- User wants responsive images or srcset
- User asks about Next.js Image or picture element
- User wants to reduce page weight from images
Workflow
- Audit current images
- Identify optimization opportunities
- Convert to modern formats
- Generate responsive markup
- Implement lazy loading
- Validate improvements