GitHub - memex-lab/product-launch-video-skill: AI agent skill for creating cinematic product launch videos with Remotion · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
memex-lab
product-launch-video-skill
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>3 Commits<br>3 Commits
skills
skills
.gitignore
.gitignore
LICENSE
LICENSE
README.md
README.md
View all files
Repository files navigation
Product Launch Video Skill
Create cinematic product launch videos with an AI coding agent.
product-launch-video helps an agent turn a rough product brief, screenshots, demo recordings, photos, or brand assets into a storyboarded, art-directed Remotion launch video. It is designed for work that needs more than animated slides: stronger concepting, sharper pacing, deliberate motion, generated assets, voiceover direction, and final render review.
Use it for product trailers, feature announcements, promo videos, demo videos, brand reveals, launch films, and cinematic product explainers.
Example Output
Watch a sample product launch video created with this skill on YouTube.
Quick Start
Install the main skill:
npx skills add memex-lab/product-launch-video-skill --skill product-launch-video
Install the recommended Remotion companion skill:
npx skills add remotion-dev/skills --skill remotion-best-practices
product-launch-video handles the creative production workflow. remotion-best-practices gives the agent stronger implementation guidance for building and rendering the video in Remotion.
Example Prompts
Create a 45-second product launch video for our noise-canceling headphones.<br>Audience: commuters and frequent flyers. Tone: premium, calm, immersive.<br>Use our product photos, show the material finish, and include voiceover.
Create a 30-second launch film for our countertop espresso machine.<br>Audience: design-conscious home coffee drinkers. Tone: warm, tactile, refined.<br>Show the ritual: beans, steam, metal texture, crema, and the final cup.
Create a 45-second product launch video for our AI calendar app.<br>Audience: busy founders and operators. Tone: premium, fast, calm.<br>Use our logo, screenshots, workflow moments, and a concise voiceover.
Create a 30-second launch trailer for our developer API.<br>Audience: engineering leaders. Tone: precise, premium, fast.<br>Use abstract infrastructure visuals, code-inspired motion, and concise voiceover.
Best With
The skill can plan a complete launch video, but the final quality depends on the tools available to the agent environment:
Remotion development for implementation and rendering.
Image generation or editing for product treatments, background plates, visual metaphors, textures, cutouts, and cinematic stills.
Video generation or processing for B-roll, product moments, transitions, generated inserts, and demo-recording enhancement.
Audio generation for narration, music, impacts, risers, transitions, and sound design.
TTS or recorded voiceover for narration.
This repository includes gemini-tts as an optional reference TTS workflow. You can use it directly, or replace it with ElevenLabs, OpenAI TTS, local TTS, studio narration, or any other audio pipeline.
Install the optional Gemini TTS reference skill:
npx skills add memex-lab/product-launch-video-skill --skill gemini-tts
What It Guides
product-launch-video pushes the agent through a full production workflow:
understand the product, audience, message, tone, duration, assets, references, and voiceover needs
choose a visual direction before writing code
write a detailed storyboard.json as the production blueprint
plan generated images, video inserts, and audio only when they strengthen the story
build the final piece in Remotion with frame-based animation
review pacing, typography, scene variety, audio sync, visual polish, and render quality before delivery
Included Skills
product-launch-video
The main skill. Use this when you want an agent to plan and build a launch video.
gemini-tts
An optional...