Planning skill that interrogates your use case before any code is written, then recommends the right Twilio Conversations stack — ConversationRelay, Memory, Intelligence, Orchestrator, TaskRouter — and the implementation skills to follow.
Databricks Core
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
Foundational fal.ai skill that drives the genmedia CLI across 1200+ hosted generative model endpoints — smart routing, schema inspection, async queues and agent-parseable JSON.
Official AWS skill for authoring, deploying and debugging CDK stacks — construct patterns, bootstrap, drift, resource import and the CloudFormation errors that trap people.
The official Genkit skill for Node.js and TypeScript — flows, Dotprompt files, tools and the beta agent API with sessions, interrupts and branching.