Add hyperframes skill for HeyGen video rendering framework#528
Open
Add hyperframes skill for HeyGen video rendering framework#528
Conversation
Wrapper skill that installs HeyGen's open-source HyperFrames framework via `npx skills add heygen-com/hyperframes`. Lives in the `video` category alongside remotion, manim, motion-canvas, and sora. Covers installation, CLI commands (init/preview/lint/validate/render), GSAP timeline rules, critical constraints, and best practices for HTML-native deterministic video compositions.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
👋 Thanks for contributing, @davila7!This PR touches What happens next
While you wait
This is an automated message. No action is required from you right now — a maintainer will review soon. |
Contributor
|
| Metric | Count |
|---|---|
| Total Components | 762 |
| ✅ Passed | 360 |
| ❌ Failed | 402 |
| 1008 |
❌ Failed Components (Top 5)
| Component | Errors | Warnings | Score |
|---|---|---|---|
vercel-edge-function |
3 | 4 | 81/100 |
prompt-engineer |
2 | 0 | 90/100 |
neon-expert |
2 | 2 | 88/100 |
agent-overview |
2 | 1 | 89/100 |
unused-code-cleaner |
2 | 1 | 89/100 |
...and 397 more failed component(s)
📊 View Full Report for detailed error messages and all components
sadhiin
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new skill
video/hyperframesthat wraps HeyGen's open-source HyperFrames video rendering framework. Users install it via:Which then guides Claude to register the official skill with:
What changed
cli-tool/components/skills/video/hyperframes/SKILL.md— covers install, CLI (init/preview/lint/validate/render), GSAP timeline rules, critical constraints, example prompts, and best practices for HTML-native deterministic video compositionsdocs/components.jsonanddashboard/public/components.jsonto include the new skill (809 skills total)Why
HyperFrames is a video rendering framework explicitly built for AI agents ("Write HTML. Render video. Built for agents."). It complements the existing
remotion,manim,motion-canvas, andsoraskills in thevideo/category by offering an HTML-native, React-free workflow with deterministic MP4 output.Review notes
component-revieweragent — passed with top-leveltagsarray,repo, andlicensefields following the convention of other video skillsexa-searchthat usenpx skills addskills/development/heygen-best-practicesskill for the HeyGen avatar API (complementary, not overlapping)Test plan
aitmpl.com/components?type=skills&category=videonpx claude-code-templates@latest --skill video/hyperframesand confirmSKILL.mdlands in.claude/skills/video/hyperframes/npx skills add heygen-com/hyperframeswhen asked to create a HyperFrames compositionSummary by cubic
Adds a new
video/hyperframesskill that integrates HeyGen’s HyperFrames for HTML-first, deterministic video rendering with GSAP. Updates the components catalog so the skill is discoverable in the dashboard and docs.cli-tool/components/skills/video/hyperframes/SKILL.md(install, CLI usage, GSAP timeline rules, deterministic constraints).docs/components.jsonanddashboard/public/components.jsonto include the new skill.npx claude-code-templates@latest --skill video/hyperframes→npx skills add heygen-com/hyperframes.Written for commit 91967e0. Summary will update on new commits.