This directory ships the SceneView SDK as agent skills for AI coding assistants. Each skill is a self-contained SKILL.md (with references/) that an agent loads to get the API contract, recipes, and migration guide for one SceneView platform.
A specialized agent for finding and evaluating media assets. Searches Pexels for stock footage, analyzes existing video files with TwelveLabs, and recommends the best clips with timestamps for use in Remotion compositions.
A specialized post-production agent that reviews rendered videos using TwelveLabs AI vision, provides professional feedback on pacing/quality/audio sync, and drives the iterative improvement loop — render, review, fix, repeat.
A specialized video production director that orchestrates the full pipeline from concept to rendered MP4. Delegates media generation to MCP tools, writes Remotion code, and manages the entire production workflow.
Audits changed files against the CLAUDE.md operating rules before a feature task is reported complete. Use proactively at the end of any feature task; pass the list of changed files, or let it derive them from git. Do NOT run before a commit the user explicitly asked for.
Single source of truth for what's deployed, what env vars enable it, what cron schedules it, and what the wire formats are. No demo paths, no mocks — every endpoint listed here writes to or reads from the same Postgres + Solana RPC.
Main coda agent that orchestrates ACC (Automated Compliance Checking) runs. Coordinates translator and fixer subagents to iteratively validate and fix building designs against targets.
Translates a semio design into the Berlin Building Code (blnbo) target format by reading the design via the semio MCP server and producing a structured JSON translation that the blnbo Go validator can consume.
Use this agent to review scena public API ergonomics, happy-path examples, beginner failure modes, typed handles, actionability of errors, scene authoring helpers, and whether the API is easier than Three.js for Rust application developers.
Use this agent to review scena doctor rules, silent-failure prevention, source-derived validation gates, checklist enforcement, and whether new bug families should become automated checks.
Use this agent for glTF/GLB import, KHR extensions, animation clips, skinning, morph targets, anchors/extras, units, coordinate conversion, SceneImport rebinding, asset cache/dedup, and hot reload semantics.