hyperframes-creative

Directs visual design, palettes, typography, narration, and beat planning for HyperFrames video compositions.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Chau165/local_skill --skill hyperframes-creative-chau165
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperframes-creative
Source: https://github.com/Chau165/local_skill/tree/main/codex/skills/hyperframes-creative
Command: npx skills add https://github.com/Chau165/local_skill --skill hyperframes-creative-chau165

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sharp, @hyperframes/producer, @hyperframes/core, and includes scripts (resource) and references (resource) components.

What problem does it solve? It provides the non-animation creative direction layer for HyperFrames videos, preventing generic web-page-looking output by enforcing design specs, house style, video-medium composition, and asset-first cartoon pipelines before any HTML is authored. ## Core Features & Use Cases - Design Spec & Style Routing: Reads frame.md/design.md specs as brand truth, or routes to house style, named visual styles, palettes, or an interactive design picker that outputs a spec-compliant design.md. - Beat & Rhythm Planning: Plans per-beat concepts, motion verbs, depth layers, transitions, and SFX cues for multi-scene videos, plus narration pacing and story spine guidance. - Image-Based Cartoon Pipeline: Enforces an asset-first workflow (ASSET_PLAN.md, asset-manifest.json, contact sheet) for illustrated characters and environments before frame authoring. - Use Case: Given an article or script, generate a world-first motion-explainer video direction with a persistent visual world, palette, typography, and per-beat storyboard before writing any HyperFrames HTML. ## Quick Start Ask the assistant to create the creative direction and design spec for a HyperFrames explainer video from your script or article.

Frequently Asked Questions about hyperframes-creative

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

FAQPage Schema
How do I create a design spec for a HyperFrames video?

Read an existing `frame.md` or `design.md` first and treat its frontmatter tokens as brand truth. If none exists, route through house style, named visual styles, or the interactive design picker, which outputs a spec-compliant `design.md` with colors, typography, spacing, and component rules.

How do I plan beats and transitions for a multi-scene video?

Use the beat-direction reference to define each beat's concept, mood, motion verbs, depth layers, and SFX cues before writing HTML. Choose shader transitions for hero reveals, CSS crossfades for connective beats, and hard cuts for rapid-fire sequences.

What is the asset-first cartoon pipeline for illustrated videos?

When a brief requests cartoon, cutout, or illustrated worlds, you must create illustrated local asset files for characters, buildings, and props, plus `ASSET_PLAN.md`, `asset-manifest.json`, and a contact sheet before any frame authoring. Primitive geometry, emoji, and CSS boxes are prohibited as stand-ins.

Does this skill handle animation and motion effects?

No, it is intentionally non-animation. It covers brand, pacing, style, narration, and composition direction only. Atomic motion patterns, scene blueprints, transitions, and CSS marker effects are delegated to the separate hyperframes-animation skill.

Why does my HyperFrames video look like a generic web page?

The most common cause is skipping the house-style and video-composition references, which the skill treats as mandatory for non-trivial compositions. They enforce video-medium scale, depth layers, foreground detail, and concept-driven design instead of literal restyling.

How do I make visuals react to audio in a composition?

Pre-extract frequency band data with the `extract-audio-data.py` script, then sample it per frame via `tl.call()` on the GSAP timeline to drive properties like scale, glow, or color. Runtime Web Audio analysis and randomness are not supported.