Handles format conversion, resizing, and batch processing with ImageMagick's command-line tools. You'll reach for this when you need to convert a pile of JPEGs to WebP, generate thumbnails for a gallery, or resize images for web deployment. The source covers the full mogrify versus convert distinction and includes practical recipes for common workflows like web optimization and multi-format exports. Honestly, it's comprehensive enough that you could hand it to someone who's never touched ImageMagick and they'd be converting and resizing within minutes. The quality settings guidance (85-90 for JPEG) and safety patterns around testing on copies first are especially useful.
npx skills add https://github.com/laurigates/claude-plugins --skill imagemagick-conversion