What problem does it solve? Working with the Databricks CLI involves tricky authentication setup, multi-profile workspace management, and error-prone commands with positional arguments that are easy to get wrong. This Skill provides up-to-date, verified guidance for Databricks CLI operations so commands work correctly the first time, especially inside Claude Code where each Bash command runs in a separate shell session. ## Core Features & Use Cases - OAuth Authentication & Profile Management: Set up OAuth2 login with descriptive profile names, list and switch between workspace profiles, and troubleshoot credential errors. - AI-Powered Data Exploration: Use databricks experimental aitools tools to discover table schemas, run ad-hoc SQL queries, and find tables by keyword via information_schema instead of manually iterating catalogs. - Resource & Bundle Operations: List and inspect apps, jobs, clusters, warehouses, pipelines, and Unity Catalog objects, plus init, validate, deploy, and run Databricks bundles. - Use Case: You need to explore an unfamiliar table in a Databricks workspace. The Skill guides you to select the right profile, search system.information_schema.tables by keyword, run discover-schema for columns and sample data, then execute targeted SQL queries. ## Quick Start Ask the assistant to list your Databricks profiles and explore the schema of a specific table using the databricks CLI.