What problem does it solve? Working with the Databricks CLI requires correct installation, OAuth authentication, and profile management across multiple workspaces, and mistakes like wrong profile selection or invalid command flags cause confusing errors. This Skill provides the entry-point guidance for all Databricks CLI tasks so commands run against the right workspace the first time. ## Core Features & Use Cases - CLI Installation & Authentication: Guides installation of the Databricks CLI (>= v0.292.0) on macOS, Windows, and Linux, and sets up OAuth2 profiles with descriptive names. - Profile & Workspace Management: Lists all configured profiles, lets the user explicitly choose a workspace, and handles Claude Code's separate-shell behavior with --profile flags. - Data Exploration via AI Tools: Runs schema discovery and ad-hoc SQL queries through databricks experimental aitools tools, with correct Unity Catalog identifier quoting rules. - Use Case: You need to query a table in the hello-world catalog. The Skill authenticates with the right profile, discovers the schema, and runs a properly backtick-quoted SQL query against the default warehouse. ## Quick Start Use the databricks-core skill to authenticate to my Databricks workspace and list the available catalogs and tables.