ワンクリックで
azure-databricks
Databricks on Azure: cluster lifecycle, Delta Lake operations, MLflow tracking, and Unity Catalog patterns for this repo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Databricks on Azure: cluster lifecycle, Delta Lake operations, MLflow tracking, and Unity Catalog patterns for this repo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Operate Harkonnen through the repo-local MCP server and CLI. TRIGGER: user asks about run history, PackChat threads or messages, checkpoints, board snapshots, reasoning trails, benchmark suites or reports, wants to diagnose a failure, wants a run report, or wants to start, queue, or watch a run. Preferred over raw shell commands for Harkonnen interactions.
Azure cloud resources: ARM/Bicep templates, Azure CLI patterns, RBAC, service principals, and subscription safety for this repo.
Docker and Compose: image builds, container lifecycle, networking, volume management, and safety conventions for this repo.
SQL database patterns: schema migrations, query safety, index design, and transaction hygiene for this repo.
WinCC OA SCADA: CTRL scripts, panels, datapoint operations, manager lifecycle, and live-system safety for this repo.
Linux environment conventions: shell idioms, systemd, package management, file permissions, and path conventions for this repo.
| name | azure-databricks |
| description | Databricks on Azure: cluster lifecycle, Delta Lake operations, MLflow tracking, and Unity Catalog patterns for this repo. |
| user-invocable | false |
| allowed-tools | ["Bash(databricks *)","WebFetch(docs.databricks.com)"] |
This repo uses Azure Databricks. Apply these patterns.
latest.databricks clusters get --cluster-id <id>.autotermination_minutes on interactive clusters.spark.read.format("delta") — not parquet — for managed Delta tables..option("mergeSchema", "true") only when schema drift is intentional.VACUUM tablename RETAIN 168 HOURS — never vacuum below the 7-day default without explicit approval.mlflow.set_experiment("name") before mlflow.start_run().models:/CatalogName.SchemaName.ModelName/version.catalog.schema.table.hive_metastore for new tables — that's the legacy path.SHOW GRANTS ON TABLE catalog.schema.table.