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
2 changes: 1 addition & 1 deletion skills/databricks-jobs/SKILL.md
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion skills/databricks-pipelines/SKILL.md
Original file line number Diff line number Diff line change
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