general-video

Authors custom HyperFrames video compositions of any length or format as a fallback workflow.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill general-video-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general-video
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/commercial-video-factory/trustfield-storyboard-hf-v1/.agents/skills/general-video
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill general-video-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a video request does not fit any specialized workflow (product launch, website-to-video, explainer, PR recap, motion graphic), you need a general-purpose process for designing and building custom HyperFrames compositions without producing generic, flat output. ## Core Features & Use Cases - Design-System Grounding: Enforces reading house-style and video-composition references before choosing colors or fonts, with a hard gate requiring a visual identity, concept angle, embedded font pairing, and density plan. - Layout-Before-Animation Workflow: Builds the hero frame as static HTML/CSS first, then adds GSAP entrances, preventing overlap and overflow bugs that only appear at render time. - Integrated Audio Engine: Generates TTS narration, background music, and SFX through a single audio.mjs call with automatic HeyGen/ElevenLabs fallback, plus caption authoring from word timestamps. - Use Case: A user asks for a 30-second brand sizzle reel with three scenes and a voiceover. The skill routes through design grounding, prompt expansion, scene planning, GSAP animation, audio generation, and lint/validate/inspect checks before delivering a preview. ## Quick Start Create a 20-second multi-scene brand intro video with a title card, animated stats, and a calm cinematic voiceover using the general video workflow.

Frequently Asked Questions about general-video

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

FAQPage Schema
How do I create a custom video composition with HyperFrames?

Start by grounding the design in the house-style and video-composition references, then build the hero frame as static HTML/CSS before adding GSAP animations. Finish by running hyperframes lint, validate, and inspect before delivering the preview.

When should I use the general video workflow instead of a specialized one?

Use it only as a fallback when the input does not clearly fit a specialized workflow like product-launch-video, website-to-video, faceless-explainer, pr-to-video, or motion-graphics. It handles longer, multi-scene, or freeform compositions of any length.

How do I add voiceover and background music to a HyperFrames video?

Write an audio_request.json with narrated lines and a BGM query, then run the shared audio.mjs script from hyperframes-media. It produces audio files and word-level timestamps for captions, auto-degrading between HeyGen retrieval and ElevenLabs/Lyria generation.

Why does my HyperFrames scene content pile into the top-left corner?

This happens when ancestor elements lack resolved heights, so the flex container collapses. Set explicit width and height on the root composition div and every wrapper, and keep padding of at least 80px on the scene content container.

What are the limitations of the general video workflow?

It does not handle live or render-time data, NLE-style editing of finished videos, or footage HyperFrames cannot capture. It also defers to specialized workflows whenever the input clearly matches one.