The master skill in PlanetScale's official pack: runs a full read-only best-practices assessment of a database or org, then produces one evidence-backed report.
Databricks CoreSkill
Summary
Databricks' official entry-point agent skill: CLI authentication, profile and workspace selection, asset bundles, and routing to the right product skill for the task.
Features
- Entry-point skill that routes to the right Databricks product skill
- Covers CLI authentication, profile selection and workspace targeting
- Handles Asset Bundle (DAB) workflows for deploying resources
- Falls back to manual data exploration when Genie One is unavailable
- Requires the Databricks CLI at v0.292.0 or newer
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Authenticate to my Databricks workspace with the prod profile and deploy this asset bundle.
Description
databricks-core is the front door to Databricks' officially published agent skill collection — 29 stable skills covering everything from Lakeflow Jobs and Spark Declarative Pipelines to Unity Catalog, Vector Search, Model Serving and AI/BI dashboards.
Its job is deliberately narrow: get the agent authenticated and pointed at the right workspace, then hand off. That means Databricks CLI basics, profile management and workspace targeting, plus Databricks Asset Bundle (DAB) workflows for declaratively deploying jobs, pipelines and other resources. It requires the Databricks CLI at v0.292.0 or newer and checks with databricks --version before doing anything.
The routing behaviour is what makes it worth installing first rather than cherry-picking a product skill. For data discovery — finding tables, answering natural-language questions about a dataset, or generating SQL — it defers to databricks-data-discovery, which asks Genie One first and only then falls back to manual schema exploration. For product work it names the specific skill: databricks-jobs, databricks-pipelines, databricks-apps, databricks-lakebase, databricks-model-serving and the rest. If a downstream skill is not installed, it degrades to CLI commands and a bundled manual data-exploration guide rather than guessing.
Installation. The canonical path is the Databricks CLI itself: databricks aitools install. It is also published to the Claude Code marketplace (/plugin marketplace add databricks/databricks-agent-skills), Cursor (/add-plugin databricks), and the GitHub Copilot and Codex marketplaces. Experimental skills live in experimental/ behind an --experimental flag. Distributed under the Databricks License rather than a standard OSS licence — read it before redistributing.
Best for data and platform engineers who already work in a Databricks workspace and want their agent to stop hallucinating CLI flags. It is not a general Spark or SQL tutor; it assumes a Databricks account exists.
Related Skills
Build crash-safe AI agents on AgentKit and step.ai — durable tool calls, human-in-the-loop approval, realtime progress, and when not to reach for an agent loop at all.
Inngest's durable-execution playbook as an agent skill — steps and memoisation, event and cron triggers, idempotency, cancellation, retries and non-retriable errors.
Temporal's official skill for building durable workflows — SDK patterns across seven languages, plus the determinism rules that decide whether a workflow survives a replay.