Language:JapaneseEnglish

databricks Claude Code Plugin

Author
Databricks
Category
Database
Topics
Data Engineering & Analytics · Cloud, Deployment & CI/CD · Claude Code Customization & Workflow
First cataloged
2026-07-09 (UTC)
Explanation last updated
2026-09-04 (UTC)
Source (GitHub) last updated
2026-09-05 (UTC) (today)

The explanation below is AI-generated. Please verify it against the sources.

This plugin installs a collection of skills that give AI coding assistants specialized guidance for working with Databricks. It can be installed either through the Databricks CLI or through plugin marketplaces for Claude Code, Cursor, Codex, and GitHub Copilot. Depending on the install path, it also adds slash commands for setup and health checks, plus hooks that route prompts, inject session context, and surface authentication-failure hints. The README lists close to thirty stable skills along with additional experimental skills imported from a related project.

About the service

Databricks is a cloud-based data and AI platform (lakehouse) that, per its homepage, offers capabilities such as Databricks Apps for hosting web applications, Lakebase for managed Postgres databases, Model Serving for hosted model inference, and Agent Bricks for building LLM-driven applications.

What you can do with databricks

  • Install and authenticate the Databricks CLI and verify workspace connectivity
  • Scaffold and deploy Databricks Apps using AppKit patterns
  • Provision and manage Lakebase Postgres, including branching, autoscaling, and synced tables
  • Set up and query Model Serving endpoints with AI Gateway traffic configuration
  • Build Spark Declarative Pipelines for batch and streaming workloads
  • Manage Declarative Automation Bundles (DABs) for deploying Databricks resources
  • Plan and execute migration from classic compute to serverless compute
  • Run setup and health-check workflows via slash commands (/databricks:setup, /databricks:doctor)
  • Use agent hooks for prompt routing, session context priming, and authentication-failure hints (availability varies by coding agent)

Sources

Back to list