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

  1. Parse the prompt: identify the animation concept, mood, colors, and any referenced images.
  2. Design the approach: choose camera preset, materials, effects, and animation strategy (see the category guide below).
  3. Generate the config: write a complete, valid VosConfigJson to <kebab-case-name>.json wherever the project keeps configs.
  4. 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.

Installs
3
Repository
vosjs/skills
First Seen
Aug 5, 2026
vos-authoring — vosjs/skills