mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
* feat(claude-code-plugin): add Claude Code plugin manifest Adds .claude-plugin/plugin.json so the repo can be loaded as a Claude Code plugin. Reuses the existing skills/ directory — all 5 skills (hyperframes, gsap, hyperframes-cli, hyperframes-registry, website-to-hyperframes) are auto-discovered under the hyperframes: namespace. * docs(readme): document Claude Code plugin usage * chore(claude-code-plugin): add submission branding assets * docs(claude-code-plugin): address review notes
14 lines
502 B
JSON
14 lines
502 B
JSON
{
|
|
"name": "hyperframes",
|
|
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "HeyGen",
|
|
"email": "hyperframes@heygen.com",
|
|
"url": "https://hyperframes.heygen.com"
|
|
},
|
|
"homepage": "https://hyperframes.heygen.com",
|
|
"repository": "https://github.com/heygen-com/hyperframes",
|
|
"license": "Apache-2.0"
|
|
}
|