From 8fe497885fec1c41047f84e9daa5e09beab494b6 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 29 Apr 2026 15:43:57 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20track=20aitools=20rename=20=E2=80=94=20?= =?UTF-8?q?'experimental=20aitools=20install'=20=E2=86=92=20'aitools=20ins?= =?UTF-8?q?tall'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 2 +- skills/databricks-jobs/SKILL.md | 2 +- skills/databricks-pipelines/SKILL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e8467f..6b86c29 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Skills for AI coding assistants (Claude Code, Cursor, etc.) that provide Databri **For Claude Code:** ```bash -databricks experimental aitools install +databricks aitools install ``` This installs skills to `~/.claude/skills/` for use with Claude Code. diff --git a/skills/databricks-jobs/SKILL.md b/skills/databricks-jobs/SKILL.md index f9986c1..0e6633e 100644 --- a/skills/databricks-jobs/SKILL.md +++ b/skills/databricks-jobs/SKILL.md @@ -44,7 +44,7 @@ Verify: `databricks -v` Read the `databricks-core` skill for CLI basics, authentication, and deployment workflow. Read the `databricks-jobs` skill for job-specific guidance. -If skills are not available, install them: `databricks experimental aitools install` +If skills are not available, install them: `databricks aitools install` ``` ## Project Structure diff --git a/skills/databricks-pipelines/SKILL.md b/skills/databricks-pipelines/SKILL.md index d08d0b1..15f121f 100644 --- a/skills/databricks-pipelines/SKILL.md +++ b/skills/databricks-pipelines/SKILL.md @@ -202,7 +202,7 @@ Verify: `databricks -v` Read the `databricks-core` skill for CLI basics, authentication, and deployment workflow. Read the `databricks-pipelines` skill for pipeline-specific guidance. -If skills are not available, install them: `databricks experimental aitools install` +If skills are not available, install them: `databricks aitools install` ``` ## Pipeline Structure