vcr-figma-workflow

Installation
SKILL.md

VCR Figma Workflow

Translate design intent into deterministic VCR artifacts through the workflow binary.

Workflow

  1. Build required binaries:
    • cargo build --release --bin vcr --bin figma-vcr-workflow
  2. Run Figma-to-VCR workflow with project-specific inputs.
  3. Validate generated scene:
    • ./target/release/vcr check <generated>.vcr
  4. Generate first-frame verification:
    • ./target/release/vcr render-frame <generated>.vcr --frame 0 -o renders/figma_f0.png
  5. Build final output:
    • ./target/release/vcr build <generated>.vcr -o renders/figma_output.mov

Guardrails

  • Keep generated manifests editable and re-validatable via vcr check.
  • Preserve deterministic settings (seed, typed params) when refining generated scenes.
  • Avoid introducing non-portable absolute asset paths.
Installs
4
Repository
coltonbatts/vcr
GitHub Stars
21
First Seen
Feb 21, 2026
vcr-figma-workflow — coltonbatts/vcr