This wraps FFmpeg and ImageMagick for video, audio, and image processing tasks. You'd reach for it when converting formats, encoding video with specific codecs like H.264 or VP9, generating HLS streaming manifests, batch resizing images, or extracting audio from video files. The guide is genuinely useful with decision matrices showing when to use which tool, actual command examples for multi-pass encoding and hardware acceleration, and workflows like creating optimized GIFs or responsive image sets. It's straightforward tooling for media pipelines. If you're already comfortable with FFmpeg and ImageMagick syntax, this mostly organizes common patterns, but the streaming and filtergraph examples are solid references to have around.
npx skills add https://github.com/mrgoonie/claudekit-skills --skill media-processing