{ "$schema": "https://ui.shadcn.com/schema/registry.json", "name": "vellum", "homepage": "https://github.com/jakeat11labs/vellum", "items": [ { "name": "vellum", "type": "registry:file", "title": "Vellum — HyperFrames review & annotate", "description": "A visual feedback interface for AI-edited video. Pin time-coded notes on any frame; your coding agent reads them back. Installs the local server, the player, and the review-packet builder.", "files": [ { "path": "scripts/vellum-shared.mjs", "type": "registry:file", "target": "scripts/vellum-shared.mjs" }, { "path": "scripts/vellum-ui.mjs", "type": "registry:file", "target": "scripts/vellum-ui.mjs" }, { "path": "scripts/vellum-server.mjs", "type": "registry:file", "target": "scripts/vellum-server.mjs" }, { "path": "scripts/vellum-template.html", "type": "registry:file", "target": "scripts/vellum-template.html" }, { "path": "scripts/vellum-review.mjs", "type": "registry:file", "target": "scripts/vellum-review.mjs" } ] }, { "name": "vellum-skill", "type": "registry:file", "title": "Vellum agent skill", "description": "Teaches a coding agent how to drive Vellum: start the server, read notes/annotations.md, render the review packet, and apply each note to the composition. Installs to .agents/skills (Cursor, Codex, most agents).", "files": [ { "path": "skills/vellum/SKILL.md", "type": "registry:file", "target": ".agents/skills/vellum/SKILL.md" } ] } ] }