hyperframes-core
Installation
SKILL.md
HyperFrames Core
Agent pitfalls (read first):
- Center with flex/
inset, not CSStransform: translate(-50%,-50%)on a node you then GSAPx/y. Lint:gsap_css_transform_conflict. UsefromToorxPercent/yPercent. - Do not add a scene-exit
tl.set(..., {visibility:"hidden"}). The runtime already hides timed clips. Opacity fades on inner nodes (oropacityon.clip) are enough. Caption hard-kills are a different rule. window.__timelines["id"]must match the rootdata-composition-id.- After
render, read the summary's second line:beginframevsscreenshot, GPU mode, stage timings.screenshot+software gpuon Linux is the slow path.
HyperFrames renders video from HTML. A composition is an HTML file whose DOM declares timing with data-* attributes, whose animation runtime is seekable, and whose media playback is owned by the framework.
This skill is the technical contract — how to build one hyperframes project. The body below is the build guide; per-topic detail lives in references/ (index next), read on demand. Process docs (brief, storyboard, review, production, dispatch, frame-worker) live in /hyperframes → references/. Other concerns live in the sibling domain skills — hyperframes-animation, hyperframes-creative, media-use, hyperframes-cli, hyperframes-registry. The capability map in /hyperframes says what each one covers.
References
Installs
516.0K
Repository
heygen-com/hyperframesGitHub Stars
52.2K
First Seen
Jun 14, 2026
Security Audits