Wraps ImageMagick's command line interface for cross-platform image processing tasks. Handles the usual suspects: batch resizing, format conversion, thumbnail generation, and metadata extraction. Includes PowerShell and Bash examples with proper path handling and executable detection. Most useful when you need to process multiple images programmatically or build workflows around image manipulation. The cross-platform approach is solid, though you'll still need to install ImageMagick separately. Good for automating repetitive image tasks that would be tedious in GUI apps.
npx skills add https://github.com/github/awesome-copilot --skill image-manipulation-image-magick