What problem does it solve?
This Skill solves the problem of setting up and authenticating a Databricks-backed agent development environment quickly and correctly, without manual misconfiguration.
Core Features & Use Cases
- Databricks authentication bootstrapping: Validates your Databricks CLI version and provisions the required local auth context.
- Environment configuration automation: Creates or updates .env with the correct MLflow tracking/experiment settings and optional Lakebase memory configuration.
- App/deployment binding support: Updates databricks.yml so deployments reuse an existing Databricks app name when provided.
Use case: If you just cloned the workshop template and need working local development plus memory support, run quickstart to generate the right .env and bind your Databricks app so you can immediately test and deploy.
Quick Start
Run uv run quickstart to generate your local configuration and authentication for Databricks (including optional Lakebase memory setup when you provide the relevant flags).