Skip to content

Commit 8fe4978

Browse files
docs: track aitools rename — 'experimental aitools install' → 'aitools install'
Mirrors the CLI change in databricks/cli#4917 which promotes the aitools skills-management surface (install/update/uninstall/list/ version/skills) from `databricks experimental aitools` to top-level `databricks aitools`. Updates 3 install-command references: - README.md - skills/databricks-jobs/SKILL.md - skills/databricks-pipelines/SKILL.md The 37 `databricks experimental aitools tools …` references in skills/databricks-core/, skills/databricks-apps/, and elsewhere are intentionally left as-is — that subtree (query, discover-schema, get-default-warehouse, statement) still has "no stability guarantees" per its own help text and is NOT being promoted to the top level in #4917. It stays under `experimental aitools tools`. Co-authored-by: Isaac
1 parent 582dcbd commit 8fe4978

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Skills for AI coding assistants (Claude Code, Cursor, etc.) that provide Databri
77
**For Claude Code:**
88

99
```bash
10-
databricks experimental aitools install
10+
databricks aitools install
1111
```
1212

1313
This installs skills to `~/.claude/skills/` for use with Claude Code.

skills/databricks-jobs/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Verify: `databricks -v`
4444
Read the `databricks-core` skill for CLI basics, authentication, and deployment workflow.
4545
Read the `databricks-jobs` skill for job-specific guidance.
4646
47-
If skills are not available, install them: `databricks experimental aitools install`
47+
If skills are not available, install them: `databricks aitools install`
4848
```
4949

5050
## Project Structure

skills/databricks-pipelines/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Verify: `databricks -v`
202202
Read the `databricks-core` skill for CLI basics, authentication, and deployment workflow.
203203
Read the `databricks-pipelines` skill for pipeline-specific guidance.
204204
205-
If skills are not available, install them: `databricks experimental aitools install`
205+
If skills are not available, install them: `databricks aitools install`
206206
```
207207

208208
## Pipeline Structure

0 commit comments

Comments
 (0)