Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
22 changes: 11 additions & 11 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions skills/databricks-jobs/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions skills/databricks-pipelines/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down Expand Up @@ -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
Expand Down
Loading