---
name: Legacy Remotion Integrator
slug: legacy-remotion-integrator
category: Quality
description: Legacy Remotion Integrator checks archived pre-v0.9 Remotion task records and verifies the recorded project, assets, and identity. Use it when recovering an old task; do not use it for new v1 production work.
github: "https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-remotion-integrate"
language: TypeScript
stars: 168
forks: 31
install: "npx degit https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-remotion-integrate ~/.claude/skills/broll-remotion-integrate"
installs_to: ~/.claude/skills/broll-remotion-integrate
source_path: erduo-broll-loop-engineering/stages/broll-remotion-integrate/SKILL.md
collection_size: 14
category_size: 1897
collection_url: "https://dirskills.com/collections/erduo1998-cell/erduo-broll-loop-engineering"
added: 2026-09-08T05:34:15.474Z
last_synced: 2026-09-08T05:34:15.474Z
canonical_url: "https://dirskills.com/skills/legacy-remotion-integrator"
---

# Legacy Remotion Integrator

Legacy Remotion Integrator checks archived pre-v0.9 Remotion task records and verifies the recorded project, assets, and identity. Use it when recovering an old task; do not use it for new v1 production work.

**Install:**

```bash
npx degit https://github.com/erduo1998-cell/erduo-broll-loop-engineering/tree/main/erduo-broll-loop-engineering/stages/broll-remotion-integrate ~/.claude/skills/broll-remotion-integrate
```

## README

# Legacy Remotion Integrator

Treat this stage as read-only compatibility for production records created
before v0.9. Do not dispatch it in a new production, modify the old project,
install dependencies, launch Remotion, capture geometry, or generate a new
identity.

When the user explicitly asks to inspect or recover an old task, read the
existing runtime plan, Remotion project manifest, Builder receipts, integration
handoff, motion/layout result, and `composition-identity.json`. Consult
`../../references/remotion-backend.md`,
`../../references/runtime/runtime-contract.md`, and
`../../references/runtime/capability-matrix.json` only to interpret those
records.

Verify from existing evidence that:

- the recorded project is single-backend Remotion with one exact dependency
  identity;
- every expected shot, Recipe, asset, font, frame window, and source hash is
  represented once;
- verifier, typecheck, geometry, lint, and identity records agree;
- no frozen-media or HyperFrames source was passed off as native Remotion
  integration.

Return a compact recovery report to the Parent with the last trustworthy
identity, available artifacts, concrete defect, and safest next owner. Do not
repair, render, or silently migrate the old task.

For every new v1 production, Builders return editable source plus verified
frozen unit media and the Parent runs the deterministic preview/delivery
assembler directly.
