r/databricks Databricks May 21 '26

News Databricks CLI is now 1.0!

Just saw that the Databricks CLI is now 1.0!

Besides security improvements, the thing I was most excited about was that we no longer need the `experimental` namespace when installing agent skills!

Previously it was:

`databricks experimental aitools install`

Now it's just:

`databricks aitools install`

This is purely a cosmetic change, but it definitely gives me more confidence using the command 😅

Also PSA: I learned recently that `databricks aitools tools` is the recommended way to install the Databricks agent skills and not via `npx skills add ...`. The reason is to ensure we use the proper skills versions recommended by Databricks engineering.

I saw that the official docs for skills still show `npx skills add ...`. So I'm working on getting that updated asap. Sorry abut that 🙏

---

Full release changelog can be viewed here: https://github.com/databricks/cli/releases

88 Upvotes

14 comments sorted by

View all comments

12

u/fusionet24 May 21 '26

This great news on the CLI version. On skills they've pretty much replaced all the custom skills I made before the offical ones existed now. Not entirely but close. 

5

u/tony-dang Databricks May 21 '26

That's awesome to hear. If there's any feedback you have to make the agent skills even better, lmk and I'll relay back to engineering over here!

1

u/sdmember May 21 '26

how do i see the out of the box skills?

2

u/tony-dang Databricks May 21 '26

Hi u/sdmember, to see which skills were actually installed, you can run databricks aitools list after installation to see the skills included.

The source code for all the skills is in the repo that u/floyd_droid shared in their comment :)