vcr-figma-workflow
SKILL.md
VCR Figma Workflow
Translate design intent into deterministic VCR artifacts through the workflow binary.
Workflow
- Build required binaries:
cargo build --release --bin vcr --bin figma-vcr-workflow
- Run Figma-to-VCR workflow with project-specific inputs.
- Validate generated scene:
./target/release/vcr check <generated>.vcr
- Generate first-frame verification:
./target/release/vcr render-frame <generated>.vcr --frame 0 -o renders/figma_f0.png
- 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.
Success Criteria
- Generated manifest validates cleanly.
- Preview frame visually matches intended composition.
- Final output is produced with deterministic settings captured in metadata/inputs.
Failure Handling
- Workflow generation issue: inspect workflow input assumptions and rerun with reduced scope.
- Validation errors in generated manifest: patch manifest, then re-run
check. - Visual mismatch: iterate on prompt/context and repeat frame-level verification before full build.
Weekly Installs
4
Repository
coltonbatts/vcrGitHub Stars
21
First Seen
Feb 21, 2026
Security Audits
Installed on
opencode4
gemini-cli4
github-copilot4
amp4
codex4
kimi-cli4