From 198bc2f295f1698cd4b4e047eff6d1586747308f Mon Sep 17 00:00:00 2001 From: James Broadhead Date: Wed, 27 May 2026 22:45:29 +0000 Subject: [PATCH] =?UTF-8?q?skills(experimental/databricks-execution-comput?= =?UTF-8?q?e):=20tighten=20description=20to=20=E2=89=A4200=20chars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The frontmatter description was a 9-line, 26-trigger paragraph naming every plausible synonym for "run code" and "manage cluster". Replaces with a 175-char clinical sentence that mirrors the stable-side description style (cf. databricks-apps, databricks-dabs, databricks-jobs): state what the skill does, list the languages and compute modes, no 'MUST be invoked' / 'ALWAYS prefer' demands. ## Test plan - `python3 scripts/skills.py validate` passes (description propagates cleanly into manifest.json). This PR was prepared by Claude. --- experimental/databricks-execution-compute/SKILL.md | 10 +--------- manifest.json | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) 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",