hyperframes-core
Build HyperFrames Video Compositions
Teams need consistent HyperFrames HTML that renders predictably. This skill gives Claude, Codex, and Claude Code the core composition contract.
Download the skill ZIP
Upload in Claude
Go to Settings → Capabilities → Skills → Upload skill
Toggle on and start using
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "hyperframes-core". A request for a simple animated title card.
Expected outcome:
A concise composition plan with root dimensions, duration, one timed clip, a paused GSAP timeline, and validation steps.
Using "hyperframes-core". A render where sub-composition animation does not play.
Expected outcome:
A diagnosis focused on host ID matching, template contents, timeline registration, and snapshot-based verification.
Using "hyperframes-core". A multi-scene video with shared narration and Tailwind styling.
Expected outcome:
A project structure recommendation covering storyboard frames, root-level audio, sub-composition slots, static Tailwind tokens, and render checks.
Security Audit
Low RiskStatic analysis reported many high-risk patterns, but review found the flagged locations are Markdown documentation, HTML examples, CLI validation commands, and framework guidance. No evidence found of malicious intent, prompt injection, credential access, hidden exfiltration, or executable package code. Residual risk is low because the skill includes user-visible shell commands, CDN script examples, and subagent process guidance that should be used only in trusted projects.
Low Risk Issues (4)
Risk Factors
⚙️ External commands (6)
🌐 Network access (4)
Quality Score
What You Can Build
Create a first renderable composition
Use the minimal composition and data attribute references to create a valid HTML video scene.
Fix render-time composition bugs
Check deterministic timing, media placement, sub-composition IDs, tracks, and validation steps when previews differ from renders.
Coordinate a multi-scene video build
Use the storyboard, script, sub-composition, and subagent dispatch references to organize scene production.
Try These Prompts
Use hyperframes-core to create a minimal standalone HyperFrames composition for a five second title card. Include the required root, clip timing, and paused timeline registration.
Review this HyperFrames HTML with hyperframes-core. Check composition IDs, clip attributes, track overlap, media placement, deterministic rules, and the validation checklist.
Use hyperframes-core to design a modular HyperFrames project with an index file, three sub-compositions, shared audio, and correct timeline ownership.
Use hyperframes-core to audit a HyperFrames project plan for deterministic rendering, Tailwind runtime safety, storyboard structure, subagent dispatch, and final validation gates.
Best Practices
- Read the relevant reference file before editing composition HTML, especially for sub-compositions and media.
- Register one paused seekable timeline per composition ID and keep render state deterministic.
- Run HyperFrames lint, validate, inspect, and targeted snapshots before rendering a final video.
Avoid
- Do not place video or audio inside a sub-composition template or wrapper.
- Do not use render-time clocks, unseeded randomness, network fetches, or input state for visual output.
- Do not mix inline scenes and sub-composition scenes without an intentional architecture.