Databricks skills
Official Databricks skills for AI coding assistants working with the Databricks platform skills-hub.ai mirrors 9 skills from Databricks daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Installing a Databricks skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Databricks skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Databricks skills via API
curl https://skills-hub.ai/api/v1/skills?source=databricks
# Browse all sources
open https://skills-hub.ai/sourcesTop Databricks skills
See all →The most-installed skills from Databricks, ranked by adoption.
01databricks-serverless-migration
Migrate Databricks workloads from classic compute to serverless compute. Scans code for serverless compatibility issues, provides concrete fixes for the serverless Spark Connect architecture, and guides the full migration to serverless environments. Use for classic-to-serverless migrations, serverless code compatibility checks, or writing new serverless-compatible notebooks and jobs. Not for classic DBR version upgrades or cluster configuration changes within classic compute.
Buildfrom Databricks02databricks-model-serving
Manage Databricks Model Serving endpoints via CLI. Use when asked to create, configure, query, or manage model serving endpoints for LLM inference, custom models, or external models.
Buildfrom Databricks03databricks-core
Databricks CLI operations: auth, profiles, data exploration, and bundles. Contains up-to-date guidelines for Databricks-related CLI tasks.
Buildfrom Databricks04databricks-dabs
Create, configure, validate, deploy, run, and manage DABs — Declarative Automation Bundles (formerly Databricks Asset Bundles) — for Databricks resources including dashboards, jobs, pipelines, alerts, volumes, and apps
Buildfrom Databricks05databricks-lakebase
Databricks Lakebase Postgres: projects, scaling, connectivity, Lakebase synced tables, and Data API. Use when asked about Lakebase databases, OLTP storage, or connecting apps to Postgres on Databricks.
Buildfrom Databricks06databricks
Databricks CLI operations: auth, profiles, data exploration, and bundles. Contains up-to-date guidelines for Databricks-related CLI tasks.
Buildfrom Databricks07databricks-apps
Build apps on Databricks Apps platform. Use when asked to create dashboards, data apps, analytics tools, or visualizations. Evaluates data access patterns (analytics vs Lakebase synced tables) before scaffolding. Invoke BEFORE starting implementation.
Buildfrom Databricks08databricks-jobs
Develop and deploy Lakeflow Jobs on Databricks. Use when creating data engineering jobs with notebooks, Python wheels, or SQL tasks. Invoke BEFORE starting implementation.
Buildfrom Databricks09databricks-pipelines
Develop Lakeflow Spark Declarative Pipelines (formerly Delta Live Tables) on Databricks. Use when building batch or streaming data pipelines with Python or SQL. Invoke BEFORE starting implementation.
Buildfrom Databricks
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:15 PM (success).
Databricks skills — frequently asked
What are Databricks skills?
Databricks skills are AI coding skills published by Databricks (Official Databricks skills for AI coding assistants working with the Databricks platform) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Databricks skills are available?
skills-hub.ai indexes 9 skills from Databricks, synced daily from the upstream GitHub repository (https://github.com/databricks/databricks-agent-skills).
How do I install a Databricks skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Databricks skills?
Yes. Every skill from this source is mirrored from Databricks's own GitHub repository (https://github.com/databricks/databricks-agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.