Copies a bundled Cognite Reveal 3D CAD viewer into your Flows app as local source code, so you can render CDF models in React without wrestling with Vite worker configs yourself. It handles the full integration: dependencies, polyfills, provider wiring, and FDM asset linkage through Core DM. The workflow is opinionated but complete: inspect the app structure, copy files into a feature folder, apply the Vite tweaks, then choose between model browser or direct IDs. Worth using if you need interactive 3D in a Flows app and want the plumbing done right. Skip it for static diagrams or custom Three.js scenes.
npx skills add https://github.com/cognitedata/builder-skills --skill reveal-3d