From 546427348707737613696867fbe0868f0eeda480 Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 29 Apr 2026 15:43:57 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20track=20aitools=20rename=20?= =?UTF-8?q?=E2=80=94=20'experimental=20aitools=20install'=20=E2=86=92=20'a?= =?UTF-8?q?itools=20install'?= 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 From 1bdfc0cdc9c94d90adc982c87607680c135cd5e7 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Thu, 21 May 2026 12:09:45 +0200 Subject: [PATCH 2/2] Bump min CLI version to v1.0.0 for jobs and pipelines skills The non-experimental `databricks aitools install` command requires CLI >= v1.0.0. Bump compatibility and skill versions accordingly. Co-authored-by: Isaac --- manifest.json | 22 +++++++++++----------- skills/databricks-jobs/SKILL.md | 4 ++-- skills/databricks-pipelines/SKILL.md | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/manifest.json b/manifest.json index 8d6cefe..12b915a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "version": "2", - "updated_at": "2026-05-15T12:29:33Z", + "updated_at": "2026-05-21T10:09:27Z", "skills": { "databricks-apps": { "version": "0.1.1", "description": "Databricks Apps development and deployment (evaluates analytics vs synced tables data access)", "experimental": false, - "updated_at": "2026-05-15T12:19:02Z", + "updated_at": "2026-05-21T09:50:58Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -33,7 +33,7 @@ "version": "0.1.0", "description": "Core Databricks skill for CLI, auth, and data exploration", "experimental": false, - "updated_at": "2026-05-12T22:07:25Z", + "updated_at": "2026-05-21T09:50:58Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -48,7 +48,7 @@ "version": "0.0.0", "description": "Declarative Automation Bundles (DABs) for deploying and managing Databricks resources", "experimental": false, - "updated_at": "2026-05-12T20:04:29Z", + "updated_at": "2026-05-21T09:29:10Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -63,10 +63,10 @@ "base_revision": "e742f36e8ab1" }, "databricks-jobs": { - "version": "0.1.0", + "version": "0.1.1", "description": "Databricks Jobs orchestration and scheduling", "experimental": false, - "updated_at": "2026-05-12T20:04:29Z", + "updated_at": "2026-05-21T10:09:23Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -78,7 +78,7 @@ "version": "0.1.0", "description": "Databricks Lakebase Postgres: projects, scaling, connectivity, synced tables, and Data API", "experimental": false, - "updated_at": "2026-05-15T12:29:29Z", + "updated_at": "2026-05-21T09:50:58Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -97,7 +97,7 @@ "version": "0.1.0", "description": "Databricks Model Serving endpoint management", "experimental": false, - "updated_at": "2026-05-15T12:19:44Z", + "updated_at": "2026-05-21T09:50:58Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -107,10 +107,10 @@ ] }, "databricks-pipelines": { - "version": "0.1.0", + "version": "0.1.1", "description": "Databricks Pipelines (DLT) for ETL and streaming", "experimental": false, - "updated_at": "2026-05-15T12:14:27Z", + "updated_at": "2026-05-21T10:09:24Z", "files": [ "SKILL.md", "agents/openai.yaml", @@ -157,7 +157,7 @@ "version": "0.1.0", "description": "Migrate Databricks workloads from classic compute to serverless compute, including compatibility checks and concrete fixes", "experimental": false, - "updated_at": "2026-05-12T20:04:29Z", + "updated_at": "2026-05-21T09:29:10Z", "files": [ "SKILL.md", "agents/openai.yaml", diff --git a/skills/databricks-jobs/SKILL.md b/skills/databricks-jobs/SKILL.md index 0e6633e..4f6adfd 100644 --- a/skills/databricks-jobs/SKILL.md +++ b/skills/databricks-jobs/SKILL.md @@ -1,9 +1,9 @@ --- name: databricks-jobs description: Develop and deploy Lakeflow Jobs on Databricks. Use when creating data engineering jobs with notebooks, Python wheels, or SQL tasks. Invoke BEFORE starting implementation. -compatibility: Requires databricks CLI (>= v0.292.0) +compatibility: Requires databricks CLI (>= v1.0.0) metadata: - version: "0.1.0" + version: "0.1.1" parent: databricks-core --- diff --git a/skills/databricks-pipelines/SKILL.md b/skills/databricks-pipelines/SKILL.md index 15f121f..7f25825 100644 --- a/skills/databricks-pipelines/SKILL.md +++ b/skills/databricks-pipelines/SKILL.md @@ -1,9 +1,9 @@ --- name: databricks-pipelines description: Develop Lakeflow Spark Declarative Pipelines (formerly Delta Live Tables) on Databricks. Use when building batch or streaming data pipelines with Python or SQL. Invoke BEFORE starting implementation. -compatibility: Requires databricks CLI (>= v0.292.0) +compatibility: Requires databricks CLI (>= v1.0.0) metadata: - version: "0.1.0" + version: "0.1.1" parent: databricks-core ---