Drops a production-ready CogniteFileViewer component into Flows apps with zero manual wiring. Handles PDFs (with page nav and zoom), images, Office docs (via CDF's conversion API), and text files. The real value is in what you don't have to touch: it configures the PDF.js worker, sets up Vite's optimizeDeps exclusion, and wires react-pdf at the correct version without you hunting down compatibility issues. Diagram annotations work automatically if you pass instanceId sources instead of raw file IDs. The skill copies eight library files into your project and walks through Vite config, dependency install, and component usage. Saves an hour of PDF viewer debugging.
npx skills add https://github.com/cognitedata/builder-skills --skill integrate-file-viewer