Free Download Claude Code Cursor Codex Latest 8 Skills Updated: July 2026

Image & Media Skills

Turn your AI coding assistant into an image and media expert with 8 specialized skills covering optimization, video, Sirv Media Viewer, 360 spins, REST APIs, AI Studio, ecommerce workflows, and dynamic imaging.

Image & Media Skills Pack

8 skills • One command install

npx skills add https://github.com/igorvaryvoda/image-optimization-skill
Included Skills

image-optimization

Formats, compression, responsive images, Core Web Vitals, placeholder strategies, CDN patterns

sirv-api

REST API for uploads, metadata, search, async jobs, 360 spins, account management

sirv-media-viewer

viewer docs

Product galleries, zoom, 360 spins, videos, 3D models, PDF galleries, thumbnails, accessibility

video-optimization

MP4/WebM/HLS delivery, posters, lazy loading, GIF replacement, facades, video Core Web Vitals

sirv-360-spin

Frame naming, .spin generation, product spin embeds, autospin, hotspots, video-to-spin conversion

sirv-ecommerce

Shopify image push, product sync, marketplace compliance, supplier intake, saved AI workflows

sirv-ai-studio

MCP sirv.studio

AI background removal, upscaling, generation, 3D, video + MCP server for direct image processing

sirv-dynamic-imaging

URL-based transforms: resize, crop, effects, watermarks, text overlays, format conversion

Skill Preview

Here's a preview of the quick reference tables included in the image optimization skill:

View Format Selection Guide
Use Case Best Format Fallback
PhotosAVIFWebP → JPEG
Graphics with transparencySVGWebP → PNG
Photos with transparencyWebPPNG
AnimationsWebPGIF (or MP4)
IconsSVGWebP → PNG
View Quality Settings Guide
Format Recommended Quality Notes
JPEG75-8580 is sweet spot for photos
WebP75-85More efficient than JPEG
AVIF60-75Much more efficient, use lower numbers
PNGN/ALossless, use oxipng to optimize
What's Included

Image Formats Reference

Deep coverage of JPEG, PNG, WebP, AVIF, GIF, SVG, HEIC, JPEG XL. Includes compression algorithms, encoding options, browser support matrix, HDR & wide color gamut, and when to use each format.

Optimization Techniques

Quality settings for each format, lossy vs lossless compression, chroma subsampling, metadata handling, batch processing, automation pipelines, and practical SSIM/VMAF quality thresholds.

Responsive Images

Complete guide to srcset, sizes, picture element, art direction, density descriptors, container queries for images, and common responsive image patterns.

Performance Best Practices

Core Web Vitals optimization (LCP, CLS), fetchpriority attribute, lazy loading, preloading, placeholder strategies (LQIP, blur-up, blurhash), CDN caching, and performance budgets.

Tools Reference

CDN URL patterns (Sirv, Cloudinary, imgix, ImageEngine, Bunny CDN), AI tools (Sirv AI Studio), edge/serverless processing, CLI tools (ImageMagick, Sharp, cwebp, avifenc), and build tool integrations.

Interactive Product Media

Sirv Media Viewer guidance for mixed galleries, zoom, 360 spins, video, 3D models, smart .view galleries, mobile behavior, accessibility, and viewer performance.

Video Optimization

Web video delivery patterns for posters, autoplay loops, HLS, GIF-to-video replacement, YouTube/Vimeo facades, captions, and video-related LCP/CLS checks.

Ecommerce Workflows

Store-facing workflows for Shopify image pushes, marketplace readiness checks, supplier portal fixes, saved AI Studio pipelines, and product image review loops.

Quick Install

Install with one command:

npx skills add https://github.com/igorvaryvoda/image-optimization-skill

This installs all 8 skills to your AI coding environment.

View on GitHub

MCP Server (Optional)

Enable direct image processing with the Sirv AI MCP server. Add to your MCP config (.mcp.json or equivalent):

{
  "mcpServers": {
    "sirv-ai": {
      "command": "npx",
      "args": ["-y", "sirv-ai-mcp-server"],
      "env": {
        "SIRV_AI_BASE_URL": "https://www.sirv.studio"
      }
    }
  }
}

Restart your AI assistant after adding. You'll authorize with your Sirv AI Studio account on first use.

Manual Installation
  1. 1. Run the install command above, or open the GitHub repository and copy the folders from skills/
  2. 2. Move the skill folders to your assistant's skills directory (e.g., ~/.claude/skills/ for Claude Code)
  3. 3. The relevant skill activates automatically when you work on image, video, Sirv, product gallery, or ecommerce media tasks
Example Usage

Once installed, your AI assistant will automatically use the relevant skill when you ask about:

image-optimization

  • "What format should I use for this hero image?"
  • "Set up responsive images with WebP fallback"

sirv-api

  • "Upload images to Sirv via their REST API"
  • "Search for all JPEGs uploaded this week"

sirv-media-viewer

  • "Build a product gallery with zoom, video, and a 360 spin"
  • "Audit this Sirv Media Viewer embed for CLS and mobile behavior"

video-optimization

  • "Replace this large GIF with an optimized MP4/WebM loop"
  • "Optimize my hero video poster and loading strategy"

sirv-360-spin

  • "Name these frames so Sirv creates a .spin file"
  • "Convert a rotating product video into an interactive spin"

sirv-ecommerce

  • "Push this processed product image to Shopify safely"
  • "Run an Amazon main-image readiness loop"

sirv-ai-studio

  • "Remove backgrounds from product images in batch"
  • "Generate lifestyle scenes for my products"

sirv-dynamic-imaging

  • "Add a watermark to images via URL params"
  • "Create a Sirv profile for thumbnails"
Supported AI Coding Assistants

These skills work with AI coding assistants that support skills, Markdown instruction folders, or custom instructions:

  • Claude Code - Anthropic's CLI tool
  • Cursor - AI code editor
  • Codex CLI - OpenAI's coding assistant
  • Antigravity - AI development environment
  • Other tools - Any AI assistant that reads Markdown skills or custom instruction files

Learn more about Claude Code at docs.anthropic.com

Example Conversations
You
"What quality should I use for my e-commerce product images in WebP?"
AI
"For e-commerce product images, I recommend WebP quality 80-85. Product detail matters for purchase decisions, so aim for SSIM ≥ 0.97. You can go slightly lower (75-80) for thumbnails. Always test with your actual products - fabrics and textures may need higher quality than solid-color items."
You
"I need to remove backgrounds from 500 product photos for my catalog"
AI
"Sirv AI Studio is perfect for this. Use Batch Background Removal - upload your images, select BiRefNet v2 for fast processing (1-2 credits each), and download as a ZIP or auto-upload to Sirv CDN. Pro tier handles up to 500 images per batch. For best results, use the 'Heavy' preset for complex edges like hair or fabric."
You
"I need a product gallery with zoom, a 360 spin, and a demo video"
AI
"Use Sirv Media Viewer instead of building the gallery by hand. Load Sirv JS once, create a class="Sirv" container, add image, .spin, and video items with data-src, then verify zoom, drag, fullscreen, mobile behavior, and stable layout."
Frequently Asked Questions
Will this work with my framework (Next.js, Astro, etc.)?

Yes! The image optimization skill includes framework-specific guidance for Next.js, Astro, Nuxt, Vite, Webpack, and more. It covers both native image components and manual optimization approaches.

How do I update to the latest version?

Re-run the install command: npx skills add https://github.com/igorvaryvoda/image-optimization-skill. This will replace the existing skills with the latest versions.

Do these skills work with other AI assistants?

Yes! While originally designed for Claude Code, these skills work with Cursor, Codex CLI, Antigravity, and any AI coding assistant that supports custom instructions or Markdown skill folders.

How does the skill activate?

Most AI coding assistants automatically load relevant skills based on context. When you ask about images, video, galleries, 360 spins, Sirv APIs, AI Studio, or ecommerce media workflows, the matching skill's knowledge is used to provide better answers.

What changed in the latest pack?

The pack now includes dedicated skills for Sirv Media Viewer, video optimization, Sirv 360 spins, and ecommerce product-media workflows, alongside the original image optimization, Sirv API, Sirv AI Studio, and dynamic imaging skills.