Skip to content

Commit 5f5bb2e

Browse files
committed
chore(claude-code-plugin): add submission branding assets
1 parent 24f9fc3 commit 5f5bb2e

4 files changed

Lines changed: 32 additions & 6 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperframes",
3-
"description": "Write HTML, render video. Compositions, GSAP animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
3+
"description": "HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP animations, captions, voiceovers, audio-reactive visuals, and website-to-video capture for HyperFrames.",
44
"version": "0.1.0",
55
"author": {
66
"name": "HeyGen",

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ For Codex specifically, the same skills are also exposed as an [OpenAI Codex plu
3939
codex plugin marketplace add heygen-com/hyperframes --sparse .codex-plugin --sparse skills --sparse assets
4040
```
4141

42-
For Claude Code plugin packaging, the repo also ships a [Claude Code plugin manifest](./.claude-plugin/plugin.json). It reuses the root `skills/` directory, so Claude Code and Codex stay on the same source of truth. Test it locally from the repo root with:
43-
44-
```bash
45-
claude --plugin-dir .
46-
```
42+
For Claude Code, the repo also ships a [Claude Code plugin manifest](./.claude-plugin/plugin.json): test it locally with `claude --plugin-dir .`, and for marketplace submission use the title `HyperFrames by HeyGen` plus the dark/light icons at [`assets/claude-code-icon-dark.svg`](./assets/claude-code-icon-dark.svg) and [`assets/claude-code-icon-light.svg`](./assets/claude-code-icon-light.svg).
4743

4844
#### Try it: example prompts
4945

assets/claude-code-icon-dark.svg

Lines changed: 15 additions & 0 deletions
Loading

assets/claude-code-icon-light.svg

Lines changed: 15 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)