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
10 changes: 1 addition & 9 deletions experimental/databricks-execution-compute/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
---
name: databricks-execution-compute
description: >-
Execute code and manage compute on Databricks. Use this skill when the user
mentions: "run code", "execute", "run on databricks", "serverless", "no
cluster", "run python", "run scala", "run sql", "run R", "run file", "push
and run", "notebook run", "batch script", "model training", "run script on
cluster", "create cluster", "new cluster", "resize cluster", "modify cluster",
"delete cluster", "terminate cluster", "create warehouse", "new warehouse",
"resize warehouse", "delete warehouse", "node types", "runtime versions",
"DBR versions", "spin up compute", "provision cluster".
description: "Execute code and manage compute on Databricks: run Python/Scala/SQL/R via serverless, classic, or interactive clusters, and create/resize/delete clusters and SQL warehouses."
---

# Databricks Execution & Compute
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"version": "0.0.1"
},
"databricks-execution-compute": {
"description": "Execute code and manage compute on Databricks. Use this skill when the user mentions: \"run code\", \"execute\", \"run on databricks\", \"serverless\", \"no cluster\", \"run python\", \"run scala\", \"run sql\", \"run R\", \"run file\", \"push and run\", \"notebook run\", \"batch script\", \"model training\", \"run script on cluster\", \"create cluster\", \"new cluster\", \"resize cluster\", \"modify cluster\", \"delete cluster\", \"terminate cluster\", \"create warehouse\", \"new warehouse\", \"resize warehouse\", \"delete warehouse\", \"node types\", \"runtime versions\", \"DBR versions\", \"spin up compute\", \"provision cluster\".",
"description": "Execute code and manage compute on Databricks: run Python/Scala/SQL/R via serverless, classic, or interactive clusters, and create/resize/delete clusters and SQL warehouses.",
"files": [
"SKILL.md",
"agents/openai.yaml",
Expand Down
Loading