From 7fe8bab57dfe944c32b0c29fced6bac50416abf2 Mon Sep 17 00:00:00 2001 From: Miao Yang Date: Sat, 20 Jun 2026 01:39:58 +0800 Subject: [PATCH 01/18] refactor(skills): restructure product-launch-video into product-lunch-video Collapse the phase/style-preset-heavy product-launch-video skill into a leaner product-lunch-video layout (references + scripts + sub-agents), and extend the hyperframes core/creative/media skills with new format and preset references. Co-Authored-By: Claude Opus 4.8 (1M context) --- packages/cli/src/capture/contentExtractor.ts | 33 +- skills/general-video/SKILL.md | 29 +- skills/hyperframes-core/SKILL.md | 152 +- .../references/determinism-rules.md | 4 +- .../references/script-format.md | 49 + .../references/storyboard-format.md | 95 + skills/hyperframes-creative/SKILL.md | 34 +- .../frame-presets/blockframe/FRAME.md | 275 ++ .../blockframe/frame-showcase.html | 301 ++ .../frame-presets/capsule/FRAME.md | 284 ++ .../frame-presets/capsule/frame-showcase.html | 321 ++ .../references/design-spec.md | 44 + skills/hyperframes-media/SKILL.md | 20 +- skills/hyperframes-media/references/bgm.md | 29 +- skills/hyperframes-media/references/sfx.md | 32 + skills/hyperframes/SKILL.md | 204 +- skills/product-launch-video/SKILL.md | 391 --- .../agents/design-system.md | 25 - .../agents/hyperframes-finalize.md | 93 - .../agents/hyperframes-scene.md | 341 -- .../agents/story-design.md | 50 - .../agents/visual-design.md | 49 - .../assets/sfx/CREDITS.md | 23 - .../product-launch-video/assets/sfx/chime.mp3 | Bin 27309 -> 0 bytes .../assets/sfx/click-soft.mp3 | Bin 11702 -> 0 bytes .../product-launch-video/assets/sfx/click.mp3 | Bin 11702 -> 0 bytes .../product-launch-video/assets/sfx/error.mp3 | Bin 51827 -> 0 bytes .../assets/sfx/glitch-1.mp3 | Bin 84427 -> 0 bytes .../assets/sfx/glitch-2.mp3 | Bin 112128 -> 0 bytes .../assets/sfx/glitch-3.mp3 | Bin 99072 -> 0 bytes .../assets/sfx/impact-bass-1.mp3 | Bin 67709 -> 0 bytes .../assets/sfx/impact-bass-2.mp3 | Bin 82944 -> 0 bytes .../assets/sfx/key-press.mp3 | Bin 3909 -> 0 bytes .../assets/sfx/manifest.json | 97 - .../assets/sfx/notification.mp3 | Bin 78576 -> 0 bytes .../product-launch-video/assets/sfx/ping.mp3 | Bin 26400 -> 0 bytes .../product-launch-video/assets/sfx/pop.mp3 | Bin 23040 -> 0 bytes .../product-launch-video/assets/sfx/riser.mp3 | Bin 321024 -> 0 bytes .../assets/sfx/sparkle.mp3 | Bin 57678 -> 0 bytes .../assets/sfx/typing.mp3 | Bin 26852 -> 0 bytes .../assets/sfx/whoosh-cinematic.mp3 | Bin 177408 -> 0 bytes .../assets/sfx/whoosh-short.mp3 | Bin 18390 -> 0 bytes .../assets/sfx/whoosh.mp3 | Bin 18390 -> 0 bytes .../phases/audio/guide.md | 55 - .../phases/audio/lyria-recipe.py | 126 - .../phases/captions/guide.md | 131 - .../phases/capture/guide.md | 82 - .../phases/design-system/README.md | 220 -- .../phases/design-system/REMIX-SPEC.md | 54 - .../phases/design-system/guide.md | 167 - .../design-system/scripts/build-design.mjs | 2948 ----------------- .../design-system/scripts/emit-chunks.mjs | 276 -- .../8-bit-orbit/caption-skin.html | 253 -- .../8-bit-orbit/components/bar-vertical.md | 58 - .../8-bit-orbit/components/bg-grid.md | 61 - .../8-bit-orbit/components/button.md | 26 - .../8-bit-orbit/components/chip.md | 25 - .../8-bit-orbit/components/corner-pins.md | 57 - .../8-bit-orbit/components/crt-overlay.md | 46 - .../8-bit-orbit/components/feature-card.md | 59 - .../8-bit-orbit/components/hero-badge.md | 43 - .../8-bit-orbit/components/hero.md | 46 - .../8-bit-orbit/components/pixel-particles.md | 40 - .../8-bit-orbit/components/quote-line.md | 81 - .../8-bit-orbit/components/starfield.md | 47 - .../8-bit-orbit/components/stat-block.md | 60 - .../style-presets/8-bit-orbit/preset.md | 584 ---- .../block-frame/caption-skin.html | 247 -- .../block-frame/components/button.md | 20 - .../block-frame/components/chip.md | 19 - .../block-frame/components/corner-pins.md | 48 - .../block-frame/components/dot-grid-bg.md | 22 - .../block-frame/components/feature-card.md | 75 - .../block-frame/components/hero.md | 126 - .../block-frame/components/quote-frame.md | 66 - .../block-frame/components/star-burst.md | 20 - .../block-frame/components/stat-counter.md | 48 - .../block-frame/components/timeline-step.md | 71 - .../style-presets/block-frame/preset.md | 494 --- .../style-presets/capsule/caption-skin.html | 243 -- .../capsule/components/bar-chart.md | 92 - .../style-presets/capsule/components/chip.md | 22 - .../capsule/components/diagram-node.md | 58 - .../capsule/components/floating-pills.md | 92 - .../style-presets/capsule/components/hero.md | 49 - .../capsule/components/orbit-composition.md | 94 - .../capsule/components/pillar-card.md | 53 - .../capsule/components/quote-highlight.md | 54 - .../capsule/components/stat-counter.md | 47 - .../capsule/components/timeline-step.md | 54 - .../capsule/components/title-pill.md | 23 - .../capsule/components/visual-frame.md | 54 - .../style-presets/capsule/preset.md | 374 --- .../creative-mode/caption-skin.html | 251 -- .../creative-mode/components/button.md | 33 - .../creative-mode/components/chip.md | 19 - .../creative-mode/components/closing-stamp.md | 53 - .../creative-mode/components/compare-row.md | 50 - .../creative-mode/components/divider-loud.md | 13 - .../creative-mode/components/hero.md | 51 - .../creative-mode/components/iso-stack.md | 78 - .../creative-mode/components/rotated-badge.md | 20 - .../creative-mode/components/stat-counter.md | 62 - .../creative-mode/components/step-card.md | 57 - .../style-presets/creative-mode/preset.md | 550 --- .../daisy-days/caption-skin.html | 256 -- .../daisy-days/components/bullet-list.md | 46 - .../daisy-days/components/chip.md | 19 - .../daisy-days/components/hero.md | 53 - .../daisy-days/components/info-card.md | 66 - .../daisy-days/components/ornament-cluster.md | 121 - .../daisy-days/components/process-step.md | 92 - .../daisy-days/components/quote-card.md | 45 - .../daisy-days/components/stat-counter.md | 37 - .../daisy-days/components/timeline-row.md | 89 - .../daisy-days/components/week-grid.md | 121 - .../daisy-days/components/welcome-frame.md | 52 - .../style-presets/daisy-days/preset.md | 445 --- .../editorial-forest/caption-skin.html | 249 -- .../editorial-forest/components/footline.md | 29 - .../editorial-forest/components/hero.md | 81 - .../editorial-forest/components/meta-dl.md | 52 - .../components/monogram-circle.md | 30 - .../editorial-forest/components/quote-card.md | 78 - .../editorial-forest/components/rule-thin.md | 21 - .../components/stat-counter.md | 52 - .../editorial-forest/components/step-tile.md | 79 - .../editorial-forest/components/topbar.md | 43 - .../editorial-forest/components/topic-tile.md | 71 - .../style-presets/editorial-forest/preset.md | 418 --- .../style-presets/editorial/caption-skin.html | 253 -- .../editorial/components/button.md | 19 - .../editorial/components/chapter-label.md | 30 - .../editorial/components/chip.md | 15 - .../editorial/components/divider-rule.md | 10 - .../editorial/components/drop-cap.md | 22 - .../editorial/components/gradient-mesh-bg.md | 61 - .../editorial/components/hero.md | 34 - .../editorial/components/pull-quote.md | 26 - .../editorial/components/stat-counter.md | 26 - .../editorial/components/two-column.md | 14 - .../style-presets/editorial/preset.md | 429 --- .../emerald-editorial/caption-skin.html | 267 -- .../components/agenda-row.md | 48 - .../emerald-editorial/components/button.md | 27 - .../components/chart-card.md | 162 - .../emerald-editorial/components/chip.md | 21 - .../components/divider-loud.md | 17 - .../emerald-editorial/components/hero.md | 93 - .../components/inverse-tile.md | 46 - .../emerald-editorial/components/kpi-tile.md | 73 - .../components/masthead-strip.md | 25 - .../components/ornament-double-rule.md | 51 - .../components/paper-tile.md | 47 - .../components/process-step.md | 64 - .../components/section-numeral-panel.md | 61 - .../components/stat-counter.md | 38 - .../style-presets/emerald-editorial/preset.md | 517 --- .../liquid-glass/caption-skin.html | 267 -- .../components/aurora-bg-fallback.md | 37 - .../components/glass-media-bar.md | 59 - .../liquid-glass/components/glass-menu.md | 63 - .../components/glass-notification.md | 67 - .../components/glass-pill-chip.md | 46 - .../liquid-glass/components/glass-slider.md | 83 - .../liquid-glass/components/glass-toggle.md | 76 - .../components/glass-widget-card.md | 59 - .../liquid-glass/components/liquid-stage.md | 134 - .../style-presets/liquid-glass/preset.md | 684 ---- .../neo-brutalism/caption-skin.html | 251 -- .../neo-brutalism/components/button.md | 21 - .../neo-brutalism/components/chip.md | 16 - .../neo-brutalism/components/corner-pins.md | 37 - .../components/deco-green-circle.md | 33 - .../components/deco-pink-block.md | 36 - .../components/deco-yellow-bar.md | 42 - .../neo-brutalism/components/divider-loud.md | 11 - .../neo-brutalism/components/dot-grid-bg.md | 11 - .../components/gradient-mesh-bg.md | 50 - .../neo-brutalism/components/hero.md | 33 - .../neo-brutalism/components/manifesto.md | 53 - .../neo-brutalism/components/rules-do-dont.md | 94 - .../neo-brutalism/components/stat-counter.md | 27 - .../style-presets/neo-brutalism/preset.md | 448 --- .../peoples-platform/caption-skin.html | 252 -- .../components/diamond-list.md | 71 - .../peoples-platform/components/end-stamp.md | 104 - .../components/framed-stamp.md | 71 - .../peoples-platform/components/mega-stat.md | 80 - .../components/orange-quote.md | 89 - .../components/rotated-stamp.md | 72 - .../peoples-platform/components/script-em.md | 45 - .../components/stamp-statement.md | 50 - .../peoples-platform/components/track-dots.md | 87 - .../style-presets/peoples-platform/preset.md | 877 ----- .../pin-and-paper/caption-skin.html | 254 -- .../pin-and-paper/components/chip.md | 37 - .../pin-and-paper/components/divider-loud.md | 33 - .../pin-and-paper/components/hero.md | 53 - .../components/paper-grain-overlay.md | 39 - .../pin-and-paper/components/pill-yes.md | 50 - .../pin-and-paper/components/pinned-card.md | 78 - .../pin-and-paper/components/process-step.md | 67 - .../pin-and-paper/components/quote-panel.md | 61 - .../pin-and-paper/components/safety-pin.md | 61 - .../pin-and-paper/components/scribble-note.md | 51 - .../pin-and-paper/components/stamp.md | 44 - .../pin-and-paper/components/stat-counter.md | 78 - .../style-presets/pin-and-paper/preset.md | 591 ---- .../style-presets/playful/caption-skin.html | 264 -- .../playful/components/blob-frame.md | 43 - .../playful/components/button.md | 45 - .../style-presets/playful/components/chip.md | 27 - .../playful/components/doodle-corner.md | 61 - .../playful/components/filled-block.md | 63 - .../playful/components/ghost-blob.md | 42 - .../style-presets/playful/components/hero.md | 52 - .../playful/components/rough-box.md | 62 - .../playful/components/scribble-svg.md | 36 - .../playful/components/stat-counter.md | 43 - .../playful/components/step-node.md | 66 - .../playful/components/tag-pill.md | 23 - .../playful/components/vertical-spine.md | 27 - .../style-presets/playful/preset.md | 540 --- .../retro-zine/caption-skin.html | 249 -- .../retro-zine/components/button.md | 38 - .../retro-zine/components/card-offset.md | 70 - .../retro-zine/components/chip.md | 36 - .../retro-zine/components/collage-piece.md | 76 - .../retro-zine/components/drop-cap.md | 37 - .../retro-zine/components/grain-overlay.md | 24 - .../retro-zine/components/hero.md | 48 - .../retro-zine/components/inline-highlight.md | 31 - .../retro-zine/components/ledger-row.md | 55 - .../retro-zine/components/ribbon-bar.md | 33 - .../retro-zine/components/stamp-mark.md | 38 - .../retro-zine/components/tape.md | 36 - .../style-presets/retro-zine/preset.md | 609 ---- .../sakura-chroma/caption-skin.html | 252 -- .../sakura-chroma/components/bar-eq.md | 130 - .../sakura-chroma/components/chip.md | 43 - .../sakura-chroma/components/hero.md | 56 - .../sakura-chroma/components/ledger-row.md | 118 - .../sakura-chroma/components/lockup-bar.md | 46 - .../sakura-chroma/components/paper-texture.md | 27 - .../sakura-chroma/components/petal-cluster.md | 52 - .../sakura-chroma/components/product-card.md | 96 - .../sakura-chroma/components/quote-callout.md | 63 - .../sakura-chroma/components/red-stamp.md | 31 - .../sakura-chroma/components/ribbon-band.md | 60 - .../sakura-chroma/components/rosette-seal.md | 28 - .../components/spec-checklist.md | 70 - .../sakura-chroma/components/stat-counter.md | 61 - .../sakura-chroma/components/topbar-rule.md | 48 - .../style-presets/sakura-chroma/preset.md | 670 ---- .../scatterbrain/caption-skin.html | 263 -- .../scatterbrain/components/bg-cork.md | 30 - .../scatterbrain/components/bg-paper.md | 29 - .../scatterbrain/components/bg-warm.md | 38 - .../scatterbrain/components/chip.md | 36 - .../scatterbrain/components/compare-card.md | 128 - .../scatterbrain/components/doodle.md | 65 - .../scatterbrain/components/feature-card.md | 87 - .../scatterbrain/components/grain-overlay.md | 22 - .../scatterbrain/components/hero.md | 104 - .../scatterbrain/components/photo-frame.md | 95 - .../scatterbrain/components/post-it.md | 173 - .../scatterbrain/components/stat-counter.md | 84 - .../scatterbrain/components/timeline-step.md | 102 - .../style-presets/scatterbrain/preset.md | 631 ---- .../soft-editorial/caption-skin.html | 264 -- .../soft-editorial/components/action-bar.md | 47 - .../soft-editorial/components/button.md | 35 - .../soft-editorial/components/chip.md | 31 - .../soft-editorial/components/color-card.md | 60 - .../soft-editorial/components/dashed-rule.md | 23 - .../soft-editorial/components/drop-cap.md | 29 - .../soft-editorial/components/hero.md | 80 - .../soft-editorial/components/pull-quote.md | 51 - .../soft-editorial/components/soft-card.md | 42 - .../soft-editorial/components/stat-counter.md | 44 - .../soft-editorial/components/step-card.md | 61 - .../soft-editorial/components/swatch-row.md | 33 - .../style-presets/soft-editorial/preset.md | 562 ---- .../stencil-tablet/caption-skin.html | 248 -- .../stencil-tablet/components/action-bar.md | 64 - .../stencil-tablet/components/chip.md | 70 - .../stencil-tablet/components/feature-card.md | 84 - .../stencil-tablet/components/hero.md | 57 - .../stencil-tablet/components/matrix-cell.md | 75 - .../stencil-tablet/components/process-node.md | 71 - .../stencil-tablet/components/quote-panel.md | 82 - .../components/section-num-block.md | 82 - .../stencil-tablet/components/stat-counter.md | 78 - .../stencil-tablet/components/tablet.md | 89 - .../style-presets/stencil-tablet/preset.md | 551 --- .../archetypes/before-after-bridge/desklog.md | 105 - .../archetypes/before-after-bridge/kyvos.md | 167 - .../before-after-bridge/overview.md | 79 - .../story-design/archetypes/demo-loop/gwi.md | 86 - .../archetypes/demo-loop/overview.md | 66 - .../feature-benefit-cascade/elemental-soul.md | 140 - .../feature-benefit-cascade/overview.md | 82 - .../feature-benefit-cascade/vibe-co.md | 126 - .../archetypes/future-pacing/agentgpt.md | 163 - .../archetypes/future-pacing/overview.md | 65 - .../archetypes/pain-agitate-solve/alpha.md | 115 - .../archetypes/pain-agitate-solve/madison.md | 189 -- .../archetypes/pain-agitate-solve/overview.md | 76 - .../phases/story-design/guide.md | 298 -- .../phases/visual-design/blueprints-index.md | 161 - .../phases/visual-design/effects-catalog.md | 63 - .../phases/visual-design/guide.md | 320 -- .../visual-design/rules/color-system.md | 175 - .../phases/visual-design/rules/composition.md | 213 -- .../visual-design/rules/motion-language.md | 155 - .../phases/visual-design/rules/typography.md | 75 - .../visual-design/scripts/build-page-card.mjs | 455 --- .../scripts/assemble-index.mjs | 385 --- skills/product-launch-video/scripts/audio.mjs | 856 ----- .../product-launch-video/scripts/captions.mjs | 1703 ---------- .../scripts/check-compositions.mjs | 552 --- .../scripts/derive-context-pack.mjs | 266 -- .../scripts/hoist-videos.mjs | 529 --- .../scripts/lib/capture-meta.mjs | 39 - .../scripts/lib/dimensions.mjs | 87 - .../scripts/lib/hierarchy-gate.mjs | 124 - .../scripts/lib/prep-assets.mjs | 101 - .../scripts/lib/prep-design.mjs | 113 - .../scripts/lib/prep-log.mjs | 8 - .../scripts/lib/prep-section.mjs | 187 -- .../scripts/lib/prep-sfx.mjs | 91 - .../scripts/lib/scratch-dir.mjs | 20 - .../scripts/lib/transition-registry.mjs | 51 - skills/product-launch-video/scripts/prep.mjs | 520 --- .../scripts/transitions.mjs | 394 --- .../scripts/validate-narrator.mjs | 204 -- .../scripts/validate-section.mjs | 411 --- .../product-launch-video/scripts/validate.mjs | 682 ---- .../scripts/verify-output.mjs | 253 -- .../product-launch-video/scripts/wait-bgm.mjs | 167 - skills/product-lunch-video/SKILL.md | 262 ++ .../references/composition.md | 119 + .../references/motion-language.md | 81 + .../references/story-design.md | 222 ++ .../references/visual-design.md | 70 + .../scripts/assemble-index.mjs | 358 ++ skills/product-lunch-video/scripts/audio.mjs | 310 ++ .../product-lunch-video/scripts/captions.mjs | 254 ++ .../scripts/lib/dimensions.mjs | 45 + .../scripts/lib/heygen.mjs | 113 + .../scripts/lib/storyboard.mjs | 243 ++ .../scripts/lib/transition-registry.mjs | 38 + .../scripts/lib/transitions.json | 71 + .../scripts/transitions.mjs | 284 ++ .../sub-agents/frame-worker.md | 63 + 356 files changed, 4164 insertions(+), 42407 deletions(-) create mode 100644 skills/hyperframes-core/references/script-format.md create mode 100644 skills/hyperframes-core/references/storyboard-format.md create mode 100644 skills/hyperframes-creative/frame-presets/blockframe/FRAME.md create mode 100644 skills/hyperframes-creative/frame-presets/blockframe/frame-showcase.html create mode 100644 skills/hyperframes-creative/frame-presets/capsule/FRAME.md create mode 100644 skills/hyperframes-creative/frame-presets/capsule/frame-showcase.html create mode 100644 skills/hyperframes-creative/references/design-spec.md create mode 100644 skills/hyperframes-media/references/sfx.md delete mode 100644 skills/product-launch-video/SKILL.md delete mode 100644 skills/product-launch-video/agents/design-system.md delete mode 100644 skills/product-launch-video/agents/hyperframes-finalize.md delete mode 100644 skills/product-launch-video/agents/hyperframes-scene.md delete mode 100644 skills/product-launch-video/agents/story-design.md delete mode 100644 skills/product-launch-video/agents/visual-design.md delete mode 100644 skills/product-launch-video/assets/sfx/CREDITS.md delete mode 100644 skills/product-launch-video/assets/sfx/chime.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/click-soft.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/click.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/error.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/glitch-1.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/glitch-2.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/glitch-3.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/impact-bass-1.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/impact-bass-2.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/key-press.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/manifest.json delete mode 100644 skills/product-launch-video/assets/sfx/notification.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/ping.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/pop.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/riser.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/sparkle.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/typing.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/whoosh-cinematic.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/whoosh-short.mp3 delete mode 100644 skills/product-launch-video/assets/sfx/whoosh.mp3 delete mode 100644 skills/product-launch-video/phases/audio/guide.md delete mode 100644 skills/product-launch-video/phases/audio/lyria-recipe.py delete mode 100644 skills/product-launch-video/phases/captions/guide.md delete mode 100644 skills/product-launch-video/phases/capture/guide.md delete mode 100644 skills/product-launch-video/phases/design-system/README.md delete mode 100644 skills/product-launch-video/phases/design-system/REMIX-SPEC.md delete mode 100644 skills/product-launch-video/phases/design-system/guide.md delete mode 100644 skills/product-launch-video/phases/design-system/scripts/build-design.mjs delete mode 100644 skills/product-launch-video/phases/design-system/scripts/emit-chunks.mjs delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/bar-vertical.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/bg-grid.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/corner-pins.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/crt-overlay.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/feature-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/hero-badge.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/pixel-particles.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/quote-line.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/starfield.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/components/stat-block.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/8-bit-orbit/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/corner-pins.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/dot-grid-bg.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/feature-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/quote-frame.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/star-burst.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/components/timeline-step.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/block-frame/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/bar-chart.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/diagram-node.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/floating-pills.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/orbit-composition.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/pillar-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/quote-highlight.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/timeline-step.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/title-pill.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/components/visual-frame.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/capsule/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/closing-stamp.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/compare-row.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/divider-loud.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/iso-stack.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/rotated-badge.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/components/step-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/creative-mode/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/bullet-list.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/info-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/ornament-cluster.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/process-step.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/quote-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/timeline-row.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/week-grid.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/components/welcome-frame.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/daisy-days/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/footline.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/meta-dl.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/monogram-circle.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/quote-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/rule-thin.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/step-tile.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/topbar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/components/topic-tile.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial-forest/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/chapter-label.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/divider-rule.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/drop-cap.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/gradient-mesh-bg.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/pull-quote.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/components/two-column.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/editorial/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/agenda-row.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/chart-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/divider-loud.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/inverse-tile.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/kpi-tile.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/masthead-strip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/ornament-double-rule.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/paper-tile.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/process-step.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/section-numeral-panel.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/emerald-editorial/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/aurora-bg-fallback.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-media-bar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-menu.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-notification.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-pill-chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-slider.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-toggle.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/glass-widget-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/components/liquid-stage.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/liquid-glass/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/corner-pins.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/deco-green-circle.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/deco-pink-block.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/deco-yellow-bar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/divider-loud.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/dot-grid-bg.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/gradient-mesh-bg.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/manifesto.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/rules-do-dont.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/neo-brutalism/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/diamond-list.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/end-stamp.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/framed-stamp.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/mega-stat.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/orange-quote.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/rotated-stamp.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/script-em.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/stamp-statement.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/components/track-dots.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/peoples-platform/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/divider-loud.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/paper-grain-overlay.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/pill-yes.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/pinned-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/process-step.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/quote-panel.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/safety-pin.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/scribble-note.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/stamp.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/pin-and-paper/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/blob-frame.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/doodle-corner.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/filled-block.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/ghost-blob.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/rough-box.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/scribble-svg.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/step-node.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/tag-pill.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/components/vertical-spine.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/playful/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/card-offset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/collage-piece.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/drop-cap.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/grain-overlay.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/inline-highlight.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/ledger-row.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/ribbon-bar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/stamp-mark.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/components/tape.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/retro-zine/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/bar-eq.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/ledger-row.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/lockup-bar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/paper-texture.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/petal-cluster.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/product-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/quote-callout.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/red-stamp.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/ribbon-band.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/rosette-seal.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/spec-checklist.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/components/topbar-rule.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/sakura-chroma/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/bg-cork.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/bg-paper.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/bg-warm.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/compare-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/doodle.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/feature-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/grain-overlay.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/photo-frame.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/post-it.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/components/timeline-step.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/scatterbrain/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/action-bar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/button.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/color-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/dashed-rule.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/drop-cap.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/pull-quote.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/soft-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/step-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/components/swatch-row.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/soft-editorial/preset.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/caption-skin.html delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/action-bar.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/chip.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/feature-card.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/hero.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/matrix-cell.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/process-node.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/quote-panel.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/section-num-block.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/stat-counter.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/components/tablet.md delete mode 100644 skills/product-launch-video/phases/design-system/style-presets/stencil-tablet/preset.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/before-after-bridge/desklog.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/before-after-bridge/kyvos.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/before-after-bridge/overview.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/demo-loop/gwi.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/demo-loop/overview.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/feature-benefit-cascade/elemental-soul.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/feature-benefit-cascade/overview.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/feature-benefit-cascade/vibe-co.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/future-pacing/agentgpt.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/future-pacing/overview.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/pain-agitate-solve/alpha.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/pain-agitate-solve/madison.md delete mode 100644 skills/product-launch-video/phases/story-design/archetypes/pain-agitate-solve/overview.md delete mode 100644 skills/product-launch-video/phases/story-design/guide.md delete mode 100644 skills/product-launch-video/phases/visual-design/blueprints-index.md delete mode 100644 skills/product-launch-video/phases/visual-design/effects-catalog.md delete mode 100644 skills/product-launch-video/phases/visual-design/guide.md delete mode 100644 skills/product-launch-video/phases/visual-design/rules/color-system.md delete mode 100644 skills/product-launch-video/phases/visual-design/rules/composition.md delete mode 100644 skills/product-launch-video/phases/visual-design/rules/motion-language.md delete mode 100644 skills/product-launch-video/phases/visual-design/rules/typography.md delete mode 100644 skills/product-launch-video/phases/visual-design/scripts/build-page-card.mjs delete mode 100644 skills/product-launch-video/scripts/assemble-index.mjs delete mode 100644 skills/product-launch-video/scripts/audio.mjs delete mode 100644 skills/product-launch-video/scripts/captions.mjs delete mode 100644 skills/product-launch-video/scripts/check-compositions.mjs delete mode 100644 skills/product-launch-video/scripts/derive-context-pack.mjs delete mode 100644 skills/product-launch-video/scripts/hoist-videos.mjs delete mode 100644 skills/product-launch-video/scripts/lib/capture-meta.mjs delete mode 100644 skills/product-launch-video/scripts/lib/dimensions.mjs delete mode 100644 skills/product-launch-video/scripts/lib/hierarchy-gate.mjs delete mode 100644 skills/product-launch-video/scripts/lib/prep-assets.mjs delete mode 100644 skills/product-launch-video/scripts/lib/prep-design.mjs delete mode 100644 skills/product-launch-video/scripts/lib/prep-log.mjs delete mode 100644 skills/product-launch-video/scripts/lib/prep-section.mjs delete mode 100644 skills/product-launch-video/scripts/lib/prep-sfx.mjs delete mode 100644 skills/product-launch-video/scripts/lib/scratch-dir.mjs delete mode 100644 skills/product-launch-video/scripts/lib/transition-registry.mjs delete mode 100644 skills/product-launch-video/scripts/prep.mjs delete mode 100644 skills/product-launch-video/scripts/transitions.mjs delete mode 100644 skills/product-launch-video/scripts/validate-narrator.mjs delete mode 100644 skills/product-launch-video/scripts/validate-section.mjs delete mode 100644 skills/product-launch-video/scripts/validate.mjs delete mode 100644 skills/product-launch-video/scripts/verify-output.mjs delete mode 100644 skills/product-launch-video/scripts/wait-bgm.mjs create mode 100644 skills/product-lunch-video/SKILL.md create mode 100644 skills/product-lunch-video/references/composition.md create mode 100644 skills/product-lunch-video/references/motion-language.md create mode 100644 skills/product-lunch-video/references/story-design.md create mode 100644 skills/product-lunch-video/references/visual-design.md create mode 100644 skills/product-lunch-video/scripts/assemble-index.mjs create mode 100644 skills/product-lunch-video/scripts/audio.mjs create mode 100644 skills/product-lunch-video/scripts/captions.mjs create mode 100644 skills/product-lunch-video/scripts/lib/dimensions.mjs create mode 100644 skills/product-lunch-video/scripts/lib/heygen.mjs create mode 100644 skills/product-lunch-video/scripts/lib/storyboard.mjs create mode 100644 skills/product-lunch-video/scripts/lib/transition-registry.mjs create mode 100644 skills/product-lunch-video/scripts/lib/transitions.json create mode 100644 skills/product-lunch-video/scripts/transitions.mjs create mode 100644 skills/product-lunch-video/sub-agents/frame-worker.md diff --git a/packages/cli/src/capture/contentExtractor.ts b/packages/cli/src/capture/contentExtractor.ts index 29009fd827..cf23c0d2a7 100644 --- a/packages/cli/src/capture/contentExtractor.ts +++ b/packages/cli/src/capture/contentExtractor.ts @@ -494,5 +494,36 @@ export function generateAssetDescriptions( /* no fonts dir */ } - return [...captionedLines, ...uncaptionedLines, ...svgLines, ...fontLines]; + // Describe videos — high-value motion clips. The video-manifest.json (written + // earlier by captureVideoManifest) carries each clip's DOM heading/caption + + // dims. Surfaced FIRST and tagged `[video]`: for a product/demo these moving + // clips are usually the strongest hero material, and downstream planners key off + // the `[video]` marker. (The `videos/` dir is skipped in the image walk above — + // its entries come from the manifest, which has the captions the bare files lack.) + const videoLines: string[] = []; + try { + const manifest = JSON.parse( + readFileSync(join(outputDir, "extracted", "video-manifest.json"), "utf-8"), + ) as Array<{ + filename?: string; + localPath?: string; + caption?: string; + heading?: string; + width?: number; + height?: number; + }>; + for (const v of manifest) { + if (!v.localPath) continue; // only describe clips that actually downloaded + const base = v.localPath.split("/").pop() || v.filename || ""; + if (!base) continue; + const desc = + (v.caption || v.heading || "").trim().replace(/\s+/g, " ").slice(0, 140) || "motion clip"; + const dims = v.width && v.height ? `, ~${v.width}×${v.height}` : ""; + videoLines.push(`${base} — [video] ${desc}${dims}`); + } + } catch { + /* no video manifest */ + } + + return [...videoLines, ...captionedLines, ...uncaptionedLines, ...svgLines, ...fontLines]; } diff --git a/skills/general-video/SKILL.md b/skills/general-video/SKILL.md index e942598e81..378df863b7 100644 --- a/skills/general-video/SKILL.md +++ b/skills/general-video/SKILL.md @@ -1,21 +1,17 @@ --- name: general-video description: > - Use as the fallback for custom HyperFrames HTML video composition authoring - when no specialized workflow fits. Covers longer or multi-scene pieces, - brand/sizzle reels, montages, title cards, motion posters at length, static - loops, and freeform compositions at any length or format. Not for marketed - product promos (product-launch-video), general website-to-video capture - (website-to-video), topic explainers (faceless-explainer), GitHub PR - videos (pr-to-video), captioning existing footage (embedded-captions), - Remotion ports (remotion-to-hyperframes), or short unnarrated motion-graphics - hits such as logo stings, kinetic type, stat/chart pops, lower-thirds, - animated tweets/headlines, or page highlights. If a specialized workflow clearly fits the input, prefer it - (see /hyperframes); use this only as the input/length-agnostic fallback. + The fallback workflow for authoring custom HyperFrames video compositions at + any length or format — longer or multi-scene pieces, brand / sizzle reels, + montages, title cards, static loops, and freeform compositions. Input- and + length-agnostic. If a specialized workflow clearly fits the input — a + marketed product, a website, a topic explainer, a GitHub PR, existing + footage, a short motion graphic, or a Remotion port — prefer it (see + /hyperframes); use this only as the general fallback when none fit. metadata: { "tags": "orchestrator, general-video, fallback, freeform, composition-authoring" } --- -# general-video — general composition authoring +# general-video — general video workflow > **Confirm the route before you build.** This is the **fallback** for custom composition authoring. If the input clearly fits a specialized workflow, prefer it: marketed product → `/product-launch-video`; general site → `/website-to-video`; topic explainer → `/faceless-explainer`; GitHub PR → `/pr-to-video`; existing footage → `/embedded-captions` · `/graphic-overlays`; short unnarrated motion graphic → `/motion-graphics`; Remotion port → `/remotion-to-hyperframes`. **Out of scope**: live / at-render-time data, NLE-style editing of a finished video, or producing footage HyperFrames can't capture. Unsure? **Read `/hyperframes` first.** @@ -121,12 +117,3 @@ This maps the skill's full surface (see the `description`) to its references — - [ ] contrast warnings addressed; for multi-scene work, review the animation map (`hyperframes-animation/scripts/animation-map.mjs`) - [ ] deliver the preview; render to MP4 only on explicit request - [ ] surface the preview **only at handoff** (it is the stable, final preview); don't pop one mid-build — build-phase snapshots are headless - -## Not this workflow - -- A specific **product / company / SaaS / website** being marketed, launched, or promoted → `/product-launch-video` -- A **concept / topic / article / how-X-works** being explained, no product → `/faceless-explainer` -- A **GitHub PR / code change** → `/pr-to-video` -- An **existing talking-head video** to add captions to → `/embedded-captions` -- Porting an existing **Remotion** composition → `/remotion-to-hyperframes` -- Cutting / editing a **finished video file** like an NLE → out of scope (HyperFrames composites HTML and media into a deterministic timeline; it does not edit footage) diff --git a/skills/hyperframes-core/SKILL.md b/skills/hyperframes-core/SKILL.md index ffdcf79b5a..c502acf3c3 100644 --- a/skills/hyperframes-core/SKILL.md +++ b/skills/hyperframes-core/SKILL.md @@ -1,123 +1,70 @@ --- name: hyperframes-core -description: HyperFrames HTML composition contract. Use for composition structure, data attributes, clips, tracks, sub-compositions, variables, media playback, deterministic render rules, and validation of minimal renderable projects. +description: The HyperFrames composition contract — build one renderable project. Use for composition structure, the `data-*` timing attributes, `class="clip"`, tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Read before writing composition HTML. --- # HyperFrames Core HyperFrames renders video from HTML. A composition is an HTML file whose DOM declares timing with `data-*` attributes, whose animation runtime is seekable, and whose media playback is owned by the framework. -This skill is the **technical contract**. Other concerns live in sibling skills: - -- `hyperframes-animation` — atomic motion rules + scene blueprints + per-runtime adapters (GSAP, Lottie, Three, Anime.js, CSS, WAAPI, TypeGPU) -- `hyperframes-creative` — palettes, typography, narration, beat planning, audio-reactive -- `hyperframes-media` — TTS, Whisper transcribe, background removal, captions -- `hyperframes-registry` — install blocks and components (`hyperframes add`) -- `hyperframes-cli` — dev loop commands (lint / validate / preview / render) - -For **Tailwind v4 projects** (`hyperframes init --tailwind`), see `references/tailwind.md` — the browser-runtime contract is distinct from Studio's Tailwind v3 setup. - -## Routing - -| Want to… | Read | -| ------------------------------------------------------------------------------------------ | ------------------------------------ | -| See a minimal renderable composition | `references/minimal-composition.md` | -| Decide between monolithic single-file and modular sub-comp architecture | `references/composition-patterns.md` | -| Structure a modular `index.html` (orchestrator + slots + root audio) | `references/composition-patterns.md` | -| Pick a sub-comp archetype (content / driver-only / multi-scene merge / audio-reactive) | `references/composition-patterns.md` | -| Look up a `data-*` attribute (root, clip, sub-comp host, legacy aliases) | `references/data-attributes.md` | -| Use `class="clip"` correctly | `references/data-attributes.md` | -| Pick a `data-track-index`; same-track overlap; track-index vs CSS `z-index` | `references/tracks-and-clips.md` | -| Time a clip relative to another (`data-start="intro + 2"`, crossfade overlap, chains) | `references/tracks-and-clips.md` | -| Wire a sub-composition (host attributes, `