claude-gif-create
Installation
SKILL.md
claude-gif-create -- Programmatic GIF Animation (Remotion)
Creates GIFs from React components rendered by Remotion. Best for text animations, UI elements, geometric patterns, data-driven visuals, and anything that can be expressed as code rather than captured from reality.
Pipeline Overview
Concept --> React Component --> Remotion Render (PNG frames) --> gif_frames.py --> Optimized GIF
Step-by-Step Procedure
1. Pre-Flight
# Verify Node.js 18+ and Remotion
node --version # Must be >= 18
Related skills