You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Drop the -experimental suffix model entirely. Skills install under their
plain names; the install dir is `~/.claude/skills/<name>/`. Stable+experimental
collisions are resolved upstream by renaming (not by suffixing), and the
manifest generator raises if a collision shows up.
- Update README install instructions to the new top-level
`databricks aitools install [name] --experimental` surface (was the legacy
`databricks experimental aitools skills install ...` path).
- Trim the experimental/README "Provenance & sync model" section per Dustin's
L113/L126 asks — the long-term deprecation plan lives in ai-dev-kit when
it's ready, not here.
- Apply Dustin's L78 wording suggestion for the "previously experimental"
callout.
- Add @cankoklu-db and @yogesh-dbx as Code Owners on /experimental/.
- Fix the databricks-pipelines manifest description: "Databricks Spark
Declarative Pipelines (SDP) for ETL and streaming".
- Drop the broken n8n-to-databricks cross-reference in
databricks-ai-functions/4-document-processing-pipeline.md (the referenced
skill does not exist).
Paired with the cli-side suffix removal in databricks/cli#5243.
Co-authored-by: Isaac
> Previously experimental copies of these (`databricks-bundles`, `databricks-lakebase-autoscale`, `databricks-config`) were dropped — they duplicated the stable skills without adding new content.
70
+
> Previously experimental copies of these (`databricks-bundles`, `databricks-lakebase-autoscale`, `databricks-config`) were already merged with the stable skills.
79
71
80
72
### 📚 Reference
81
73
-**databricks-docs** - Documentation index via llms.txt
Copy file name to clipboardExpand all lines: experimental/databricks-ai-functions/4-document-processing-pipeline.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
End-to-end patterns for building batch document processing pipelines using AI Functions in a Lakeflow Declarative Pipeline (DLT). Covers function selection, `config.yml` centralization, error handling, and guidance on near-real-time variants with DSPy or LangChain.
4
4
5
-
> For workflow migration context (e.g., migrating from n8n, LangChain, or other orchestration tools), see the companion skill `n8n-to-databricks`.
Copy file name to clipboardExpand all lines: manifest.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"version": "2",
3
-
"updated_at": "2026-05-19T14:54:40Z",
3
+
"updated_at": "2026-05-20T15:27:57Z",
4
4
"skills": {
5
5
"databricks-apps": {
6
6
"version": "0.1.1",
@@ -107,7 +107,7 @@
107
107
},
108
108
"databricks-pipelines": {
109
109
"version": "0.1.0",
110
-
"description": "Databricks Pipelines (DLT) for ETL and streaming",
110
+
"description": "Databricks Spark Declarative Pipelines (SDP) for ETL and streaming",
111
111
"repo_dir": "skills",
112
112
"updated_at": "2026-05-12T15:39:50Z",
113
113
"files": [
@@ -187,7 +187,7 @@
187
187
"version": "0.0.1",
188
188
"description": "Use Databricks built-in AI Functions (ai_classify, ai_extract, ai_summarize, ai_mask, ai_translate, ai_fix_grammar, ai_gen, ai_analyze_sentiment, ai_similarity, ai_parse_document, ai_query, ai_forecast) to add AI capabilities directly to SQL and PySpark pipelines without managing model endpoints. Also covers document parsing and building custom RAG pipelines (parse \u2192 chunk \u2192 index \u2192 query).",
0 commit comments