This gives Claude everything it needs to work with Databricks: the Python SDK for managing resources, Databricks Connect for running Spark locally, CLI commands, and direct REST API access when the SDK doesn't cut it. The documentation coverage is solid, with clear examples for clusters, jobs, SQL warehouses, and Unity Catalog operations. I like that it includes the predictable URL patterns for the SDK docs and explicitly warns against common mistakes like setting master mode in Databricks Connect. If you're writing code that talks to Databricks instead of just notebooks in the UI, this is the reference you want loaded.
npx skills add https://github.com/databricks-solutions/ai-dev-kit --skill databricks-python-sdk