From f7b31235e6f01cd7cd08ad4a6699f007a4072519 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Wed, 24 Jun 2026 22:43:33 -0500 Subject: [PATCH] Add oracle-ai-data-platform-workbench-databricks-migrator plugin (#3319) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 2472909..980c45d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2022,6 +2022,22 @@ }, "homepage": "https://github.com/NVIDIA/skills" }, + { + "name": "oracle-ai-data-platform-workbench-databricks-migrator", + "description": "Drive the Oracle AI Data Platform (AIDP) Databricks Migration Toolkit in natural language. Plans and executes automated Databricks → AIDP migrations of notebooks, jobs, schedules, and catalog DDL — Pass-1 dependency rewrite + Pass-2 cell-by-cell execute/verify/fix on a live AIDP cluster with Claude.", + "author": { + "name": "Oracle" + }, + "category": "development", + "source": { + "source": "git-subdir", + "url": "https://github.com/oracle-samples/oracle-aidp-samples.git", + "path": "ai/claude-code-plugins/oracle-ai-data-platform-workbench-databricks-migrator", + "ref": "main", + "sha": "6dba86bf4d92b6874bdb929b675b29137d673a71" + }, + "homepage": "https://docs.oracle.com/en/cloud/paas/ai-data-platform/index.html" + }, { "name": "oracle-ai-data-platform-workbench-engineer-agent", "description": "Oracle AI Data Platform (AIDP) Workbench engineer agent for Claude Code — a 37-skill agent that operates the full Spark/Delta lakehouse in natural language. Discovers your catalog into a grounding cache, turns plain English into accurate Spark SQL, and runs the lifecycle (CREATE/INSERT/UPDATE/DELETE/MERGE, OPTIMIZE/VACUUM, time-travel). Ingests files, profiles data and sets quality rules, authors and repairs pipelines, provisions clusters, and debugs via the Spark UI. Governs the platform (roles, credential store, Delta Sharing, audit logs), plus native Git, bundles, and MLOps/MLflow. Runs via the official Oracle aidp CLI.",