Skip to content

feat: add hyperframes-promo-video skill#924

Open
miguel-heygen wants to merge 2 commits into
mainfrom
feat/promo-video-skill
Open

feat: add hyperframes-promo-video skill#924
miguel-heygen wants to merge 2 commits into
mainfrom
feat/promo-video-skill

Conversation

@miguel-heygen
Copy link
Copy Markdown
Collaborator

@miguel-heygen miguel-heygen commented May 17, 2026

Summary

  • Add hyperframes-promo-video skill — a complete 7-phase pipeline that turns PRs, features, or product changes into rendered promotional videos (mp4 + poster)
  • Includes 9 scene templates (HookTitle, ProblemSetup, BeforeAfter, BulletList, CTAEndScreen, CodeSnippet, LibrarySwap, MetricCompare, UIShowcase), 5 narrative story patterns, hook enforcement rules, brand auto-detection, visual motif system, and project scaffolding templates
  • Register /hyperframes-promo-video in CLAUDE.md alongside the other first-class skills

Credits

Originally authored by Alem Tuzlak (@AlemTuzlak) as hyperframes-video. Integrated into the HyperFrames skill catalog with attribution.

Test plan

  • Invoke /hyperframes-promo-video and verify the skill loads correctly
  • Run through the 7-phase pipeline on a sample PR to confirm scene templates scaffold properly
  • Verify npx hyperframes preview works with the generated composition
  • Confirm hook enforcement rules reject non-compliant hooks
  • Check brand auto-detection against a repo with Tailwind config

Add `promo-video` skill — a 7-phase pipeline that turns PRs, features, or
product changes into rendered promotional videos (mp4 + poster). Covers
discovery, brand detection, narrative planning with hook enforcement,
scaffold with 9 scene templates, live preview iteration, and pre-render
audits.

Originally authored by Alem Tuzlak (@AlemTuzlak) as `hyperframes-video`,
integrated into the HyperFrames skill catalog.
Align with the hyperframes-* naming convention used by all other
first-class skills (hyperframes-cli, hyperframes-media, hyperframes-registry).
Comment thread skills/hyperframes-promo-video/templates/scenes/HookTitle.html Fixed
@miguel-heygen miguel-heygen changed the title feat: add promo-video skill for PR-to-video generation feat: add hyperframes-promo-video skill May 17, 2026
Comment on lines +26 to +29
h1.innerHTML = text
.split("")
.map((ch) => `<span style="display:inline-block">${ch === " " ? "&nbsp;" : ch}</span>`)
.join("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants