Skip to content
Merged
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 @@ -5,7 +5,7 @@ Skills for AI coding assistants (Claude Code, Cursor, etc.) that provide Databri
## Installation

```bash
databricks experimental aitools install
databricks aitools install
```

This auto-detects your coding agent(s) and installs the stable skills to the
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
]
},
"databricks-pipelines": {
"version": "0.1.0",
"version": "0.1.1",
"description": "Databricks Spark Declarative Pipelines (SDP) for ETL and streaming",
"repo_dir": "skills",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions skills/databricks-jobs/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: databricks-jobs
description: Develop and deploy Lakeflow Jobs on Databricks via DABs, Python SDK, or the CLI. Use when creating data engineering jobs with notebooks, Python wheels, SQL, dbt, or pipelines. Invoke BEFORE starting implementation.
compatibility: Requires databricks CLI (>= v0.292.0)
compatibility: Requires databricks CLI (>= v1.0.0)
metadata:
version: "0.2.0"
parent: databricks-core
Expand Down Expand Up @@ -53,7 +53,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