remotion-setup: Install, Configure & Update Remotion
Full lifecycle skill for Remotion: fresh install, AI skill rules setup, and updates.
Step 1: Detect Current State
Determine what already exists before taking any action.
Check for Remotion installation:
# Look for remotion in package.json (current dir and remotion/ subdir)
cat package.json 2>/dev/null | grep -E '"remotion|@remotion' | head -5
cat remotion/package.json 2>/dev/null | grep -E '"remotion|@remotion' | head -5
`
[Description truncada. Veja o README completo no GitHub.]