What problem does it solve? Moving generative art from a development sketch to a finished exhibition, print, or archive involves many failure points: wrong resolutions for print, missing seeds that break reproducibility, gallery pieces that crash without network, and archives that cannot be re-rendered. This Skill provides the pipelines, checklists, and metadata schemas to ship algorithmic artwork reliably across every target. ## Core Features & Use Cases - Multi-target deployment: Covers web galleries (HTML/JS/WebGL), physical print (300 DPI TIFF with bleed and ICC color profiles), LED installations, NFT/on-chain outputs, and social media formats. - Deterministic rendering pipelines: Batch-render seeded outputs with Node.js scripts and enforce reproducibility via recorded seeds, parameters, and SHA-256 checksums. - Exhibition and archival tooling: Includes kiosk-mode setup scripts, installation checklists, archive package structures, and reproducibility contracts. - Use Case: An artist preparing a gallery show uses this Skill to render a 100-piece seeded series at 4K, generate per-work metadata.json files, set up a Chromium kiosk display with crash recovery, and package a lossless TIFF archive with vendored dependencies. ## Quick Start Deploy my p5.js generative art series as a web gallery with print-ready 300 DPI renders and a reproducible archive package.