databricks/databricks-agent-skills
Plugin Claude Code
Databricks agent skills for AI coding assistants.
databricks/databricks-agent-skills
Plugin Claude Code
Databricks agent skills for AI coding assistants.
databricks/databricks-agent-skills
Instructions file CodexOpenCode
AGENTS.md instructions for databricks/databricks-agent-skills, covering agent contributor guide and orientation for changes to the plugin itself.
databricks/databricks-agent-skills
Instructions file
Claude Code instructions for databricks/databricks-agent-skills, covering databricks agent skills, structure, development, adding skills and chatbot apps.
databricks/databricks-agent-skills
Command
Read-only Databricks health check: CLI, profiles, auth validity via one API call. Add full after the command to also check compute and recent job failures."}}.
databricks/databricks-agent-skills
Command
Set up Databricks CLI auth: install check, then an OAuth / PAT / service-principal profile (workspace or account-level), then verify."}}.
databricks/databricks-agent-skills
Skill Claude CodeCodex
Databricks AI Runtime (air) CLI — the command-line tool for submitting and managing GPU training workloads on Databricks serverless compute. Use for: running air workloads, custom Docker image setup, environment configuration, and troubleshooting air jobs.
databricks/databricks-agent-skills
Skill Claude CodeCodex
Build custom Python data sources for Apache Spark using the PySpark DataSource API — batch and streaming readers/writers for external systems. Use this skill whenever someone wants to connect Spark to an external system (database, API, message queue, custom protocol), build a Spark connector or plugin in Python…
databricks/databricks-agent-skills
Hook
Runs when you submit a prompt, before the agent sees it, executing databricks-router.py via python3. From databricks/databricks-agent-skills.
databricks/databricks-agent-skills
Hook
Runs when a session starts on startup, clear and compact, executing databricks-context.py via python3. From databricks/databricks-agent-skills.
databricks/databricks-agent-skills
Hook
Runs after a tool call finishes for Bash tool calls, executing databricks-auth-helper.py via python3. From databricks/databricks-agent-skills.
databricks/databricks-agent-skills
Plugin Claude Code
Databricks skills for the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, Declarative Automation Bundles (DABs), and classic-to-serverless migration.
databricks/databricks-agent-skills
Skill Claude CodeCodex
Create Agent Bricks: Knowledge Assistants (KA) for document Q&A and Supervisor Agents for multi-agent orchestration (MAS).
databricks/databricks-agent-skills
Skill Claude CodeCodex
Use Databricks built-in AI Functions (aiclassify, aiextract, aisummarize, aimask, aitranslate, aifixgrammar, aigen, aianalyzesentiment, aisimilarity, aiparsedocument, aiprepsearch, aiquery, aiforecast) to add AI capabilities directly to SQL and PySpark pipelines without managing model endpoints. Also covers document…
databricks/databricks-agent-skills
Skill Claude CodeCodex
Create Databricks AI/BI dashboards. Must use when creating, updating, or deploying Lakeview dashboards as Databricks Dashboard have a unique json structure. CRITICAL: You MUST test ALL SQL queries via CLI BEFORE deploying. Follow guidelines strictly.
databricks/databricks-agent-skills
Skill Claude CodeCodex
Design the UX of custom-code Databricks Apps (AppKit/React) data screens — KPI/overview pages, reports, charts, tables, and Genie/chat data assistants — mapped to concrete AppKit components. Use when BUILDING or reviewing the UI of an AppKit/React app that displays data or answers data questions: choosing genre…
databricks/databricks-agent-skills
Skill Claude CodeCodex
Python backend for Databricks Apps — FastAPI (default), Flask, Dash, Streamlit, Gradio, Reflex. Default for a new Databricks App is databricks-apps (AppKit — Node/TypeScript/React) — reach for it first. Use this skill only when the user asks for a Python backend, extends an existing Python app, or the team is…
databricks/databricks-agent-skills
Skill Claude CodeCodex
Build apps on Databricks Apps platform. Use when asked to create data apps, analytics tools, or custom interactive visualizations. A plain "create a dashboard" request means a managed AI/BI (Lakeview) dashboard → use databricks-aibi-dashboards, not this skill. Evaluates data access patterns (analytics vs Lakebase…
databricks/databricks-agent-skills
Skill Claude CodeCodex
Databricks CLI operations and the parent/entry-point skill for Databricks CLI use: authentication, profile selection, and bundles. Load this first for CLI, auth, profile, and bundle tasks, then load the matching product skill. For finding or exploring data, answering questions about the data, or generating SQL, load…
databricks/databricks-agent-skills
Skill Claude CodeCodex
Create, configure, validate, deploy, run, and manage Declarative Automation Bundles (DABs, formerly Databricks Asset Bundles). Use when working with Databricks resources via DABs including dashboards, jobs, pipelines, alerts, volumes, and apps.
databricks/databricks-agent-skills
Skill Claude CodeCodex
Discover, explore, and query Databricks data via Genie — the CLI equivalent of the Genie One MCP. MUST be invoked whenever the user asks to find or locate data ('what tables are in X', 'where does X live', 'which catalog/schema has Y'), answer a natural-language question about the data, or write a SQL query.
databricks/databricks-agent-skills
Skill Claude CodeCodex
Databricks SQL (DBSQL) advanced features and SQL warehouse capabilities. This skill MUST be invoked when the user mentions: "DBSQL", "Databricks SQL", "SQL warehouse", "SQL scripting", "stored procedure", "CALL procedure", "materialized view", "CREATE MATERIALIZED VIEW", "pipe syntax", "|>", "geospatial", "H3", "ST"…
databricks/databricks-agent-skills
Skill Claude CodeCodex
Databricks documentation reference via llms.txt index. Use when other skills do not cover a topic, looking up unfamiliar Databricks features, or needing authoritative docs on APIs, configurations, or platform capabilities.
databricks/databricks-agent-skills
Skill Claude CodeCodex
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/databricks-agent-skills
Skill Claude CodeCodex
Create, manage, and query Databricks Genie Agents — curated, per-data natural-language agents (formerly Genie Spaces): build, export/import, migrate across workspaces, and ask questions of a specific Agent via the Conversation API. For general data questions or finding data across your workspace, use…