8-bit-orbit-video-template

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Hyperframes Video Template

Hyperframes 视频模板

Ship a premium template-mode Hyperframes composition with a ready default showcase and deterministic timeline behavior.
交付一个优质模板模式的Hyperframes合成项目,包含现成的默认展示效果和可预测的时间轴行为。

Resource map

资源结构

text
8-bit-orbit-video-template/
├── SKILL.md
├── assets/
│   ├── template.html
│   └── default-showcase.mp4
├── references/
│   └── checklist.md
└── example.html
text
8-bit-orbit-video-template/
├── SKILL.md
├── assets/
│   ├── template.html
│   └── default-showcase.mp4
├── references/
│   └── checklist.md
└── example.html

Workflow

工作流程

  1. Copy
    assets/template.html
    to
    index.html
    .
  2. Keep the 3-scene structure and transition rhythm intact unless the user explicitly asks to change pacing.
  3. Personalize titles, subtitle lines, labels, and palette while preserving the retro pixel aesthetic.
  4. Keep timing constraint: every scene hold should stay within 3 seconds.
  5. Preserve deterministic behavior in generated compositions (no unseeded randomness, no infinite GSAP loops).
  6. Keep all code self-contained in one HTML file with inline CSS/JS.
  7. Validate against
    references/checklist.md
    before emitting the artifact.
  1. assets/template.html
    复制到
    index.html
  2. 除非用户明确要求调整节奏,否则保留3场景结构和过渡节奏不变。
  3. 在保留复古像素美学的前提下,个性化设置标题、副标题、标签和调色板。
  4. 遵守时间限制:每个场景的停留时间应控制在3秒以内。
  5. 确保生成的合成项目具备可预测行为(无未设定种子的随机效果,无无限GSAP循环)。
  6. 保持所有代码自包含在单个HTML文件中,使用内联CSS/JS。
  7. 在交付产物前,对照
    references/checklist.md
    进行验证。

Output contract

输出规范

Emit one short sentence before the artifact, then a single HTML artifact:
xml
<artifact identifier="8-bit-orbit-video-template" type="text/html" title="8-Bit Orbit Video Template">
<!doctype html>
<html>...</html>
</artifact>
在产物前输出一句简短说明,然后输出单个HTML产物:
xml
<artifact identifier="8-bit-orbit-video-template" type="text/html" title="8-Bit Orbit Video Template">
<!doctype html>
<html>...</html>
</artifact>