video-to-superprompt

Converts reference videos into detailed recreation prompts for UI and motion design.

5.7k|685|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/MengTo/Skills --skill video-to-superprompt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-to-superprompt
Source: https://github.com/MengTo/Skills/tree/main/agent-skills/codex/video-to-superprompt
Command: npx skills add https://github.com/MengTo/Skills --skill video-to-superprompt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Designers and builders often have a screen recording of a landing page, animation, or interaction they want to recreate, but translating video into precise build instructions is slow and error-prone. This Skill turns any reference video into a paste-ready, section-by-section prompt that an AI coding agent can use to rebuild the design.

Core Features & Use Cases

  • Video Inspection: Uses ffprobe and ffmpeg to extract duration, dimensions, frame rate, and representative frames from local files, URLs, or uploaded videos.
  • Layered Analysis: Breaks the video down into story, layout, motion, visual design, technical rebuild approach, and accessibility/performance requirements.
  • Superprompt Generation: Produces a single fenced prompt covering asset maps, brand content, global design system, section-by-section anatomy, motion and scroll systems, WebGL/Three.js behavior, responsive rules, and anti-patterns.
  • Use Case: You record a 20-second scroll-through of an award-winning landing page. The Skill extracts frames, identifies pinned sections and scroll-scrubbed video moments, and outputs a complete prompt that an agent can use to one-shot the HTML recreation.

Quick Start

Use the video-to-superprompt skill to analyze this reference video and write a super detailed prompt covering the design, animations, scroll interactions, typography, colors, and section-by-section storytelling.

Frequently Asked Questions about video-to-superprompt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a reference video into a design prompt?

Provide the video as a local file, URL, or upload, and the Skill inspects it with ffprobe and ffmpeg, extracts representative frames, then writes a paste-ready prompt covering layout, motion, typography, colors, and section-by-section behavior.

What video formats and sources does video-to-superprompt accept?

It accepts local file paths, uploaded files, URLs, browser-visible videos, article assets, and repo media. If the video is referenced but inaccessible, it asks for the exact file or URL before inventing details.

Can the generated prompt handle scroll-scrubbed video and WebGL effects?

Yes. The prompt template includes dedicated sections for scroll-scrubbed video using pinned sections and video.currentTime mapping, plus Three.js/WebGL guidance with pixel-ratio caps, mobile density reduction, and static fallbacks.

What tools are required to analyze the video frames?

The workflow uses ffprobe to read duration, dimensions, frame rate, and codec, and ffmpeg to extract frames at a chosen rate. Both are standard FFmpeg command-line tools run against the local video file.

What output formats can the Skill produce besides a prompt?

Beyond the default paste-ready prompt, it can produce an article with frame evidence and a manifest, an implementation brief with a build plan and QA checklist, or an asset-generation pack splitting image, video, and WebGL prompts.