What problem does it solve? Setting up a Databricks connection profile involves editing ~/.databrickscfg, running OAuth authentication, and choosing between cluster-based or serverless compute, which is error-prone when done manually. This Skill walks through the entire configuration workflow and verifies the result. ## Core Features & Use Cases - Profile Configuration: Creates or updates profiles in ~/.databrickscfg, accepting a profile name or a workspace host URL from which the profile name is derived. - OAuth Authentication: Runs databricks auth login to complete browser-based authentication for the selected profile. - Compute Selection: Prompts the user to choose between a specific cluster ID or serverless compute (serverless_compute_id = auto), ensuring only one option is set. - Use Case: A data engineer joining a new workspace runs /databricks-config https://adb-1234567890123456.7.azuredatabricks.net/ to authenticate and configure a serverless profile in one guided flow. ## Quick Start Ask the assistant to configure your Databricks profile by invoking /databricks-config with your workspace URL or profile name, then follow the prompts to authenticate and pick a compute option.