@mevdragon/vidfarm-devcli 0.14.0 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (418) hide show
  1. package/.agents/skills/embedded-captions/CATALOG.md +93 -0
  2. package/.agents/skills/embedded-captions/SKILL.md +286 -0
  3. package/.agents/skills/embedded-captions/assets/brand/CDPR-fankit-terms.txt +35 -0
  4. package/.agents/skills/embedded-captions/assets/brand/cyberpunk-widths.json +115 -0
  5. package/.agents/skills/embedded-captions/assets/fonts/char-widths.json +2211 -0
  6. package/.agents/skills/embedded-captions/assets/strokefonts/HersheyScript1.svg +242 -0
  7. package/.agents/skills/embedded-captions/assets/strokefonts/HersheyScriptMed.svg +242 -0
  8. package/.agents/skills/embedded-captions/dna/README.md +148 -0
  9. package/.agents/skills/embedded-captions/dna/chrome.json +68 -0
  10. package/.agents/skills/embedded-captions/dna/cream.json +69 -0
  11. package/.agents/skills/embedded-captions/dna/documentary.json +62 -0
  12. package/.agents/skills/embedded-captions/dna/editorial.json +70 -0
  13. package/.agents/skills/embedded-captions/dna/glitch.json +82 -0
  14. package/.agents/skills/embedded-captions/dna/ink.json +65 -0
  15. package/.agents/skills/embedded-captions/dna/keynote.json +62 -0
  16. package/.agents/skills/embedded-captions/dna/loud.json +75 -0
  17. package/.agents/skills/embedded-captions/dna/neon.json +58 -0
  18. package/.agents/skills/embedded-captions/dna/velocity.json +89 -0
  19. package/.agents/skills/embedded-captions/modes/cinematic/README.md +48 -0
  20. package/.agents/skills/embedded-captions/modes/cinematic/_archive/champion/spec.md +98 -0
  21. package/.agents/skills/embedded-captions/modes/cinematic/_archive/champion/template.html +188 -0
  22. package/.agents/skills/embedded-captions/modes/cinematic/_archive/memory-wall/spec.md +134 -0
  23. package/.agents/skills/embedded-captions/modes/cinematic/_archive/memory-wall/template.html +179 -0
  24. package/.agents/skills/embedded-captions/modes/cinematic/_archive/portrait-header/spec.md +81 -0
  25. package/.agents/skills/embedded-captions/modes/cinematic/_archive/portrait-header/template.html +170 -0
  26. package/.agents/skills/embedded-captions/modes/cinematic/cinematic-cream/spec.md +16 -0
  27. package/.agents/skills/embedded-captions/modes/cinematic/cinematic-cream/template.html +226 -0
  28. package/.agents/skills/embedded-captions/modes/cinematic/engine.html +355 -0
  29. package/.agents/skills/embedded-captions/modes/standard/_anatomy.md +233 -0
  30. package/.agents/skills/embedded-captions/modes/standard/_motion.md +192 -0
  31. package/.agents/skills/embedded-captions/modes/standard/fonts/build-fonts-css.cjs +97 -0
  32. package/.agents/skills/embedded-captions/references/aesthetic-principles.md +168 -0
  33. package/.agents/skills/embedded-captions/references/anti-patterns.md +188 -0
  34. package/.agents/skills/embedded-captions/references/bespoke-vs-presets.md +178 -0
  35. package/.agents/skills/embedded-captions/references/caption-grouping.md +130 -0
  36. package/.agents/skills/embedded-captions/references/composition-craft.md +522 -0
  37. package/.agents/skills/embedded-captions/references/direction-catalog.md +138 -0
  38. package/.agents/skills/embedded-captions/references/example-renders/champion.html +371 -0
  39. package/.agents/skills/embedded-captions/references/example-renders/memory-wall.html +334 -0
  40. package/.agents/skills/embedded-captions/references/failure-modes.md +145 -0
  41. package/.agents/skills/embedded-captions/references/layout-heuristics.md +238 -0
  42. package/.agents/skills/embedded-captions/references/motion-vocabulary.md +148 -0
  43. package/.agents/skills/embedded-captions/references/rail.md +68 -0
  44. package/.agents/skills/embedded-captions/references/reference-bar.md +47 -0
  45. package/.agents/skills/embedded-captions/references/scene-types.md +94 -0
  46. package/.agents/skills/embedded-captions/references/test-set.md +66 -0
  47. package/.agents/skills/embedded-captions/references/typographic-moves.md +266 -0
  48. package/.agents/skills/embedded-captions/references/typography-presets.md +63 -0
  49. package/.agents/skills/embedded-captions/scripts/audio-envelope.cjs +95 -0
  50. package/.agents/skills/embedded-captions/scripts/check-occlusion.cjs +250 -0
  51. package/.agents/skills/embedded-captions/scripts/check-overflow.cjs +194 -0
  52. package/.agents/skills/embedded-captions/scripts/check-rail-climax.cjs +233 -0
  53. package/.agents/skills/embedded-captions/scripts/check-timing.cjs +173 -0
  54. package/.agents/skills/embedded-captions/scripts/fill-timings.cjs +124 -0
  55. package/.agents/skills/embedded-captions/scripts/fit-fonts.cjs +158 -0
  56. package/.agents/skills/embedded-captions/scripts/gen-stroke-path.py +46 -0
  57. package/.agents/skills/embedded-captions/scripts/inject-fonts.cjs +169 -0
  58. package/.agents/skills/embedded-captions/scripts/lib-dna.cjs +201 -0
  59. package/.agents/skills/embedded-captions/scripts/make-cinematic.cjs +1205 -0
  60. package/.agents/skills/embedded-captions/scripts/make-composition.cjs +404 -0
  61. package/.agents/skills/embedded-captions/scripts/make-theme.cjs +8781 -0
  62. package/.agents/skills/embedded-captions/scripts/matte.cjs +294 -0
  63. package/.agents/skills/embedded-captions/scripts/measure-layout.cjs +293 -0
  64. package/.agents/skills/embedded-captions/scripts/prepare.sh +39 -0
  65. package/.agents/skills/embedded-captions/scripts/preview-frames.cjs +268 -0
  66. package/.agents/skills/embedded-captions/scripts/render-and-composite.sh +509 -0
  67. package/.agents/skills/embedded-captions/scripts/render-theme.sh +34 -0
  68. package/.agents/skills/embedded-captions/scripts/safe-zones.cjs +813 -0
  69. package/.agents/skills/embedded-captions/scripts/transcribe.cjs +349 -0
  70. package/.agents/skills/embedded-captions/themes/PORTING.md +49 -0
  71. package/.agents/skills/embedded-captions/themes/README.md +244 -0
  72. package/.agents/skills/embedded-captions/themes/anchor.json +27 -0
  73. package/.agents/skills/embedded-captions/themes/arcade.json +51 -0
  74. package/.agents/skills/embedded-captions/themes/aurora.json +41 -0
  75. package/.agents/skills/embedded-captions/themes/biolume.json +35 -0
  76. package/.agents/skills/embedded-captions/themes/brush.json +74 -0
  77. package/.agents/skills/embedded-captions/themes/chalkboard.json +52 -0
  78. package/.agents/skills/embedded-captions/themes/dossier.json +56 -0
  79. package/.agents/skills/embedded-captions/themes/graffiti.json +62 -0
  80. package/.agents/skills/embedded-captions/themes/hologram.json +41 -0
  81. package/.agents/skills/embedded-captions/themes/inkwater.json +43 -0
  82. package/.agents/skills/embedded-captions/themes/laser.json +46 -0
  83. package/.agents/skills/embedded-captions/themes/lastpage.json +33 -0
  84. package/.agents/skills/embedded-captions/themes/neonsign.json +53 -0
  85. package/.agents/skills/embedded-captions/themes/nightcity.json +56 -0
  86. package/.agents/skills/embedded-captions/themes/ordnance.json +54 -0
  87. package/.agents/skills/embedded-captions/themes/papercut.json +37 -0
  88. package/.agents/skills/embedded-captions/themes/popup.json +46 -0
  89. package/.agents/skills/embedded-captions/themes/ransom.json +62 -0
  90. package/.agents/skills/embedded-captions/themes/scoreboard.json +54 -0
  91. package/.agents/skills/embedded-captions/themes/spectrum.json +46 -0
  92. package/.agents/skills/embedded-captions/themes/stardust.json +29 -0
  93. package/.agents/skills/embedded-captions/themes/stomp.json +43 -0
  94. package/.agents/skills/embedded-captions/themes/terminal.json +49 -0
  95. package/.agents/skills/embedded-captions/themes/thunder.json +44 -0
  96. package/.agents/skills/embedded-captions/themes/transit.json +44 -0
  97. package/.agents/skills/embedded-captions/themes/vhs.json +47 -0
  98. package/.agents/skills/faceless-explainer/SKILL.md +209 -0
  99. package/.agents/skills/faceless-explainer/references/cut-catalog.md +215 -0
  100. package/.agents/skills/faceless-explainer/references/motion-language.md +156 -0
  101. package/.agents/skills/faceless-explainer/references/story-design.md +248 -0
  102. package/.agents/skills/faceless-explainer/references/visual-design.md +146 -0
  103. package/.agents/skills/faceless-explainer/scripts/assemble-index.mjs +570 -0
  104. package/.agents/skills/faceless-explainer/scripts/audio.mjs +260 -0
  105. package/.agents/skills/faceless-explainer/scripts/build-frame.mjs +536 -0
  106. package/.agents/skills/faceless-explainer/scripts/captions.mjs +508 -0
  107. package/.agents/skills/faceless-explainer/scripts/lib/assets.mjs +55 -0
  108. package/.agents/skills/faceless-explainer/scripts/lib/dimensions.mjs +45 -0
  109. package/.agents/skills/faceless-explainer/scripts/lib/storyboard.mjs +249 -0
  110. package/.agents/skills/faceless-explainer/scripts/lib/tokens.mjs +204 -0
  111. package/.agents/skills/faceless-explainer/scripts/lib/transition-registry.mjs +38 -0
  112. package/.agents/skills/faceless-explainer/scripts/lib/transitions.json +71 -0
  113. package/.agents/skills/faceless-explainer/scripts/transitions.mjs +320 -0
  114. package/.agents/skills/faceless-explainer/sub-agents/frame-worker.md +75 -0
  115. package/.agents/skills/flockposter/LICENSE +17 -0
  116. package/.agents/skills/flockposter/README.md +72 -0
  117. package/.agents/skills/flockposter/SKILL.md +562 -0
  118. package/.agents/skills/flockposter/examples/cli-instagram-reel.sh +21 -0
  119. package/.agents/skills/flockposter/examples/cli-multi-platform.json +69 -0
  120. package/.agents/skills/flockposter/examples/cli-tiktok-upload-only.sh +22 -0
  121. package/.agents/skills/flockposter/examples/cli-x-thread.sh +17 -0
  122. package/.agents/skills/flockposter/examples/cli-youtube-short.sh +21 -0
  123. package/.agents/skills/flockposter/examples/public-api-instagram-reel.json +28 -0
  124. package/.agents/skills/general-video/SKILL.md +143 -0
  125. package/.agents/skills/hyperframes/SKILL.md +160 -0
  126. package/.agents/skills/hyperframes-animation/SKILL.md +84 -0
  127. package/.agents/skills/hyperframes-animation/adapters/animate-text.md +64 -0
  128. package/.agents/skills/hyperframes-animation/adapters/animejs.md +114 -0
  129. package/.agents/skills/hyperframes-animation/adapters/css-animations.md +143 -0
  130. package/.agents/skills/hyperframes-animation/adapters/gsap-easing-and-stagger.md +118 -0
  131. package/.agents/skills/hyperframes-animation/adapters/gsap-timeline-and-labels.md +96 -0
  132. package/.agents/skills/hyperframes-animation/adapters/gsap-transforms-and-perf.md +96 -0
  133. package/.agents/skills/hyperframes-animation/adapters/gsap.md +105 -0
  134. package/.agents/skills/hyperframes-animation/adapters/html-in-canvas-patterns.md +507 -0
  135. package/.agents/skills/hyperframes-animation/adapters/lottie.md +117 -0
  136. package/.agents/skills/hyperframes-animation/adapters/three.md +131 -0
  137. package/.agents/skills/hyperframes-animation/adapters/typegpu.md +178 -0
  138. package/.agents/skills/hyperframes-animation/adapters/waapi.md +101 -0
  139. package/.agents/skills/hyperframes-animation/blueprints/comparison-split.md +27 -0
  140. package/.agents/skills/hyperframes-animation/blueprints/constellation-hub.md +44 -0
  141. package/.agents/skills/hyperframes-animation/blueprints/cta-morph-press.md +28 -0
  142. package/.agents/skills/hyperframes-animation/blueprints/cursor-ui-demo.md +57 -0
  143. package/.agents/skills/hyperframes-animation/blueprints/dataviz-countup.md +46 -0
  144. package/.agents/skills/hyperframes-animation/blueprints/device-surface-showcase.md +53 -0
  145. package/.agents/skills/hyperframes-animation/blueprints/grid-card-assemble.md +66 -0
  146. package/.agents/skills/hyperframes-animation/blueprints/kinetic-type-beats.md +78 -0
  147. package/.agents/skills/hyperframes-animation/blueprints/logo-assemble-lockup.md +69 -0
  148. package/.agents/skills/hyperframes-animation/blueprints/overwhelm-surround.md +28 -0
  149. package/.agents/skills/hyperframes-animation/blueprints/spatial-pan-stations.md +37 -0
  150. package/.agents/skills/hyperframes-animation/blueprints/ticker-takeover.md +29 -0
  151. package/.agents/skills/hyperframes-animation/blueprints/titlecard-reveal.md +42 -0
  152. package/.agents/skills/hyperframes-animation/blueprints/typewriter-reveal.md +51 -0
  153. package/.agents/skills/hyperframes-animation/blueprints/video-text-pivot.md +30 -0
  154. package/.agents/skills/hyperframes-animation/blueprints-index.md +146 -0
  155. package/.agents/skills/hyperframes-animation/examples/assets/avatars/02.avif +0 -0
  156. package/.agents/skills/hyperframes-animation/examples/assets/brands/github.avif +0 -0
  157. package/.agents/skills/hyperframes-animation/examples/assets/brands/nvidia.avif +0 -0
  158. package/.agents/skills/hyperframes-animation/examples/assets/brands/visa.avif +0 -0
  159. package/.agents/skills/hyperframes-animation/examples/assets/brands/zoominfo.avif +0 -0
  160. package/.agents/skills/hyperframes-animation/examples/brand-reveal-assemble-zoom.html +382 -0
  161. package/.agents/skills/hyperframes-animation/examples/comparison-split-cards.html +649 -0
  162. package/.agents/skills/hyperframes-animation/examples/concept-demo-decode-pan.html +520 -0
  163. package/.agents/skills/hyperframes-animation/examples/cta-morph-press.html +468 -0
  164. package/.agents/skills/hyperframes-animation/examples/cta-orbit-collapse.html +1298 -0
  165. package/.agents/skills/hyperframes-animation/examples/demo-page-scroll-spotlight.html +759 -0
  166. package/.agents/skills/hyperframes-animation/examples/hook-counter-burst.html +729 -0
  167. package/.agents/skills/hyperframes-animation/examples/messaging-multi-phrase.html +352 -0
  168. package/.agents/skills/hyperframes-animation/examples/metric-video-text-pivot.html +779 -0
  169. package/.agents/skills/hyperframes-animation/examples/problem-mockup-overwhelm.html +1374 -0
  170. package/.agents/skills/hyperframes-animation/examples/proof-logo-chain.html +861 -0
  171. package/.agents/skills/hyperframes-animation/examples/takeover-ticker-displace.html +347 -0
  172. package/.agents/skills/hyperframes-animation/examples/workflow-approve-press.html +606 -0
  173. package/.agents/skills/hyperframes-animation/rules/3d-page-scroll.md +227 -0
  174. package/.agents/skills/hyperframes-animation/rules/3d-text-depth-layers.md +297 -0
  175. package/.agents/skills/hyperframes-animation/rules/ai-tracking-box.md +382 -0
  176. package/.agents/skills/hyperframes-animation/rules/ambient-glow-bloom.md +305 -0
  177. package/.agents/skills/hyperframes-animation/rules/asr-keyword-glow.md +286 -0
  178. package/.agents/skills/hyperframes-animation/rules/avatar-cloud-network.md +371 -0
  179. package/.agents/skills/hyperframes-animation/rules/camera-cursor-tracking.md +246 -0
  180. package/.agents/skills/hyperframes-animation/rules/card-morph-anchor.md +267 -0
  181. package/.agents/skills/hyperframes-animation/rules/center-outward-expansion.md +227 -0
  182. package/.agents/skills/hyperframes-animation/rules/context-sensitive-cursor.md +257 -0
  183. package/.agents/skills/hyperframes-animation/rules/coordinate-target-zoom.md +332 -0
  184. package/.agents/skills/hyperframes-animation/rules/counting-dynamic-scale.md +283 -0
  185. package/.agents/skills/hyperframes-animation/rules/css-marker-patterns.md +373 -0
  186. package/.agents/skills/hyperframes-animation/rules/cursor-click-ripple.md +262 -0
  187. package/.agents/skills/hyperframes-animation/rules/depth-of-field-blur.md +313 -0
  188. package/.agents/skills/hyperframes-animation/rules/depth-scatter-assemble.md +303 -0
  189. package/.agents/skills/hyperframes-animation/rules/discrete-text-sequence.md +273 -0
  190. package/.agents/skills/hyperframes-animation/rules/dynamic-content-sequencing.md +307 -0
  191. package/.agents/skills/hyperframes-animation/rules/gsap-effects.md +299 -0
  192. package/.agents/skills/hyperframes-animation/rules/hacker-flip-3d.md +223 -0
  193. package/.agents/skills/hyperframes-animation/rules/kinetic-beat-slam.md +183 -0
  194. package/.agents/skills/hyperframes-animation/rules/motion-blur-streak.md +328 -0
  195. package/.agents/skills/hyperframes-animation/rules/multi-phase-camera.md +273 -0
  196. package/.agents/skills/hyperframes-animation/rules/orbit-3d-entry.md +301 -0
  197. package/.agents/skills/hyperframes-animation/rules/physics-press-reaction.md +350 -0
  198. package/.agents/skills/hyperframes-animation/rules/press-release-spring.md +296 -0
  199. package/.agents/skills/hyperframes-animation/rules/reactive-displacement.md +277 -0
  200. package/.agents/skills/hyperframes-animation/rules/scale-swap-transition.md +298 -0
  201. package/.agents/skills/hyperframes-animation/rules/sine-wave-loop.md +278 -0
  202. package/.agents/skills/hyperframes-animation/rules/split-tilt-cards.md +277 -0
  203. package/.agents/skills/hyperframes-animation/rules/spring-pop-entrance.md +273 -0
  204. package/.agents/skills/hyperframes-animation/rules/stat-bars-and-fills.md +156 -0
  205. package/.agents/skills/hyperframes-animation/rules/svg-icon-enrichment.md +329 -0
  206. package/.agents/skills/hyperframes-animation/rules/svg-path-draw.md +274 -0
  207. package/.agents/skills/hyperframes-animation/rules/vertical-spring-ticker.md +239 -0
  208. package/.agents/skills/hyperframes-animation/rules/viewport-change.md +349 -0
  209. package/.agents/skills/hyperframes-animation/rules-index.md +86 -0
  210. package/.agents/skills/hyperframes-animation/scripts/animation-map.mjs +606 -0
  211. package/.agents/skills/hyperframes-animation/scripts/package-loader.mjs +288 -0
  212. package/.agents/skills/hyperframes-animation/scripts/package-loader.test.mjs +62 -0
  213. package/.agents/skills/hyperframes-animation/techniques.md +507 -0
  214. package/.agents/skills/hyperframes-animation/transitions/TRANSITION-REGISTRY.md +167 -0
  215. package/.agents/skills/hyperframes-animation/transitions/catalog.md +127 -0
  216. package/.agents/skills/hyperframes-animation/transitions/css-3d.md +12 -0
  217. package/.agents/skills/hyperframes-animation/transitions/css-blur.md +51 -0
  218. package/.agents/skills/hyperframes-animation/transitions/css-cover.md +43 -0
  219. package/.agents/skills/hyperframes-animation/transitions/css-destruction.md +95 -0
  220. package/.agents/skills/hyperframes-animation/transitions/css-dissolve.md +66 -0
  221. package/.agents/skills/hyperframes-animation/transitions/css-distortion.md +45 -0
  222. package/.agents/skills/hyperframes-animation/transitions/css-grid.md +10 -0
  223. package/.agents/skills/hyperframes-animation/transitions/css-light.md +49 -0
  224. package/.agents/skills/hyperframes-animation/transitions/css-mechanical.md +30 -0
  225. package/.agents/skills/hyperframes-animation/transitions/css-other.md +25 -0
  226. package/.agents/skills/hyperframes-animation/transitions/css-push.md +41 -0
  227. package/.agents/skills/hyperframes-animation/transitions/css-radial.md +37 -0
  228. package/.agents/skills/hyperframes-animation/transitions/css-scale.md +24 -0
  229. package/.agents/skills/hyperframes-animation/transitions/overview.md +153 -0
  230. package/.agents/skills/hyperframes-cli/SKILL.md +113 -0
  231. package/.agents/skills/hyperframes-cli/references/doctor-browser.md +45 -0
  232. package/.agents/skills/hyperframes-cli/references/init-and-scaffold.md +55 -0
  233. package/.agents/skills/hyperframes-cli/references/lambda.md +132 -0
  234. package/.agents/skills/hyperframes-cli/references/lint-validate-inspect.md +121 -0
  235. package/.agents/skills/hyperframes-cli/references/preview-render.md +149 -0
  236. package/.agents/skills/hyperframes-cli/references/upgrade-info-misc.md +75 -0
  237. package/.agents/skills/hyperframes-core/SKILL.md +78 -0
  238. package/.agents/skills/hyperframes-core/references/composition-patterns.md +263 -0
  239. package/.agents/skills/hyperframes-core/references/data-attributes.md +70 -0
  240. package/.agents/skills/hyperframes-core/references/determinism-rules.md +68 -0
  241. package/.agents/skills/hyperframes-core/references/full-screen-motion.md +62 -0
  242. package/.agents/skills/hyperframes-core/references/minimal-composition.md +66 -0
  243. package/.agents/skills/hyperframes-core/references/script-format.md +49 -0
  244. package/.agents/skills/hyperframes-core/references/storyboard-format.md +95 -0
  245. package/.agents/skills/hyperframes-core/references/sub-compositions.md +237 -0
  246. package/.agents/skills/hyperframes-core/references/subagent-dispatch.md +41 -0
  247. package/.agents/skills/hyperframes-core/references/tailwind.md +125 -0
  248. package/.agents/skills/hyperframes-core/references/tracks-and-clips.md +76 -0
  249. package/.agents/skills/hyperframes-core/references/variables-and-media.md +90 -0
  250. package/.agents/skills/hyperframes-creative/SKILL.md +70 -0
  251. package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/FRAME.md +289 -0
  252. package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/caption-skin.html +221 -0
  253. package/.agents/skills/hyperframes-creative/frame-presets/biennale-yellow/frame-showcase.html +1214 -0
  254. package/.agents/skills/hyperframes-creative/frame-presets/blockframe/FRAME.md +275 -0
  255. package/.agents/skills/hyperframes-creative/frame-presets/blockframe/caption-skin.html +224 -0
  256. package/.agents/skills/hyperframes-creative/frame-presets/blockframe/frame-showcase.html +1347 -0
  257. package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/FRAME.md +307 -0
  258. package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/caption-skin.html +223 -0
  259. package/.agents/skills/hyperframes-creative/frame-presets/blue-professional/frame-showcase.html +1372 -0
  260. package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/FRAME.md +275 -0
  261. package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/caption-skin.html +230 -0
  262. package/.agents/skills/hyperframes-creative/frame-presets/bold-poster/frame-showcase.html +1140 -0
  263. package/.agents/skills/hyperframes-creative/frame-presets/broadside/FRAME.md +284 -0
  264. package/.agents/skills/hyperframes-creative/frame-presets/broadside/caption-skin.html +225 -0
  265. package/.agents/skills/hyperframes-creative/frame-presets/broadside/frame-showcase.html +1166 -0
  266. package/.agents/skills/hyperframes-creative/frame-presets/capsule/FRAME.md +284 -0
  267. package/.agents/skills/hyperframes-creative/frame-presets/capsule/caption-skin.html +224 -0
  268. package/.agents/skills/hyperframes-creative/frame-presets/capsule/frame-showcase.html +1465 -0
  269. package/.agents/skills/hyperframes-creative/frame-presets/cartesian/FRAME.md +278 -0
  270. package/.agents/skills/hyperframes-creative/frame-presets/cartesian/caption-skin.html +222 -0
  271. package/.agents/skills/hyperframes-creative/frame-presets/cartesian/frame-showcase.html +1263 -0
  272. package/.agents/skills/hyperframes-creative/frame-presets/claude/FRAME.md +277 -0
  273. package/.agents/skills/hyperframes-creative/frame-presets/claude/caption-skin.html +224 -0
  274. package/.agents/skills/hyperframes-creative/frame-presets/claude/frame-showcase.html +1439 -0
  275. package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/FRAME.md +265 -0
  276. package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/caption-skin.html +238 -0
  277. package/.agents/skills/hyperframes-creative/frame-presets/cobalt-grid/frame-showcase.html +1468 -0
  278. package/.agents/skills/hyperframes-creative/frame-presets/coral/FRAME.md +314 -0
  279. package/.agents/skills/hyperframes-creative/frame-presets/coral/caption-skin.html +226 -0
  280. package/.agents/skills/hyperframes-creative/frame-presets/coral/frame-showcase.html +1268 -0
  281. package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/FRAME.md +333 -0
  282. package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/caption-skin.html +227 -0
  283. package/.agents/skills/hyperframes-creative/frame-presets/creative-mode/frame-showcase.html +1330 -0
  284. package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/FRAME.md +274 -0
  285. package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/caption-skin.html +230 -0
  286. package/.agents/skills/hyperframes-creative/frame-presets/daisy-days/frame-showcase.html +1444 -0
  287. package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/FRAME.md +265 -0
  288. package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/caption-skin.html +223 -0
  289. package/.agents/skills/hyperframes-creative/frame-presets/editorial-forest/frame-showcase.html +1273 -0
  290. package/.agents/skills/hyperframes-creative/palettes/bold-energetic.md +14 -0
  291. package/.agents/skills/hyperframes-creative/palettes/clean-corporate.md +14 -0
  292. package/.agents/skills/hyperframes-creative/palettes/dark-premium.md +14 -0
  293. package/.agents/skills/hyperframes-creative/palettes/jewel-rich.md +14 -0
  294. package/.agents/skills/hyperframes-creative/palettes/monochrome.md +14 -0
  295. package/.agents/skills/hyperframes-creative/palettes/nature-earth.md +14 -0
  296. package/.agents/skills/hyperframes-creative/palettes/neon-electric.md +14 -0
  297. package/.agents/skills/hyperframes-creative/palettes/pastel-soft.md +14 -0
  298. package/.agents/skills/hyperframes-creative/palettes/warm-editorial.md +14 -0
  299. package/.agents/skills/hyperframes-creative/references/audio-reactive.md +76 -0
  300. package/.agents/skills/hyperframes-creative/references/beat-direction.md +164 -0
  301. package/.agents/skills/hyperframes-creative/references/composition-patterns.md +199 -0
  302. package/.agents/skills/hyperframes-creative/references/data-in-motion.md +19 -0
  303. package/.agents/skills/hyperframes-creative/references/design-adherence.md +19 -0
  304. package/.agents/skills/hyperframes-creative/references/design-picker.md +123 -0
  305. package/.agents/skills/hyperframes-creative/references/design-spec.md +55 -0
  306. package/.agents/skills/hyperframes-creative/references/house-style.md +73 -0
  307. package/.agents/skills/hyperframes-creative/references/motion-principles.md +150 -0
  308. package/.agents/skills/hyperframes-creative/references/narration.md +92 -0
  309. package/.agents/skills/hyperframes-creative/references/prompt-expansion.md +68 -0
  310. package/.agents/skills/hyperframes-creative/references/typography.md +218 -0
  311. package/.agents/skills/hyperframes-creative/references/video-composition.md +63 -0
  312. package/.agents/skills/hyperframes-creative/references/visual-styles.md +457 -0
  313. package/.agents/skills/hyperframes-creative/scripts/contrast-report.mjs +353 -0
  314. package/.agents/skills/hyperframes-creative/scripts/extract-audio-data.py +188 -0
  315. package/.agents/skills/hyperframes-creative/scripts/package-loader.mjs +288 -0
  316. package/.agents/skills/hyperframes-creative/scripts/package-loader.test.mjs +62 -0
  317. package/.agents/skills/hyperframes-creative/templates/design-picker.html +1432 -0
  318. package/.agents/skills/hyperframes-keyframes/SKILL.md +237 -0
  319. package/.agents/skills/hyperframes-keyframes/agents/openai.yaml +4 -0
  320. package/.agents/skills/hyperframes-keyframes/references/keyframe-patterns.md +106 -0
  321. package/.agents/skills/motion-graphics/SKILL.md +172 -0
  322. package/.agents/skills/motion-graphics/agents/builder.md +40 -0
  323. package/.agents/skills/motion-graphics/agents/director.md +53 -0
  324. package/.agents/skills/motion-graphics/agents/finalize.md +17 -0
  325. package/.agents/skills/motion-graphics/catalog-map.md +40 -0
  326. package/.agents/skills/motion-graphics/categories/asset-fusion/module.md +37 -0
  327. package/.agents/skills/motion-graphics/categories/charts/module.md +21 -0
  328. package/.agents/skills/motion-graphics/categories/kinetic-type/module.md +19 -0
  329. package/.agents/skills/motion-graphics/categories/logo-reveal/module.md +17 -0
  330. package/.agents/skills/motion-graphics/categories/lower-thirds/module.md +16 -0
  331. package/.agents/skills/motion-graphics/categories/maps/bake-basemap.mjs +273 -0
  332. package/.agents/skills/motion-graphics/categories/maps/module.md +61 -0
  333. package/.agents/skills/motion-graphics/categories/news/module.md +56 -0
  334. package/.agents/skills/motion-graphics/categories/stat/module.md +21 -0
  335. package/.agents/skills/motion-graphics/categories/tweet/module.md +16 -0
  336. package/.agents/skills/motion-graphics/categories/webpage/module.md +21 -0
  337. package/.agents/skills/motion-graphics/grounding/PROTOCOL.md +64 -0
  338. package/.agents/skills/motion-graphics/grounding/locate.mjs +227 -0
  339. package/.agents/skills/motion-graphics/phases/source/guide.md +21 -0
  340. package/.agents/skills/motion-graphics/references/builder-contract.md +38 -0
  341. package/.agents/skills/motion-graphics/references/motion-vocabulary.md +43 -0
  342. package/.agents/skills/motion-graphics/references/shot-plan-ir.md +54 -0
  343. package/.agents/skills/motion-graphics/samples/asset-fusion/_ref-circle-highlight.html +306 -0
  344. package/.agents/skills/product-launch-video/SKILL.md +208 -0
  345. package/.agents/skills/product-launch-video/references/cut-catalog.md +220 -0
  346. package/.agents/skills/product-launch-video/references/motion-language.md +156 -0
  347. package/.agents/skills/product-launch-video/references/story-design.md +373 -0
  348. package/.agents/skills/product-launch-video/references/visual-design.md +126 -0
  349. package/.agents/skills/product-launch-video/scripts/assemble-index.mjs +570 -0
  350. package/.agents/skills/product-launch-video/scripts/audio.mjs +260 -0
  351. package/.agents/skills/product-launch-video/scripts/build-frame.mjs +536 -0
  352. package/.agents/skills/product-launch-video/scripts/captions.mjs +508 -0
  353. package/.agents/skills/product-launch-video/scripts/lib/assets.mjs +55 -0
  354. package/.agents/skills/product-launch-video/scripts/lib/dimensions.mjs +45 -0
  355. package/.agents/skills/product-launch-video/scripts/lib/pad-frame-duration.mjs +36 -0
  356. package/.agents/skills/product-launch-video/scripts/lib/pad-frame-duration.test.mjs +76 -0
  357. package/.agents/skills/product-launch-video/scripts/lib/storyboard.mjs +249 -0
  358. package/.agents/skills/product-launch-video/scripts/lib/tokens.mjs +204 -0
  359. package/.agents/skills/product-launch-video/scripts/lib/transition-registry.mjs +38 -0
  360. package/.agents/skills/product-launch-video/scripts/lib/transitions.json +71 -0
  361. package/.agents/skills/product-launch-video/scripts/stage-assets.mjs +39 -0
  362. package/.agents/skills/product-launch-video/scripts/transitions.mjs +327 -0
  363. package/.agents/skills/product-launch-video/sub-agents/frame-worker.md +75 -0
  364. package/.agents/skills/slideshow/SKILL.md +550 -0
  365. package/.agents/skills/slideshow/references/standalone-harness.md +1020 -0
  366. package/.agents/skills/talking-head-recut/NOTICE.md +39 -0
  367. package/.agents/skills/talking-head-recut/SKILL.md +1195 -0
  368. package/.agents/skills/talking-head-recut/assets/vendor/gsap.min.js +10 -0
  369. package/.agents/skills/talking-head-recut/references/DESIGN_INDEX.md +145 -0
  370. package/.agents/skills/talking-head-recut/references/frames/clean.html +92 -0
  371. package/.agents/skills/talking-head-recut/references/frames/hairline.html +171 -0
  372. package/.agents/skills/talking-head-recut/references/frames/polaroid.html +131 -0
  373. package/.agents/skills/talking-head-recut/references/layouts/overlay.html +164 -0
  374. package/.agents/skills/talking-head-recut/references/layouts/pip.html +143 -0
  375. package/.agents/skills/talking-head-recut/references/layouts/split.html +121 -0
  376. package/.agents/skills/talking-head-recut/references/layouts/stack.html +109 -0
  377. package/.agents/skills/talking-head-recut/references/styles/academic.html +172 -0
  378. package/.agents/skills/talking-head-recut/references/styles/audit.html +170 -0
  379. package/.agents/skills/talking-head-recut/references/styles/editorial.html +189 -0
  380. package/.agents/skills/talking-head-recut/references/styles/geom.html +181 -0
  381. package/.agents/skills/talking-head-recut/references/styles/minimal.html +130 -0
  382. package/.agents/skills/talking-head-recut/references/styles/spotlight.html +142 -0
  383. package/.agents/skills/talking-head-recut/references/styles/swiss.html +188 -0
  384. package/.agents/skills/talking-head-recut/references/styles/terminal.html +196 -0
  385. package/.agents/skills/talking-head-recut/references/styles/whiteboard.html +170 -0
  386. package/.agents/skills/talking-head-recut/references/styles/xhs.html +206 -0
  387. package/.agents/skills/vidfarm-media/SKILL.md +85 -0
  388. package/.agents/skills/vidfarm-media/references/tts.md +54 -0
  389. package/.agents/skills/vidfarm-media/scripts/audio.mjs +628 -0
  390. package/.agents/skills/vidfarm-media/scripts/wait-bgm.mjs +31 -0
  391. package/.agents/skills/website-to-video/SKILL.md +145 -0
  392. package/.agents/skills/website-to-video/assets/sfx/CREDITS.md +35 -0
  393. package/.agents/skills/website-to-video/assets/sfx/manifest.json +97 -0
  394. package/.agents/skills/website-to-video/references/beat-builder-guide.md +263 -0
  395. package/.agents/skills/website-to-video/references/capabilities.md +713 -0
  396. package/.agents/skills/website-to-video/references/step-0-capture.md +55 -0
  397. package/.agents/skills/website-to-video/references/step-1-design.md +333 -0
  398. package/.agents/skills/website-to-video/references/step-2-brief.md +178 -0
  399. package/.agents/skills/website-to-video/references/step-3-storyboard.md +572 -0
  400. package/.agents/skills/website-to-video/references/step-4-vo.md +225 -0
  401. package/.agents/skills/website-to-video/references/step-5-build.md +483 -0
  402. package/.agents/skills/website-to-video/references/step-6-validate.md +341 -0
  403. package/.agents/skills/website-to-video/scripts/w2h-verify.mjs +759 -0
  404. package/SKILL.director.md +37 -0
  405. package/SKILL.platform.md +6 -1
  406. package/demo/dist/app.js +295 -11
  407. package/dist/src/app.js +317 -133
  408. package/dist/src/cli.js +529 -12
  409. package/dist/src/composition-runtime.js +262 -3
  410. package/dist/src/devcli/doctor.js +192 -0
  411. package/dist/src/devcli/hyperframes-cli.js +118 -0
  412. package/dist/src/devcli/skills.js +476 -0
  413. package/dist/src/devcli/stills.js +249 -0
  414. package/dist/src/editor-chat.js +255 -0
  415. package/dist/src/hyperframes/composition.js +5 -5
  416. package/dist/src/services/composition-lint.js +199 -0
  417. package/dist/src/services/hyperframes.js +67 -13
  418. package/package.json +2 -1
@@ -0,0 +1,14 @@
1
+ # Bold / Energetic
2
+
3
+ Product launches, social media, announcements, high-energy content.
4
+
5
+ ```
6
+ #FFBE0B #FB5607 #FF006E #8338EC #3A86FF
7
+ #F72585 #7209B7 #3A0CA3 #4361EE #4CC9F0
8
+ #EF476F #FFD166 #06D6A0 #118AB2 #073B4C
9
+ #FF595E #FFCA3A #8AC926 #1982C4 #6A4C93
10
+ #9B5DE5 #F15BB5 #FEE440 #00BBF9 #00F5D4
11
+ #390099 #9E0059 #FF0054 #FF5400 #FFBD00
12
+ #3D348B #7678ED #F7B801 #F18701 #F35B04
13
+ #FFBC42 #D81159 #8F2D56 #218380 #73D2DE
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Clean / Corporate
2
+
3
+ Explainers, tutorials, presentations, professional content.
4
+
5
+ ```
6
+ #FFFCF2 #CCC5B9 #403D39 #252422 #EB5E28
7
+ #22223B #4A4E69 #9A8C98 #C9ADA7 #F2E9E4
8
+ #3D5A80 #98C1D9 #E0FBFC #EE6C4D #293241
9
+ #2B2D42 #8D99AE #EDF2F4 #EF233C #D90429
10
+ #353535 #3C6E71 #FFFFFF #D9D9D9 #284B63
11
+ #E7ECEF #274C77 #6096BA #A3CEF1 #8B8C89
12
+ #CFDBD5 #E8EDDF #F5CB5C #242423 #333533
13
+ #2F6690 #3A7CA5 #D9DCD6 #16425B #81C3D7
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Dark / Premium
2
+
3
+ Tech, finance, luxury, cinematic content.
4
+
5
+ ```
6
+ #000000 #14213D #FCA311 #E5E5E5 #FFFFFF
7
+ #000814 #001D3D #003566 #FFC300 #FFD60A
8
+ #0D1B2A #1B263B #415A77 #778DA9 #E0E1DD
9
+ #0D1321 #1D2D44 #3E5C76 #748CAB #F0EBD8
10
+ #011627 #FDFFFC #2EC4B6 #E71D36 #FF9F1C
11
+ #0B090A #161A1D #660708 #A4161A #E5383B
12
+ #001427 #708D81 #F4D58D #BF0603 #8D0801
13
+ #001524 #15616D #FFECD1 #FF7D00 #78290F
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Jewel / Rich
2
+
3
+ Luxury, events, sophisticated, high-end content.
4
+
5
+ ```
6
+ #5F0F40 #9A031E #FB8B24 #E36414 #0F4C5C
7
+ #780000 #C1121F #FDF0D5 #003049 #669BBC
8
+ #10002B #240046 #3C096C #5A189A #7B2CBF
9
+ #355070 #6D597A #B56576 #E56B6F #EAAC8B
10
+ #6F1D1B #BB9457 #432818 #99582A #FFE6A7
11
+ #231942 #5E548E #9F86C0 #BE95C4 #E0B1CB
12
+ #461220 #8C2F39 #B23A48 #FCB9B2 #FED0BB
13
+ #780116 #F7B538 #DB7C26 #D8572A #C32F27
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Monochrome
2
+
3
+ Dramatic, typography-focused, serious content.
4
+
5
+ ```
6
+ #F8F9FA #E9ECEF #DEE2E6 #CED4DA #ADB5BD #6C757D #495057 #343A40 #212529
7
+ #0466C8 #0353A4 #023E7D #002855 #001233
8
+ #012A4A #013A63 #01497C #2A6F97 #468FAF #89C2D9
9
+ #582F0E #7F4F24 #936639 #A68A64 #C2C5AA
10
+ #463F3A #8A817C #BCB8B1 #F4F3EE #E0AFA0
11
+ #03071E #370617 #6A040F #9D0208 #DC2F02 #F48C06 #FFBA08
12
+ #590D22 #800F2F #A4133C #FF4D6D #FF8FA3 #FFCCD5
13
+ #220901 #621708 #941B0C #BC3908 #F6AA1C
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Nature / Earth
2
+
3
+ Sustainability, outdoor, organic, wellness content.
4
+
5
+ ```
6
+ #606C38 #283618 #FEFAE0 #DDA15E #BC6C25
7
+ #DAD7CD #A3B18A #588157 #3A5A40 #344E41
8
+ #386641 #6A994E #A7C957 #F2E8CF #BC4749
9
+ #CAD2C5 #84A98C #52796F #354F52 #2F3E46
10
+ #F0EAD2 #DDE5B6 #ADC178 #A98467 #6C584C
11
+ #132A13 #31572C #4F772D #90A955 #ECF39E
12
+ #6B9080 #A4C3B2 #CCE3DE #EAF4F4 #F6FFF8
13
+ #233D4D #FE7F2D #FCCA46 #A1C181 #619B8A
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Neon / Electric
2
+
3
+ Gaming, tech, nightlife, Gen Z content.
4
+
5
+ ```
6
+ #F72585 #B5179E #7209B7 #560BAD #3A0CA3
7
+ #70D6FF #FF70A6 #FF9770 #FFD670 #E9FF70
8
+ #7400B8 #6930C3 #5E60CE #5390D9 #48BFE3
9
+ #0B132B #1C2541 #3A506B #5BC0BE #6FFFE9
10
+ #540D6E #EE4266 #FFD23F #3BCEAC #0EAD69
11
+ #2D00F7 #6A00F4 #8900F2 #A100F2 #F20089
12
+ #FF6D00 #FF7900 #FF8500 #FF9100 #240046
13
+ #BBFBFF #8DD8FF #4E71FF #5409DA
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Pastel / Soft
2
+
3
+ Fashion, beauty, lifestyle, wellness content.
4
+
5
+ ```
6
+ #CDB4DB #FFC8DD #FFAFCC #BDE0FE #A2D2FF
7
+ #CCD5AE #E9EDC9 #FEFAE0 #FAEDCD #D4A373
8
+ #FFD6FF #E7C6FF #C8B6FF #B8C0FF #BBD0FF
9
+ #FFA69E #FAF3DD #B8F2E6 #AED9E0 #5E6472
10
+ #EDAFB8 #F7E1D7 #DEDBD2 #B0C4B1 #4A5759
11
+ #555B6E #89B0AE #BEE3DB #FAF9F9 #FFD6BA
12
+ #006D77 #83C5BE #EDF6F9 #FFDDD2 #E29578
13
+ #0081A7 #00AFB9 #FDFCDC #FED9B7 #F07167
14
+ ```
@@ -0,0 +1,14 @@
1
+ # Warm / Editorial
2
+
3
+ Storytelling, documentaries, case studies, narrative content.
4
+
5
+ ```
6
+ #264653 #2A9D8F #E9C46A #F4A261 #E76F51
7
+ #335C67 #FFF3B0 #E09F3E #9E2A2B #540B0E
8
+ #F4F1DE #E07A5F #3D405B #81B29A #F2CC8F
9
+ #F6BD60 #F7EDE2 #F5CAC3 #84A59D #F28482
10
+ #003049 #D62828 #F77F00 #FCBF49 #EAE2B7
11
+ #588B8B #FFFFFF #FFD5C2 #F28F3B #C8553D
12
+ #283D3B #197278 #EDDDD4 #C44536 #772E25
13
+ #0D3B66 #FAF0CA #F4D35E #EE964B #F95738
14
+ ```
@@ -0,0 +1,76 @@
1
+ # Audio-Reactive Animation
2
+
3
+ Drive visuals from music, voice, or sound. Any GSAP-animatable property can respond to pre-extracted audio data.
4
+
5
+ ## Audio Data Format
6
+
7
+ ```js
8
+ var AUDIO_DATA = {
9
+ fps: 30,
10
+ totalFrames: 900,
11
+ frames: [{ bands: [0.82, 0.45, 0.31, ...] }, ...]
12
+ };
13
+ ```
14
+
15
+ - `frames[i].bands[]` — frequency band amplitudes, 0-1. Index 0 = bass, higher = treble.
16
+ - Each band normalized independently across the full track.
17
+
18
+ ## Mapping Audio to Visuals
19
+
20
+ | Audio signal | Visual property | Effect |
21
+ | ---------------------- | --------------------------------- | -------------------------- |
22
+ | Bass (bands[0]) | `scale` | Pulse on beat |
23
+ | Treble (bands[12-14]) | `textShadow`, `boxShadow` | Glow intensity |
24
+ | Overall amplitude | `opacity`, `y`, `backgroundColor` | Breathe, lift, color shift |
25
+ | Mid-range (bands[4-8]) | `borderRadius`, `width` | Shape morphing |
26
+
27
+ Any GSAP-tweenable property works — `clipPath`, `filter`, SVG attributes, CSS custom properties.
28
+
29
+ ## Content, Not Medium
30
+
31
+ Audio provides **timing and intensity**. The visual vocabulary comes from the narrative.
32
+
33
+ **Never add:** equalizer bars, spectrum analyzers, waveform displays, musical notes clip art, generic particle systems, rainbow color cycling, strobing white on beats, abstract pulsing orbs.
34
+
35
+ **Instead:** Let content guide the visual and audio drive its behavior. Bass makes warmth _swell_. Treble sharpens _contrast_. The visual choice comes from "what does this piece feel like?"
36
+
37
+ ## Sampling Pattern
38
+
39
+ Audio reactivity requires per-frame sampling via a `for` loop with `tl.call()`, not a single tween:
40
+
41
+ ```js
42
+ // ✅ Correct — sample every frame
43
+ for (var f = 0; f < AUDIO_DATA.totalFrames; f++) {
44
+ tl.call(
45
+ (function (frame) {
46
+ return function () {
47
+ draw(frame);
48
+ };
49
+ })(AUDIO_DATA.frames[f]),
50
+ [],
51
+ f / AUDIO_DATA.fps,
52
+ );
53
+ }
54
+
55
+ // ❌ Wrong — single tween, doesn't react to audio
56
+ gsap.to(".el", { scale: 1.2, duration: totalDuration });
57
+ ```
58
+
59
+ Without per-frame sampling, the composition doesn't actually react to audio.
60
+
61
+ ## textShadow Gotcha
62
+
63
+ `textShadow` on a parent container with semi-transparent children (e.g., inactive caption words at `rgba(255,255,255,0.3)`) renders a visible glow rectangle behind all children. Fix: apply `scale` to the container for beat pulse, but apply `textShadow` to individual active words only.
64
+
65
+ ## Guidelines
66
+
67
+ - **Subtlety for text** — 3-6% scale variation, soft glow. Heavy pulsing makes text unreadable.
68
+ - **Go bigger on non-text** — backgrounds and shapes can handle 10-30% swings.
69
+ - **Match the energy** — corporate = subtle; music video = dramatic.
70
+ - **Deterministic** — pre-extracted data, no Web Audio API, no runtime analysis.
71
+
72
+ ## Constraints
73
+
74
+ - All audio data must be pre-extracted (use `extract-audio-data.py` from this skill's `scripts/`)
75
+ - No `Math.random()` or `Date.now()`
76
+ - Audio reactivity runs on the same GSAP timeline as everything else
@@ -0,0 +1,164 @@
1
+ # Beat Direction
2
+
3
+ How to plan and direct individual scenes (beats) in a multi-scene composition. Read before writing any multi-scene video.
4
+
5
+ ## Contents
6
+
7
+ - Per-beat direction
8
+ - Concept
9
+ - Mood direction
10
+ - Animation choreography
11
+ - Transition
12
+ - Depth layers
13
+ - SFX cues
14
+ - Rhythm planning
15
+ - Velocity-matched transitions
16
+
17
+ ---
18
+
19
+ ## Per-Beat Direction
20
+
21
+ Each beat is a WORLD, not a layout. Before writing CSS specs and GSAP instructions, describe what the viewer EXPERIENCES. The difference between a great storyboard and a mediocre one:
22
+
23
+ **Mediocre:** "Dark navy background. '$1.9T' in white, 280px. Logo top-left. Wave image bottom-right."
24
+ **Great:** "Camera is already mid-flight over a vast dark canvas. The gradient wave sweeps across the frame like aurora borealis — alive, shifting. '$1.9T' SLAMS into existence with such force the wave ripples in response. This isn't a slide — it's a moment."
25
+
26
+ The first describes pixels. The second describes an experience. Write the second, then figure out the pixels.
27
+
28
+ Each beat should have:
29
+
30
+ ### Concept
31
+
32
+ The big idea for this beat in 2-3 sentences. What visual WORLD are we in? What metaphor drives it? What should the viewer FEEL? This is the most important part — everything else flows from it.
33
+
34
+ ### Mood direction
35
+
36
+ Cultural and design references, not hex codes:
37
+
38
+ - "Geometric, rhythmic, precise. Think Josef Albers or Bauhaus color studies."
39
+ - "Warm workspace. Nice notebook energy, not technical blueprint."
40
+ - "Cinematic title sequence. The kind of opening where you lean forward."
41
+
42
+ ### Animation choreography
43
+
44
+ Specific motion verbs per element — not "it animates in" but HOW. Verbs come from the beat's concept and content, not from an energy bucket. A wellness brand's "slow" beat might still have something that DROPS if the content is about letting go. A stats beat might FLOAT if the brand's identity is weightless.
45
+
46
+ The vocabulary of motion verbs (organized by physical character, not by energy level):
47
+
48
+ **Impact / weight:** SLAMS, CRASHES, PUNCHES, STAMPS, SHATTERS, DROPS (with force)
49
+ **Directional / deliberate:** SLIDES, PUSHES, PULLS, WIPES, CUTS
50
+ **Reveals / builds:** DRAWS, FILLS, GROWS, EXPANDS, ASSEMBLES, COUNTS UP
51
+ **Organic / ambient:** FLOATS, DRIFTS, BREATHES, PULSES, ORBITS, MORPHS
52
+ **Mechanical / precise:** TYPES ON, CLICKS, LOCKS IN, SNAPS, STEPS
53
+
54
+ Every element gets a verb. If you can't name the verb, the element is not yet designed. The verb should follow from the beat's concept — not from a lookup of what "high energy" or "low energy" beats use.
55
+
56
+ For text elements specifically, you can name a deterministic, named effect by ID (e.g. `typewriter`, `kinetic-center-build`, `soft-blur-in`) instead of inventing timing from scratch — the 24-effect vocabulary and how to load it live in `skills/hyperframes-animation/adapters/animate-text.md`.
57
+
58
+ ### Transition
59
+
60
+ How this beat hands off to the next. Specify the type and parameters.
61
+
62
+ **When to pick which:**
63
+
64
+ | Choose shader transition for | Choose CSS transition for | Choose hard cut for |
65
+ | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | -------------------------------------------------------------- |
66
+ | Reveals, big reaction shots, product/logo unveils, energy shifts, "wow" moments | Continuous camera-motion beats where the scene feels like one move broken into cuts | Rapid-fire lists, percussive edits on the beat, comedic timing |
67
+ | Any moment the music/VO punctuates with a downbeat or SFX hit | Beats that ease from one composition into the next with shared motion vocabulary | Sequences of 3+ quick tempo-matched switches |
68
+ | Brand moments where the transition itself _is_ the visual | Minimal/editorial pacing | Anytime a 0.3-0.8s transition would feel too slow |
69
+
70
+ Rule of thumb: if the beat is the _centerpiece_ of the video, shader-transition into it. If the beat is connective tissue, a CSS crossfade is fine. A brand reel of 5-7 beats usually wants 1-2 shader transitions (the hero reveal + the CTA) — too many flatten their impact.
71
+
72
+ **Mixing shader and CSS crossfade transitions in one composition is supported.** Omit `shader` on any transition entry to get a smooth opacity crossfade — HyperShader manages all scene visibility regardless. Let HyperShader create the timeline (don't pass a pre-built `timeline:` option) and add all composition tweens to the returned `tl` after `init()`. Config snippet in `skills/hyperframes-animation/transitions/overview.md` → "CSS vs Shader".
73
+
74
+ **CSS transitions** — 30+ patterns across 13 categories. Full code in `skills/hyperframes-animation/transitions/` (route via `catalog.md`). Pick based on the energy and feel:
75
+
76
+ | Category | Patterns | Motion character |
77
+ | ------------------ | ------------------------------------------------------------------------ | -------------------------------------------------------------------------- |
78
+ | **Push / slide** | Push slide, vertical push, elastic push, squeeze | Content moves through the frame as if on a continuous surface |
79
+ | **Scale / zoom** | Zoom through, zoom out | Perspective shifts — moving toward or away from content |
80
+ | **Radial / clip** | Circle iris, diamond iris, diagonal split | Geometric reveal — content emerges or is covered by a shape |
81
+ | **3D** | 3D card flip | Physical — content flips like a tangible object |
82
+ | **Dissolve** | Crossfade, blur crossfade, focus pull, color dip | Overlap and blend — both scenes exist simultaneously during the transition |
83
+ | **Cover / blinds** | Staggered color blocks, horizontal blinds (6/12 strips), vertical blinds | Structural — content is sliced, layered, or covered |
84
+ | **Light** | Light leak overlays, overexposure burn, film burn | Organic film — light bleeds across the frame |
85
+ | **Distortion** | Glitch (CSS RGB jitter), chromatic aberration, ripple, VHS tape | Instability — the image itself appears to malfunction |
86
+ | **Blur** | Blur through, directional blur | Soft defocus — content blurs in or out |
87
+ | **Mechanical** | Shutter (two-half), clock wipe (9-point wedge) | Precision — transitions with visible mechanical logic |
88
+ | **Grid** | Grid dissolve (12/120 cells) | Fragmentation — the frame breaks into pieces |
89
+ | **Destruction** | Page burn (SVG clip-path + canvas rim) | Dramatic decay — the previous scene is destroyed |
90
+ | **Other** | Gravity drop, morph circle | Physical or shape-based motion that doesn't fit other categories |
91
+
92
+ Common quick-picks:
93
+
94
+ - **Velocity-matched upward**: exit `y:-150, blur:30px, 0.33s power2.in` → entry `y:150→0, blur:30px→0, 1.0s power2.out`
95
+ - **Whip pan**: exit `x:-400, blur:24px, 0.3s power3.in` → entry `x:400→0, blur:24px→0, 0.3s power3.out`
96
+ - **Blur through**: exit `blur:20px, 0.3s` → entry `blur:20px→0, 0.25s power3.out`
97
+ - **Zoom through**: exit `scale:1→1.2, blur:20px, 0.2s power3.in` → entry `scale:0.75→1, blur:20px→0, 0.5s expo.out`
98
+ - **Hard cut / smash cut**: instant, for rapid-fire sequences
99
+
100
+ Timing presets: snappy (0.2s), smooth (0.4s), gentle (0.6s), dramatic (0.5s), instant (0.15s), luxe (0.7s).
101
+
102
+ **Shader transitions** — 14 built-in WebGL GPU effects. Install with `npx hyperframes add <name>` (block name ≠ shader name — see `skills/hyperframes-registry/references/discovery.md`); full API in `packages/shader-transitions/README.md`.
103
+
104
+ | Shader | Visual description | Duration range |
105
+ | ----------------------- | ---------------------------------------------------------------------------------------------- | -------------- |
106
+ | **domain-warp** | Organic FBM dissolve — both scenes warp toward each other with an accent flash at the midpoint | 0.5–0.8s |
107
+ | **ridged-burn** | Multifractal mask reveals the incoming scene through a burn ramp with sparks at the edge | 0.5–0.8s |
108
+ | **whip-pan** | 10-sample horizontal motion blur + lateral crossfade — reads like a camera pan between shots | 0.3–0.5s |
109
+ | **sdf-iris** | Circle SDF expands from center, with accent-tinted glow rings at the expanding edge | 0.5–0.7s |
110
+ | **ripple-waves** | Radial standing-wave UV displacement — content ripples outward as scenes cross | 0.6–1.0s |
111
+ | **gravitational-lens** | Pinch pull toward center + R/B chromatic separation — content bends inward then releases | 0.6–1.0s |
112
+ | **cinematic-zoom** | 12 RGB-offset radial zoom blur samples — motion streak radiating from center | 0.4–0.6s |
113
+ | **chromatic-split** | R/B radial channel shift outward, G fixed — channels separate then rejoin | 0.3–0.5s |
114
+ | **swirl-vortex** | CCW swirl with FBM noise — content spirals away and the new scene spirals in | 0.5–0.8s |
115
+ | **thermal-distortion** | Vertical sine + FBM horizontal displacement — heat-haze shimmer across the frame | 0.5–0.8s |
116
+ | **flash-through-white** | Fade through white midpoint — almost invisible at 0.01s, noticeable at 0.3s | 0.01s–0.3s |
117
+ | **cross-warp-morph** | FBM vector field displaces both scenes; a third FBM biases the wipe direction | 0.5–0.8s |
118
+ | **light-leak** | Fixed off-frame light source with exponential falloff, warmth, and a ridge flare | 0.5–0.8s |
119
+ | **glitch** | Line displacement + RGB lateral split + scan modulation + posterization + flicker | 0.3–0.5s |
120
+
121
+ **You are not limited to what's listed here.** These are the built-in options, but you can and should:
122
+
123
+ - **Write custom GLSL shaders** from scratch for unique transition effects
124
+ - **Search online** for shader code (ShaderToy, GLSL Sandbox, GitHub) and adapt it
125
+ - **Build custom CSS transitions** that aren't in any category — combine clip-path, transforms, filters in new ways
126
+ - **Ask the user** to provide or find specific effects if you need something specialized
127
+
128
+ If the storyboard calls for an effect that doesn't exist yet — build it. The framework renders anything a browser can run.
129
+
130
+ ### Depth layers
131
+
132
+ What's in foreground, midground, and background. Every beat should have at least 2 layers:
133
+
134
+ - "BG: dark navy fill + subtle radial glow. MG: stat cards with drop shadow. FG: brand logo bottom-right."
135
+
136
+ ### SFX cues
137
+
138
+ What sounds at what moment:
139
+
140
+ - "On the capture pulse — a soft, warm analog shutter click."
141
+ - "Left side carries a faint low drone. On fold: drone cuts. Silence. Then a single clean chime."
142
+
143
+ ---
144
+
145
+ ## Rhythm Planning
146
+
147
+ Before writing HTML, declare your scene rhythm: which scenes are quick hits, which are holds, where do shaders land, where does energy peak. Name the pattern — fast-fast-SLOW-fast-SHADER-hold — before implementing.
148
+
149
+ **Derive the rhythm from the storyboard and the brand, not from a lookup.** A 15-second social ad for an architectural firm and a 15-second social ad for a gaming brand have different rhythms — both are 15 seconds, but one is slow-reveal-hold-CTA and the other is rapid-fire-SLAM-hook. Video type sets constraints (duration, approximate beat count); the brand and content determine whether those beats are slow or fast, sparse or dense, dramatic or controlled.
150
+
151
+ Questions that drive rhythm decisions:
152
+
153
+ - What emotional journey should the viewer take? Where is the peak moment?
154
+ - Where does the narration land its heaviest emphasis? That's usually where energy should peak.
155
+ - What does the brand's own visual pacing suggest — unhurried or urgent?
156
+ - How many beats can the duration actually support without feeling rushed or padded?
157
+
158
+ A social ad that tries to hook in 2s, showcase 3 features, and end with a CTA in 15s will feel like noise. Sometimes "hook-hold-CTA" with one strong feature is the right rhythm for 15 seconds. Name the rhythm you've planned before implementing.
159
+
160
+ ---
161
+
162
+ ## Velocity-Matched Transitions
163
+
164
+ Exit the outgoing beat with an accelerating ease (power2.in or power3.in) plus a blur ramp. Enter the incoming beat with a decelerating ease (power2.out or power3.out) plus blur clear. The fastest point of both easing curves meets at the cut — the viewer perceives continuous camera motion, not two discrete animations. Match exit velocity to entry velocity within ~5% tolerance.
@@ -0,0 +1,199 @@
1
+ # Composition Patterns
2
+
3
+ ## Contents
4
+
5
+ - Picture-in-picture
6
+ - Text behind subject
7
+ - Title card with fade
8
+ - Slide show with section headers
9
+ - Top-level composition example
10
+
11
+ ## Picture-in-Picture (Video in a Frame)
12
+
13
+ Animate a wrapper div for position/size. The video fills the wrapper. The wrapper has NO data attributes.
14
+
15
+ ```html
16
+ <div
17
+ id="pip-frame"
18
+ style="position:absolute;top:0;left:0;width:1920px;height:1080px;z-index:50;overflow:hidden;"
19
+ >
20
+ <video
21
+ id="el-video"
22
+ data-start="0"
23
+ data-duration="60"
24
+ data-track-index="0"
25
+ src="talking-head.mp4"
26
+ muted
27
+ playsinline
28
+ ></video>
29
+ </div>
30
+ ```
31
+
32
+ ```js
33
+ tl.to(
34
+ "#pip-frame",
35
+ { top: 700, left: 1360, width: 500, height: 280, borderRadius: 16, duration: 1 },
36
+ 10,
37
+ );
38
+ tl.to("#pip-frame", { left: 40, duration: 0.6 }, 30);
39
+ ```
40
+
41
+ ## Text Behind Subject (transparent webm overlay)
42
+
43
+ Put a headline _behind_ a presenter so their silhouette occludes the text. Requires a transparent cutout produced by `npx hyperframes remove-background presenter.mp4 -o presenter.webm`.
44
+
45
+ Three layers, plus one critical rule:
46
+
47
+ ```html
48
+ <!-- z=1 base — full opaque mp4 (lobby + presenter), always visible -->
49
+ <video
50
+ id="cf-base"
51
+ data-start="0"
52
+ data-duration="6"
53
+ data-media-start="0"
54
+ data-track-index="0"
55
+ src="presenter.mp4"
56
+ muted
57
+ playsinline
58
+ ></video>
59
+
60
+ <!-- z=2 headline — visible the whole time -->
61
+ <h1
62
+ id="cf-headline"
63
+ style="position:absolute;top:50%;left:50%;
64
+ transform:translate(-50%,-50%); z-index:2; font-size:220px; font-weight:900;
65
+ color:#fff; text-shadow:0 6px 32px rgba(0,0,0,.55); clip-path:inset(0 0 100% 0);"
66
+ >
67
+ MAKE IT IN HYPERFRAMES
68
+ </h1>
69
+
70
+ <!-- z=3 cutout — same source, alpha around presenter, hidden until the cut -->
71
+ <!-- WRAPPER has the opacity, NOT the video itself (see rule below). -->
72
+ <div class="cutout-wrap" style="position:absolute;inset:0;z-index:3;opacity:0">
73
+ <video
74
+ id="cf-cutout"
75
+ data-start="0"
76
+ data-duration="6"
77
+ data-media-start="0"
78
+ data-track-index="1"
79
+ src="presenter.webm"
80
+ muted
81
+ playsinline
82
+ ></video>
83
+ </div>
84
+ ```
85
+
86
+ ```js
87
+ const tl = gsap.timeline({ paused: true });
88
+ const CUT = 3.3;
89
+
90
+ // Reveal headline early
91
+ tl.to("#cf-headline", { clipPath: "inset(0 0 0% 0)", duration: 0.6, ease: "expo.out" }, 0.25);
92
+
93
+ // At the cut, flip the cutout wrapper visible — the presenter's silhouette
94
+ // punches through the headline.
95
+ tl.set(".cutout-wrap", { opacity: 1 }, CUT);
96
+
97
+ // Sentinel: extend timeline to the composition's full duration so the
98
+ // renderer doesn't bail past the last meaningful tween.
99
+ tl.set({}, {}, 6);
100
+
101
+ window.__timelines["cover-flip"] = tl;
102
+ ```
103
+
104
+ **Why a wrapper div, not opacity on the video itself?**
105
+
106
+ The framework forces `opacity: 1` on any element with `data-start`/`data-duration` while it's "active" — that's how it manages clip lifecycles. A CSS `opacity: 0` on the video element is silently overwritten. Wrap the video in a div with no `data-*` attributes; the wrapper is owned by your CSS/GSAP.
107
+
108
+ **Why both videos at `data-start="0"`?**
109
+
110
+ So both decode in sync from t=0. Late-mounting the cutout (`data-start=3.3`) makes Chrome do a seek + decoder warm-up at mount, which can land a frame off the base mp4 — visible as a one-frame jitter at the cut.
111
+
112
+ **Color match:** `remove-background` defaults to `--quality balanced` (crf 18) which keeps the cutout's RGB nearly identical to the source mp4 — minimal edge halo or color shift when overlaid. Use `--quality best` (crf 12) for hero shots; only drop to `--quality fast` (crf 30) when the cutout sits over a _different_ background and the size matters.
113
+
114
+ ## Title Card with Fade
115
+
116
+ ```html
117
+ <div
118
+ id="title-card"
119
+ data-start="0"
120
+ data-duration="5"
121
+ data-track-index="5"
122
+ style="display:flex;align-items:center;justify-content:center;background:#111;z-index:60;"
123
+ >
124
+ <h1 style="font-size:64px;color:#fff;opacity:0;">My Video Title</h1>
125
+ </div>
126
+ ```
127
+
128
+ ```js
129
+ tl.to("#title-card h1", { opacity: 1, duration: 0.6 }, 0.3);
130
+ tl.to("#title-card", { opacity: 0, duration: 0.5 }, 4);
131
+ ```
132
+
133
+ ## Slide Show with Section Headers
134
+
135
+ Use separate elements on the same track, each with its own time range. Slides auto-mount/unmount based on `data-start`/`data-duration`.
136
+
137
+ ```html
138
+ <div class="slide" data-start="0" data-duration="30" data-track-index="3">...</div>
139
+ <div class="slide" data-start="30" data-duration="25" data-track-index="3">...</div>
140
+ <div class="slide" data-start="55" data-duration="20" data-track-index="3">...</div>
141
+ ```
142
+
143
+ ## Top-Level Composition Example
144
+
145
+ ```html
146
+ <div
147
+ id="comp-1"
148
+ data-composition-id="my-video"
149
+ data-start="0"
150
+ data-duration="60"
151
+ data-width="1920"
152
+ data-height="1080"
153
+ >
154
+ <!-- Primitive clips -->
155
+ <video
156
+ id="el-1"
157
+ data-start="0"
158
+ data-duration="10"
159
+ data-track-index="0"
160
+ src="..."
161
+ muted
162
+ playsinline
163
+ ></video>
164
+ <video
165
+ id="el-2"
166
+ data-start="el-1"
167
+ data-duration="8"
168
+ data-track-index="0"
169
+ src="..."
170
+ muted
171
+ playsinline
172
+ ></video>
173
+ <img id="el-3" data-start="5" data-duration="4" data-track-index="1" src="..." />
174
+ <audio id="el-4" data-start="0" data-duration="30" data-track-index="2" src="..." />
175
+
176
+ <!-- Sub-compositions loaded from files -->
177
+ <div
178
+ id="el-5"
179
+ data-composition-id="intro-anim"
180
+ data-composition-src="compositions/intro-anim.html"
181
+ data-start="0"
182
+ data-track-index="3"
183
+ ></div>
184
+
185
+ <div
186
+ id="el-6"
187
+ data-composition-id="captions"
188
+ data-composition-src="compositions/caption-overlay.html"
189
+ data-start="0"
190
+ data-track-index="4"
191
+ ></div>
192
+
193
+ <script>
194
+ // Just register the timeline — framework auto-nests sub-compositions
195
+ const tl = gsap.timeline({ paused: true });
196
+ window.__timelines["my-video"] = tl;
197
+ </script>
198
+ </div>
199
+ ```
@@ -0,0 +1,19 @@
1
+ # Data in Motion
2
+
3
+ Light guidance for data and stats in video compositions. `house-style.md` handles aesthetics; this just addresses data-specific pitfalls.
4
+
5
+ ## Visual Continuity
6
+
7
+ When successive stats belong to the same concept (Q1 → Q2 → Q3 → Q4, or three metrics for the same product), keep them in the same visual space with the same aesthetic. Only the VALUE changes. An aesthetic change should signal a new concept, not just a new number.
8
+
9
+ ## Numbers Need Visual Weight
10
+
11
+ A number on its own floats in empty space. Pair every metric with a visual element that gives it presence — a proportional fill bar, a background color shift, a shape that represents the value, a progress ring. The visual doesn't need to be a chart — it just needs to fill the frame and make the data feel tangible rather than just text on a background.
12
+
13
+ ## Avoid Web Patterns
14
+
15
+ - **No pie charts** — hard to compare, looks like PowerPoint
16
+ - **No multi-axis charts** — viewer can't study intersections in a 3-second window
17
+ - **No 6-panel dashboards** — 2-3 related metrics side-by-side is fine, 6+ is a web pattern
18
+ - **No gridlines, tick marks, or legends** — visual noise that adds nothing in motion
19
+ - **No chart library output** — build with GSAP + SVG/CSS, not D3 or Chart.js
@@ -0,0 +1,19 @@
1
+ # Design Adherence
2
+
3
+ Post-authoring verification that the composition follows the design spec. Run it after building, before serving the preview.
4
+
5
+ If a design spec (`frame.md` / `design.md`) exists, read the HTML and check:
6
+
7
+ 1. **Colors** — every hex value in the composition appears in the spec's palette section (however the user labeled it: Colors, Palette, Theme, etc.). Flag any invented colors.
8
+ 2. **Typography** — font families and weights match the spec's type spec. No substitutions.
9
+ 3. **Corners** — border-radius values match the declared corner style, if specified.
10
+ 4. **Spacing** — padding and gap values fall within the declared density range, if specified.
11
+ 5. **Depth** — shadow usage matches the declared depth level, if specified (flat = none, subtle = light, layered = glows).
12
+ 6. **Avoidance rules** — if the spec has a section listing things to avoid (commonly "What NOT to Do", "Don'ts", "Anti-patterns", or "Do's and Don'ts"), verify none are present.
13
+
14
+ Report violations as a checklist. Fix each one before serving.
15
+
16
+ If no design spec exists (house-style-only path), verify:
17
+
18
+ 1. **Palette consistency** — the same bg, fg, and accent colors are used across all scenes. No per-scene color invention.
19
+ 2. **No lazy defaults** — check the composition against `house-style.md`'s "Lazy Defaults to Question" list. If any appear, they must be a deliberate choice for the content, not a default.