Skip to content
Draft
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
30 changes: 30 additions & 0 deletions skills/.curated/databricks-skill-installer/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: databricks-skill-installer
description: Run `databricks experimental aitools install --global` to install or refresh Databricks skills for Codex and other supported coding agents. Use when Codex needs to bootstrap Databricks skills with the Databricks CLI or install a specific Databricks skill such as `databricks-apps` or `databricks-jobs`.
---

# Databricks Skill Installer

First check:

```bash
databricks -v
```

If the command is missing, follow the upstream Databricks CLI install guide and treat it as the source of truth. In a sandboxed agent session, show the user the appropriate install command from that guide and ask them to run it in their own terminal.

[databricks-cli-install.md](https://github.com/databricks/databricks-agent-skills/blob/main/skills/databricks/databricks-cli-install.md)

Run:

```bash
databricks experimental aitools install --global --agents codex
```

Install one skill with:

```bash
databricks experimental aitools install --global --agents codex --skills databricks-apps
```

After installation, open the installed Databricks skill under `${CODEX_HOME:-~/.codex}/skills` and follow its upstream `SKILL.md`.
7 changes: 7 additions & 0 deletions skills/.curated/databricks-skill-installer/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
interface:
display_name: "Databricks Skills"
short_description: "Install Databricks skills for Codex"
icon_small: "./assets/databricks.svg"
icon_large: "./assets/databricks.png"
brand_color: "#FF3621"
default_prompt: "Use $databricks-skill-installer to install or update Databricks skills from the official Databricks repository."
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.