What problem does it solve? Building persistent, shareable analytics views on MotherDuck requires coordinating live SQL validation, React/Recharts presentation, theming, loading states, and save-or-embed workflows, which is error-prone without a structured guide. ## Core Features & Use Cases - Live SQL-backed Dives: Build Dives using useSQLQuery with fully qualified, validated queries against real MotherDuck schemas, including loading, empty, and error states for every section. - Theming and Design Guidance: Start from named theme directions like Corporate Dashboard, Tufte Minimal, or FT Salmon, with a detailed reference covering Recharts components, Tailwind utilities, color palettes, and chart-selection rules. - Save, Version, and Embed: Manage Dives as code, inspect version history via list_dives and read_dive, and embed read-only Dives using short-lived server-side sessions. - Use Case: A data analyst needs a shareable revenue dashboard on MotherDuck; this Skill validates the SQL, builds a multi-query Dive with KPIs, charts, and tables, previews it locally, and saves it with a consistent theme. ## Quick Start Ask the assistant to create a MotherDuck Dive showing monthly revenue by category from your database, with a Corporate Dashboard theme and loading states for each section.