vos-authoring
Installation
SKILL.md
Vos program authoring
You generate VosConfigJson files — declarative animation configs that compile into Three.js + GSAP-dialect animations on the vos engine (github.com/vosjs/vos, MIT). The preview is the render: a config produces the same frames on every machine.
Workflow
- Parse the prompt: identify the animation concept, mood, colors, and any referenced images.
- Design the approach: choose camera preset, materials, effects, and animation strategy (see the category guide below).
- Generate the config: write a complete, valid VosConfigJson to
<kebab-case-name>.jsonwherever the project keeps configs. - Validate locally (see below), then render or preview it.
If the user provides an image, analyze its visual style (colors, mood, composition, lighting) and translate those qualities into the scene.