databricks-pack Verified Bronze

Verified Bronze · 69/100 saas-packs v1.1.0 by Jeremy Longshore

DEPRECATED (v1) — these 24 documentation skills are removed in v2.0.0, which rebuilds the pack as 5 live-detection skills + a shared databricks-workspace-mcp server. See the README migration map before upgrading.

24 Skills
MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install databricks-pack@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

This pack gives Claude Code deep operational knowledge of Databricks: real REST API endpoints (/api/2.1/jobs/, /api/2.0/clusters/), real Python SDK patterns (databricks-sdk WorkspaceClient, typed error handling), real Spark SQL (Auto Loader, MERGE INTO, OPTIMIZE, Liquid Clustering), and real deployment workflows (Declarative Automation Bundles, GitHub Actions CI/CD).

Every skill contains working code, not placeholder templates.

Skills (25)

databricks-ci-integration SKILL.md View full skill →

'Configure Databricks CI/CD integration with GitHub Actions and Asset.

ReadWriteEditBash(gh:*)Bash(databricks:*)
databricks-common-errors SKILL.md View full skill →

'Diagnose and fix Databricks common errors and exceptions.

ReadGrepBash(databricks:*)
databricks-core-workflow-a SKILL.md View full skill →

'Execute Databricks primary workflow: Delta Lake ETL pipelines.

ReadWriteEditBash(databricks:*)Grep
databricks-core-workflow-b SKILL.md View full skill →

'Execute Databricks secondary workflow: MLflow model training and deployment.

ReadWriteEditBash(databricks:*)Bash(pip:*)Grep
databricks-cost-leak-hunter SKILL.md View full skill →

Hunt down Databricks cost leaks — wasted DBUs, idle clusters, oversized SQL warehouses, and untagged runaway spend — and produce a FinOps cost report.

ReadWriteEditBash(databricks:*)Bash(jq:*)Globmcp__databricks-workspace-mcp__clusters_getmcp__databricks-workspace-mcp__clusters_eventsmcp__databricks-workspace-mcp__clusters_listmcp__databricks-workspace-mcp__instance_pools_listmcp__databricks-workspace-mcp__pipelines_get
databricks-cost-tuning SKILL.md View full skill →

'Optimize Databricks costs with cluster policies, spot instances, and.

ReadWriteEditBash(databricks:*)Grep
databricks-data-handling SKILL.md View full skill →

'Implement Delta Lake data management patterns including GDPR, PII handling,.

ReadWriteEditBash(databricks:*)
databricks-debug-bundle SKILL.md View full skill →

'Collect Databricks debug evidence for support tickets and troubleshooting.

ReadBash(databricks:*)Bash(tar:*)Bash(python:*)Grep
databricks-deploy-integration SKILL.md View full skill →

'Deploy Databricks jobs and pipelines with Declarative Automation Bundles.

ReadWriteEditBash(databricks:*)
databricks-enterprise-rbac SKILL.md View full skill →

'Configure Databricks enterprise SSO, Unity Catalog RBAC, and organization.

ReadWriteEditBash(databricks:*)
databricks-hello-world SKILL.md View full skill →

'Create a minimal working Databricks example with cluster and notebook.

ReadWriteEditBash(databricks:*)Bash(python:*)
databricks-incident-runbook SKILL.md View full skill →

'Execute Databricks incident response procedures with triage, mitigation,.

Bash(databricks:*)Bash(curl:*)Bash(jq:*)
databricks-install-auth SKILL.md View full skill →

'Install and configure Databricks CLI and SDK authentication.

ReadWriteEditBash(pip:*)Bash(databricks:*)Bash(curl:*)Grep
databricks-local-dev-loop SKILL.md View full skill →

'Configure Databricks local development with Databricks Connect, Asset.

ReadWriteEditBash(pip:*)Bash(databricks:*)Grep
databricks-migration-deep-dive SKILL.md View full skill →

'Execute comprehensive platform migrations to Databricks from legacy.

ReadWriteEditBash(databricks:*)Grep
databricks-multi-env-setup SKILL.md View full skill →

'Configure Databricks across development, staging, and production environments.

ReadWriteEditBash(databricks:*)Bash(terraform:*)
databricks-observability SKILL.md View full skill →

'Set up comprehensive observability for Databricks with metrics, traces,.

ReadWriteEditBash(databricks:*)
databricks-performance-tuning SKILL.md View full skill →

'Optimize Databricks cluster and query performance.

ReadWriteEditBash(databricks:*)Grep
databricks-prod-checklist SKILL.md View full skill →

'Execute Databricks production deployment checklist and rollback procedures.

ReadBash(databricks:*)Grep
databricks-rate-limits SKILL.md View full skill →

'Implement Databricks API rate limiting, backoff, and idempotency patterns.

ReadWriteEdit
databricks-reference-architecture SKILL.md View full skill →

'Implement Databricks reference architecture with best-practice project.

ReadGrep
databricks-sdk-patterns SKILL.md View full skill →

'Apply production-ready Databricks SDK patterns for Python and REST API.

ReadWriteEdit
databricks-security-basics SKILL.md View full skill →

'Apply Databricks security best practices for secrets and access control.

ReadWriteGrepBash(databricks:*)
databricks-upgrade-migration SKILL.md View full skill →

'Upgrade Databricks runtime versions and migrate between features.

ReadWriteEditBash(databricks:*)Grep
databricks-webhooks-events SKILL.md View full skill →

'Configure Databricks job notifications, webhooks, and event handling.

ReadWriteEditBash(databricks:*)

How It Works

Skills trigger automatically on Databricks topics:

  • "Set up Databricks auth" -- databricks-install-auth
  • "Build a Delta Lake pipeline" -- databricks-core-workflow-a
  • "Deploy my Databricks job" -- databricks-deploy-integration
  • "Optimize my Spark queries" -- databricks-performance-tuning
  • "Set up Unity Catalog permissions" -- databricks-enterprise-rbac
  • "Migrate from Snowflake" -- databricks-migration-deep-dive

Ready to use databricks-pack?