unix-media-compressor

Installation
SKILL.md

Unix Media Compressor

Compress any file to its smallest practical size on macOS and Linux.

Core Philosophy

  1. Right tool for the job — Each file type has a best-in-class compressor. JPEG and PNG need different tools. Video and audio need different codecs. Match the tool to the content.
  2. Quality tiers, not magic numbers — Three tiers for every domain: "web" (aggressive, smallest), "balanced" (good quality, reasonable size), and "quality" (visually/audibly lossless). Pick a tier, get the right settings.
  3. Detect before compressing — Run scripts/check-tools.sh first. Know what tools are available. Install missing ones. Do not guess.
  4. Preserve originals by default — Output to a new file unless the user explicitly asks to overwrite. Compression is lossy and irreversible for most formats.
  5. Show the results — Always report before/after file sizes and percentage reduction. Compression without measurement is guessing.
Installs
1
GitHub Stars
1
First Seen
May 31, 2026
unix-media-compressor — tankpkg/packages