This handles the bread-and-butter image work you do constantly in web projects: resize hero images, convert logos to WebP, trim whitespace from client-supplied assets, generate OG cards. It ships with a CLI tool (img-process) for standard operations and falls back to generating custom Pillow scripts when you need compositing or watermarks. The OG card generator is genuinely useful, it handles the tedious font discovery and text centering across macOS, Linux, and Windows. Quality defaults are sensible (85 for WebP, 90 for JPG), and it correctly composites RGBA to RGB when saving JPGs so you don't get the pink-background surprise. Pairs well with any image generation workflow where you need to optimize the output for production.
npx skills add https://github.com/jezweb/claude-skills --skill image-processing