Add oracle-ai-data-platform-workbench-databricks-migrator plugin (#3319)

This commit is contained in:
Bryan Thompson 2026-06-24 22:43:33 -05:00 committed by GitHub
parent 5fada75bc8
commit f7b31235e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.",