mcpbeat Sign in

Hyperframes Product Launch Video Skill for Cursor

Elite agent skill for creating premium "Product Launch Videos" using Hyperframes. Supports brand DNA extraction, scene-by-scene art direction, premium motion design (Apple-style camera, glassmorphism, typewriter physics), and perfect sound design sync. Use when asked to create a product launch video, promo video, or high-end feature announcement.

45k tokens
context cost
the whole folder, loaded on every use
11
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
569
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Varnan-Tech/opendirectory --skill hyperframes-product-launch-video

The instruction itself

10 sections, as written by the author

Product Launch Video Skill

This skill guides you through the creation of high-end, premium product launch videos using Hyperframes. It emphasizes a structured workflow from brand discovery to final verification.

Leveraging Official Hyperframes Skills

This skill acts as the Director and Architect for your video project. To ensure technical accuracy and access to the latest framework patterns, you must use it in conjunction with the official Hyperframes skills.

Before writing any code, you should:

  • Invoke the official /hyperframes skill to review composition rules, data-attribute semantics, and framework constraints.
  • Invoke the official /gsap skill for detailed timeline references, easing functions, and complex animation patterns.

By combining the strategic guidance of this skill with the technical documentation of the official skills, you will produce production-grade video compositions.

Stateless Project Generation (CRITICAL)

This directory (hyperframes-product-launch-video) is a read-only template and skill folder. You must never write project-specific files here.

Whenever you create a new video project:

  • Target Directory: All project files must be created in the user's target video project folder (e.g., my-new-video/ or my-new-video/assets/).
  • Project DNA: Generate the brand_dna.json inside the target project's assets/ or root folder.
  • Art Direction: Save the final ART_DIRECTION.md inside the target project folder.
  • No Side Effects: Do not modify any files within this skill folder during a project run.

Workflow

1. The Interrogation Phase (Brand DNA)

Before starting, you must understand the brand.

  • Website Analysis: Use Playwright to visit the user's website. Extract brand colors, typography (fonts), and core value propositions.
  • Asset Request: Ask the user for logos and icons. Specify the need for clean, transparent, tightly-cropped PNGs or SVGs.
  • Video Type Selection: Ask if this is a 100% motion graphics video or a hybrid (e.g., Founder talking head + Hyperframes motion graphics).

2. The Planning Phase (Art Direction)

NEVER write HTML before planning.

  • Generate Art Direction: Create an ART_DIRECTION.md document based on the Art Direction Template.
  • Scene Breakdown: Define every second of the video, specifying visual action, camera movements, easing functions, and sound effects.

3. Implementation (Premium Motion Design)

Apply elite motion design principles. See Motion Design Patterns for code snippets.

  • Apple-Style Camera: Use massive macro zooms and snap-zooms (back.out).
  • Eraser Reveal: Staggered text opacity "eaten" by a sliding logo.
  • Clash/Shatter: Physical impact effects using GSAP scatter.
  • Glassmorphism: Premium UI elements with backdrop-filter: blur(40px).
  • Typewriter Physics: Bouncing spans that push the cursor.

4. Sound Design (SFX)

  • Shopping List: Provide the user with a "Sound Design Shopping List" based on the storyboard.
  • Syncing: Use <audio data-start="..."> tags to match GSAP hits perfectly.

5. Verification & Troubleshooting

  • Gotchas: Review Critical Gotchas to avoid common Hyperframes bugs (duration mismatches, target missing, etc.).
  • FFmpeg: If rendering fails, guide the user to install FFmpeg locally.

Best Practices

  • Atomic Scenes: Keep scenes modular and strictly managed by data-start and data-duration.
  • Visibility Management: Use autoAlpha for scene transitions to ensure clean seeking.
  • Layout vs. Transform: Use physical dimensions for flexbox gaps, and transforms for visual flair.

Other skills for the same job

different authors, same section of the catalogue
Canvas Design
by anthropics
vendor ×13

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1388k tokens
Algorithmic Art
by anthropics
vendor ×10

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens scripts
Image Enhancer
by frostant
×6

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

635 tokens
Video Downloader
by CommandCodeAI
×4

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

671 tokens
Histolab
by christophacham
×3

Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.

18k tokens
Omero Integration
by christophacham
×3

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

32k tokens
Pydicom
by christophacham
×3

Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.

13k tokens scripts
Transformers
by christophacham
×3

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

13k tokens

How to use it

Copy the folder

Take varnan-tech/hyperframes-product-launch-video from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.