image-optimization

Installation
SKILL.md

Image Optimization

Optimize images for web performance with modern formats and responsive techniques.

Format Selection

Format Best For Compression
JPEG Photos Lossy, 50-70% reduction
PNG Icons, transparency Lossless, 10-30%
WebP Modern browsers 25-35% better than JPEG
AVIF Next-gen 50% better than JPEG
SVG Logos, icons Vector, scalable

Responsive Images

<picture>
  <source srcset="image.avif" type="image/avif">
Related skills

More from secondsky/claude-skills

Installs
232
GitHub Stars
143
First Seen
Jan 25, 2026