Scaffolds and deploys apps to the Databricks Apps platform, handling everything from warehouse-backed dashboards to operational apps with Lakebase databases. The workflow forces you to pick your data access pattern upfront: analytics queries hit warehouses in a few seconds and work for dashboards and aggregations, while Lakebase synced tables give you sub-second Postgres lookups for typeahead and real-time search. It won't let you scaffold until you've made that call, which saves you from rebuilding later. Includes AppKit SDK hooks, tRPC routing, Genie chat integration, and smoke test scaffolding. The strict validation catches TypeScript errors and double-assertions before deploy. Useful when you need to ship internal tools or data apps without leaving the Databricks ecosystem.
npx skills add https://github.com/databricks/databricks-agent-skills --skill databricks-apps