
A Claude Code skill that audits your repo and Supabase storage for image bloat. Conservative by design.
I kept running into the same thing on founder sites I was helping with. Giant PNGs nobody meant to ship, duplicate exports, hero images saved in three formats. The cleanup was always the same steps, so I packaged it.
What it does: audits the repo and Supabase storage, separates safe WebP wins from stuff that needs manual review (screenshots, logos, transparent assets), and gives you a plan before changing anything.
I intentionally made it conservative. I would rather have a tool people trust than an "optimizer" that silently breaks things.
GitHub: https://github.com/Saamael/image-audit-skill
If you run it on your project and hit anything weird, let me know. Still iterating on it.