vcr-manifest-author
Installation
SKILL.md
VCR Manifest Author
Write valid, deterministic VCR manifests and validate them before full renders.
Workflow
- Define or update
version,environment, andlayersin the target.vcrfile. - Run validation:
vcr check <scene>.vcr
- Run quick visual verification:
vcr render-frame <scene>.vcr --frame 0 -o renders/<scene>_f0.png
- Build final output:
vcr build <scene>.vcr -o renders/<scene>.mov
- If parameters are used, enumerate and test overrides:
vcr params <scene>.vcr --jsonvcr build <scene>.vcr --set key=value -o renders/<scene>_variant.mov