Skip to content

// Shrink images to 25% of their size so AI engines (Claude, GPT, Gemini) read them faster and cheaper.

Image CompressVerified Creator

git log --oneline --stat
HEAD
Stars
2.8k
Forks
151
Updated
May 27, 2026
repo --stat
  • stars

    2.8k

  • forks

    151

  • last update

    May 27, 2026

  • license

    MITv1.3.0

quickstart.sh
3 steps
  1. Install

    // Drops SKILL.md into ~/.claude/skills/

    $ claude skills add image-compress-skill
  2. Invoke

    // Run from any project directory

    $ claude --skill image-compress-skill "wire up a GitHub Actions deploy"
  3. Iterate

    // Re-run with edits — Claude keeps the skill loaded

    $ claude --skill image-compress-skill "now refactor it"
image-compress-skill/
references
  • references/
  • SKILL.mdopen
  • README.mdopen
SKILL.md
readonly
name:
Image Compress
slug:
image-compress-skill
version:
v1.3.0
license:
MIT
author:
@anthropic-labs
categories:
tags:
#image-compression#vision#optimization#batch#anthropic
description:

Shrink images to 25% of their size so AI engines (Claude, GPT, Gemini) read them faster and cheaper.

README.md

image-compress-skill/README.md
7 sections
Loading README…

$ cat reviews/

Reviews

// No reviews yet. Be the first.
Loading review form…