hyperframes-prompt-builder

Translates marketing piece briefs into HyperFrames composition specs and render arguments.

9|Updated May 8, 2026
One-click install
npx skills add https://github.com/simpletibr/simplicio-loop-marketing --skill hyperframes-prompt-builder-simpletibr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hyperframes-prompt-builder
Source: https://github.com/simpletibr/simplicio-loop-marketing/tree/main/.skills/hyperframes-prompt-builder
Command: npx skills add https://github.com/simpletibr/simplicio-loop-marketing --skill hyperframes-prompt-builder-simpletibr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It bridges the gap between a marketing piece brief and the HyperFrames video rendering pipeline, converting briefs into the exact composition spec and CLI render arguments the hyperframes and hyperframes-cli skills expect. ## Core Features & Use Cases - Brief-to-Composition Mapping: Converts briefs with headline, body, CTA, aspect, and duration into a HyperFrames composition spec with scenes, design tokens, and typed variables. - Task-Kind Templates: Maps motion-typography, data-viz-reel, and programmatic-short task kinds to kinetic-type, nyt-graph, and play-mode templates. - Strict Render Safety: Enforces lint, inspect, render sequencing with strict variable checking, and refuses to proceed when the client design.md file is missing. - Use Case: A weekly KPI reel brief is turned into a three-scene composition with numeric variables like leads and delta_pct, then rendered to MP4 with new values each week without re-prompting an AI generator. ## Quick Start Ask the agent to build a HyperFrames composition spec and render arguments from your piece brief for the given client slug and task kind.

Frequently Asked Questions about hyperframes-prompt-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a marketing brief into a HyperFrames video composition?▼

Provide the brief with headline, aspect, duration, task kind, and client slug. The skill loads the client design tokens, maps the task kind to a template, declares variables, and outputs the composition spec plus render arguments.

What task kinds does the HyperFrames prompt builder support?▼

It supports motion-typography mapped to the kinetic-type template, data-viz-reel mapped to the nyt-graph template, and programmatic-short mapped to the play-mode template. Unknown task kinds fall back to programmatic-short with a logged warning.

What happens if the client design.md file is missing?▼

The skill refuses to proceed and surfaces the missing path. It never invents design tokens, because brand violations cannot be fixed downstream of the render.

Can I preview the composition without rendering the video?▼

Yes, set dry_run to true to receive the composition spec and render arguments without invoking hyperframes-cli. This lets you review scenes, variables, and output paths before committing to a render.

Why does the render fail on variable typos?▼

The render arguments always include strict and strict-variables flags, so any mismatch between declared variables and supplied values is a hard fail. This prevents silent rendering with wrong or missing copy.