From 3910ab51ae459afe6aedf7a0fe3cfbb7ff7b22ae Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 23 Jun 2026 12:47:15 -0500 Subject: [PATCH] Add databricks plugin (#3243) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 67a5c45..beb3f07 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1033,6 +1033,22 @@ }, "homepage": "https://github.com/awslabs/agent-plugins" }, + { + "name": "databricks", + "description": "Databricks skills for the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, Declarative Automation Bundles (DABs), and classic-to-serverless migration.", + "author": { + "name": "Databricks" + }, + "category": "database", + "source": { + "source": "git-subdir", + "url": "https://github.com/databricks/databricks-agent-skills.git", + "path": "plugins/databricks/claude", + "ref": "main", + "sha": "e337277c9771597bd2a67dfc5f8dd1d1afc887c6" + }, + "homepage": "https://developers.databricks.com/" + }, { "name": "datadog", "description": "Use Datadog directly in Claude Code through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation. This plugin is in preview.",