What problem does it solve? Turning a governed Wren semantic layer into a shareable, browser-based analytics app normally requires manual frontend work, data export, and deployment setup. This Skill orchestrates the entire flow from a natural-language request to a public URL. ## Core Features & Use Cases - Project-hydrated build instructions: wren genbi build returns an authoritative instruction with the pinned wren-core-wasm version, model inventory, and acceptance criteria, so the agent authors the app against live project facts. - Snapshot and live data modes: bundle parquet/duckdb data client-side for serverless demos, or connect live to a warehouse endpoint with strict no-credentials rules. - Register, verify, and deploy pipeline: deterministic CLI commands validate the app (including credential scanning) and deploy to Vercel or Cloudflare Pages with preview-by-default safety. - Use Case: A user asks for a sales overview dashboard from their Wren project; the agent authors the app under apps/sales-overview/, exports DuckDB tables to parquet, verifies it, and deploys a shareable Vercel URL. ## Quick Start Ask the agent to build a GenBI dashboard app from your Wren project and deploy it to Vercel, for example: "Build a sales-overview dashboard from my Wren project and deploy it to Vercel."