Produce video
Turn a brief-shortform or brief-app-preview into a multi-runtime export bundle — manifest, per-shot prompts, production-lane scaffolds, and a post (assemble · grade · subtitle) stage. Two modes: shortform (social/promo) and app-preview (screenshot-driven product demo). Tool-agnostic — emits scaffolds + prompts and routes a script to a production lane; does NOT invoke render engines. Not for writing the brief (use brief-shortform / brief-app-preview) or publishing (use publish-social).From its SKILL.md
npx -y skills add hungv47/meta-skills --skill produce-videoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 14 stars14 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
6.7 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it
Produce Video — Multi-Runtime Export Bundle Orchestrator
Converts a brief-shortform OR brief-app-preview handoff into a runtime-agnostic export bundle. Recommends a production lane; the operator picks the engine (production-lanes.md). Capability metadata: routing.yaml. Agent table + 2 routes + 4/7 critic gates: references/agent-manifest.md.
Two modes (auto-detected from brief frontmatter type; schema in references/video-brief-schema.md § App-Preview):
- shortform — social/promo from
brief-shortform. Hook-driven, narrative arc, CTA-anchored. - app-preview — screenshot-driven product demo from
brief-app-preview'shandoff-produce-video.md. Composition over real UI; no synthesis.
Core question: Could any downstream runtime produce the right video from this bundle without a follow-up question?
Critical Gates — load first
Non-negotiable. Canonical: references/_shared/production-pattern.md.
- Tool-agnostic. Stack does NOT invoke any runtime — holds no API keys.
--publish/--render/--auto-run→BLOCKED — emits render-ready prompts; does not call render engines. - Schema-and-CTA (Gate 1).
manifest.mdvalidates againstvideo-brief-schema.md(required fields, valid aspect, shot durations sum to total length). CTA verbatim in final shot'son_screen_textAND manifest top-levelcta. - Brand-mark fidelity (Gate 2). No hallucinated logos. Every per-shot prompt cites assets from
brand/DESIGN.mdonly — solid-color placeholder when missing, NEVER invented logo. - Caption-pace floor (Gate 3).
words(on_screen_text) ÷ duration_seconds ≤ 3.0per shot.
Inputs & Output
Input tables, NEEDS_CONTEXT triggers, bundle tree, chain + re-run triggers: references/procedures/inputs-and-outputs.md.
- Shortform inputs:
brief-shortformartifact (or schema-compliant video-brief) +brand/BRAND.md+brand/DESIGN.md+ soft-requiredbrand/FRAME.md(frame direction; path + heading match). Absent → flagframe_direction: absent, fall back to DESIGN/CREATIVE-DIRECTION tokens (never silent). Slot table + degradation:video-brief-schema.md§ Brand frame inputs. - App-preview inputs:
handoff-produce-video.md+ companionbrief.md+assets.md+ source screenshots on disk. Brand files soft-required (skip whenbrand_source: cold-start-hint). - Bundle:
docs/forsvn/artifacts/marketing/produced-videos/[slug]/— always emitsmanifest.md+scenes/[shot-id].md+hyperframes/scaffold.html+remotion/scaffold.tsx+vercel-ai-cli.md+post.md(post stage).
Quality Gate & Routing
Two routes by brief type at pre-dispatch (graphs + dispatch in agent-manifest.md). Single critic before delivery: Shortform — 4 gates (Schema-and-CTA · Brand-mark · Caption-pace · Narrative arc [soft]); App-preview — 7 gates (+ Screenshot grounding · Interaction-vocab/mask-transform · Pointer/caption-band, all hard). Hard FAIL → re-dispatch prompt-author (max 2 cycles); Gate 4 FAIL → DONE_WITH_CONCERNS. Rubric + failures: quality-gate.md.
Artifact Contract
- Root + lifecycle:
docs/forsvn/artifacts/marketing/produced-videos/[slug]/,pipeline. - Manifest frontmatter (12):
skill·version·date·status·slug·source_brief·target_platforms·aspect·length_seconds·shot_count·cta·provenance. - Per-shot frontmatter (7):
skill·version·date·shot_id·shot_index·duration_seconds·platform. - Provenance:
input_artifacts= brief path +BRAND.md+DESIGN.md(+FRAME.mdwhen present) +frame_directionflag;output_eval: nulluntil downstreamevaluate-shortform/evaluate-content. - Cross-stack: schema changes update
format-conventions.md+video-brief-schema.md+ upstreambrief-shortformatomically.
Canonical: references/_shared/artifact-contract-template.md. Field defs + scaffolds: references/format-conventions.md. Brief-to-schema map: references/video-brief-schema.md.
Anti-Patterns
references/anti-patterns.md — 6 orchestrator · 3 app-preview · 4 cross-cutting.
Durable Rules (protected)
<!-- SLOW_UPDATE_START --> <!-- No pinned rules yet. Populate via the slow-update workflow (see references/slow-update-fence.md). Each pinned rule must (a) be procedural not instance-specific, (b) be earned from a regression or critic-flagged failure, (c) cite the artifact / decision record that justified pinning. --> <!-- SLOW_UPDATE_END -->Completion Status
DONE— bundle written; critic PASS on all hard gates.DONE_WITH_CONCERNS— bundle written; Gate 4 (soft) FAIL or single secondary issue. Concerns pinned atop manifest.NEEDS_CONTEXT— brief missing AND no schema-compliant video-brief; or brand files missing; or aspect/length not derivable.BLOCKED—--publish/--render/--auto-runrequested; or critic FAILed twice on any hard gate.
Execution
Offer the registry-gated fork (category video) — Brief-only: run the scaffold + per-shot checklist (feeds evaluate-shortform); Assisted/Direct: render via a verified engine (execution-fork.md; record execution_mode). Multi-shot Assisted/Direct: batch-check the render surface first (capability-preflight.md). Bind the video target tool at brief-binding — inherit tool_targets or ask once (references/_shared/tool-target.md); tool-agnostic default. Session profile (single/multi): references/_shared/execution-policy.md.
Worked Example
App-preview Route B (Tideline / App Store iOS handoff → 5-shot bundle + critic PASS): references/examples/app-preview-tideline-walkthrough.md.
What ships with it: 44 files
655.7 KB alongside SKILL.md, 3 of them executable
agents/
- critic-agent.md22.8 KB
- prompt-author-agent.md32.3 KB
references/
- agent-manifest.md6.0 KB
- anti-patterns.md12.8 KB
- examples/app-preview-tideline-walkthrough.md33.7 KB
- format-conventions.md36.1 KB
- procedures/inputs-and-outputs.md4.6 KB
- procedures/quality-gate.md1.7 KB
- production-lanes.md5.4 KB
- _shared/artifact-contract-template.md28.8 KB
- _shared/capability-preflight.md5.6 KB
- _shared/execution-fork.md5.6 KB
- _shared/execution-policy.md7.0 KB
- _shared/hook-archetypes.md6.1 KB
- _shared/manifest-spec.md29.2 KB
- _shared/platform-intelligence/CONTRACT.md6.0 KB
- _shared/platform-intelligence/facebook.md9.8 KB
- _shared/platform-intelligence/founder-demo.md6.2 KB
- _shared/platform-intelligence/.generated-support151 B
- _shared/platform-intelligence/linkedin-launch.md15.5 KB
- _shared/platform-intelligence/linkedin.md31.0 KB
- _shared/platform-intelligence/motion-background.md6.7 KB
- _shared/platform-intelligence/newsletter.md12.8 KB
- _shared/platform-intelligence/producthunt.md17.2 KB
- _shared/platform-intelligence/reddit.md11.2 KB
- _shared/platform-intelligence/reels.md29.4 KB
- _shared/platform-intelligence/shorts.md26.0 KB
- _shared/platform-intelligence/showhn.md17.9 KB
- _shared/platform-intelligence/_template.md11.5 KB
- _shared/platform-intelligence/tiktok.md29.4 KB
- _shared/platform-intelligence/ugc.md6.3 KB
- _shared/platform-intelligence/x-launch.md15.2 KB
- _shared/platform-intelligence/x.md29.6 KB
- _shared/platform-intelligence/youtube.md28.4 KB
- _shared/production-pattern.md5.7 KB
- _shared/realized-surface-grounding.md3.9 KB
- _shared/render-engines.md9.8 KB
- _shared/tool-target.md6.3 KB
- _shared/why-this-works-convention.md6.1 KB
- video-brief-schema.md20.6 KB
4 more files not listed here. See all 44 in the repository.