claude-gif-edit
Installation
SKILL.md
claude-gif-edit -- GIF Editing and Modification
Modifies existing GIFs using gifsicle for frame-level operations and FFmpeg for filters and complex transformations. All edits preserve the original file (output to a new path).
Pre-Flight
Before ANY edit:
bash ~/.claude/skills/claude-gif/scripts/preflight.sh INPUT.gif OUTPUT.gif
Analyze Before Editing
Always inspect the GIF first:
# Quick stats
gifsicle --info INPUT.gif
Related skills