general-video

Author and edit multi-scene HyperFrames video compositions with storyboard-driven scene dispatch.

Updated Aug 25, 2026
One-click install
npx skills add https://github.com/Sergiotsk/Interstellar --skill general-video-sergiotsk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: general-video
Source: https://github.com/Sergiotsk/Interstellar/tree/main/.agents/skills/general-video
Command: npx skills add https://github.com/Sergiotsk/Interstellar --skill general-video-sergiotsk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Building longer or multi-scene videos requires coordinating storyboards, motion blueprints, media assets, audio, and rendering across many steps. This Skill orchestrates that entire HyperFrames composition workflow when no specialized video workflow fits or when a brief requests companion co-creation. ## Core Features & Use Cases - Multi-scene composition pipeline: Plans viewer arcs, builds scenes from cited motion blueprints, assembles transitions, captions, and audio, then verifies with lint and check gates before render. - Parallel scene dispatch: Generates bounded frame packets via scripts/frame-packets.mjs so sub-agent workers can build 2-3 scenes each in a single wave, with motion sidecars merged back into assembly. - Companion and automation flows: Reads BRIEF.md to either co-create a ceiling-treatment plan in conversation or execute autonomously, preserving storyboard, validation, and render-approval gates. - Use Case: A user asks for a 60-second brand sizzle reel with five scenes, music, and captions. The Skill scaffolds the project, writes the brief, plans each scene with cited blueprints, dispatches scene builds, assembles the timeline, and renders after preview approval. ## Quick Start Ask the AI to create a multi-scene promotional video from your brief using the general-video workflow and approve the final preview before rendering.

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 multi-scene video with HyperFrames?▼

Run the hyperframes intent layer first; it routes to general-video for multi-scene or companion builds. The workflow plans scenes in STORYBOARD.md, builds each from cited motion blueprints, assembles media and audio, then verifies with npx hyperframes check before rendering.

When should I use general-video instead of motion-graphics?▼

Use general-video for longer or multi-scene pieces, brand reels, montages, and freeform builds. Use motion-graphics for a short unnarrated motion-first unit such as an animated title.

How does parallel scene building work in general-video?▼

The frame-packets script writes one bounded packet per scene under .hyperframes/frame-packets/ plus a worker role file. Workers receive 2-3 scenes each in a single wave and return composition HTML plus motion.json sidecars that the orchestrator merges.

Does general-video support editing existing footage?▼

Yes. For cuts, trims, splices, or reorders, duplicate the video source into clip elements and set data-media-start, data-duration, and data-start per clip. Visual animation like zoom or crop is handled separately by hyperframes-keyframes.

When should I not dispatch scenes to sub-agents?▼

Skip dispatch for films up to about six short scenes, since inline building is faster (roughly 9 minutes versus 21 packetized). Fan out only for more scenes or individually heavy ones.