This guides Claude through Netlify's built-in image transformation endpoint that lives at `/.netlify/images` on every site. You'll want this when you need to serve optimized, responsive images without standing up separate infrastructure. It covers the query parameters for resizing and format conversion, how to allowlist remote images in your config, and some smart redirect patterns for creating clean URLs like `/img/thumb/photo.jpg` instead of exposing query strings. The real value is in the composability: the source shows how to wire up Functions and Blobs for user uploads, then pipe everything through the CDN for automatic optimization and edge caching. No separate service to configure or pay for.
npx skills add https://github.com/netlify/context-and-tools --skill netlify-image-cdn