diff --git a/experimental/databricks-execution-compute/SKILL.md b/experimental/databricks-execution-compute/SKILL.md index e7c825c..3937a95 100644 --- a/experimental/databricks-execution-compute/SKILL.md +++ b/experimental/databricks-execution-compute/SKILL.md @@ -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 diff --git a/manifest.json b/manifest.json index e6925dc..4fa448d 100644 --- a/manifest.json +++ b/manifest.json @@ -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",