video-debugger
Installation
SKILL.md
Video Debugger
Extrae frames de screen recordings para que Claude pueda analizar visualmente animaciones, transiciones y comportamientos web frame-by-frame.
Fase 0: Verificar dependencias
which ffmpeg && ffmpeg -version | head -1
which ffprobe
which python3
Si falta alguna dependencia:
ffmpeg + ffprobe:
macOS: brew install ffmpeg
Linux: sudo apt install ffmpeg
Windows: winget install ffmpeg (o choco install ffmpeg)