oracle-samples/oracle-aidp-samples

Oracle AI Data Platform Workbench Samples

46Stars on the repository
113Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
UPL-1.0Licence, which decides whether bodies are shown

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

End-to-end conductor for the Fusion to AIDP to OAC dashboard journey. Takes one high-level goal ('I want a supplier-spend vs GL-balance dashboard from Fusion') and drives the whole chain: configure, connect OAC MCP, bootstrap, seed, advise dataset, author mart if needed, create OAC dataset, author workbook, and…

not rated 46 2d ago A 234 tokens UPL-1.0

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Guide and run the Oracle AIDP Fusion Autopilot bootstrap phase. Validates bundle/config readiness, checks AIDP/Fusion/IAM prerequisites, runs aidp-fusion-autopilot bootstrap --check-iam or bootstrap --refresh, surfaces tenant variation choices pinned into the active profile YAML and evidence snapshots, and routes…

not rated 46 2d ago A 168 tokens UPL-1.0

aidp-fusion-config

05

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Generate aidp.config.yaml from human-friendly AIDP names instead of hand-copied OCIDs. Use when the user is setting up the fusion-autopilot and doesn't want to dig workspaceKey / clusterKey / aiDataPlatformId out of console URLs — they give a workspace name + cluster name (+ region) and this resolves the keys via the…

not rated 46 2d ago A 144 tokens UPL-1.0

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Turn a natural-language refresh request into a guarded aidp-fusion-autopilot run --mode incremental (the daily delta-merge). Parses intent into scope flags (reusing the seed parser with --mode incremental), auto-satisfies preconditions, and runs the incremental-specific prechecks: a Fusion-PVO/bronze DRIFT precheck…

not rated 46 2d ago A 188 tokens UPL-1.0

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Productized Fusion → Oracle AI Data Platform pipeline with curated BICC extracts (GL/AR/AP/PO/Suppliers/Items), bronze/silver/gold medallion in Delta, conformed dimensions (account/calendar/org/supplier/item), gold marts (AR-Aging/AP-Aging/GL-Balance/PO-Backlog/Supplier-Spend), and MCP-native OAC workbook authoring.…

not rated 46 2d ago A 251 tokens UPL-1.0

aidp-fusion-seed

08

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Turn a natural-language seed request into a correct, guarded aidp-fusion-autopilot run --mode seed. Parses intent into scope flags (--datasets / --layers / --strict-scope / --resume), auto-satisfies preconditions (validate + /aidp-fusion-bootstrap + cluster), guards the destructive replace-on-silver/gold behaviour…

not rated 46 2d ago A 176 tokens UPL-1.0

aidp-fusion-status

09

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Read-only health + freshness report for the Fusion->AIDP pipeline. Answers 'did the last seed/incremental succeed?', 'what's stale or failed?', 'which marts are materialized?', 'what needs re-running?'. Cross-references fusionautopilotstate (recorded run history) with the LIVE AIDP catalog (what's actually…

not rated 46 2d ago A 183 tokens UPL-1.0

aidp-rest

10

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

AIDP control-plane REST client primitives: OCI signing, workspace/cluster discovery, notebook upload via contents API, Job + JobRun lifecycle, taskRun output fetch + marker parsing. Use when a skill or tool needs to talk to a live AIDP cluster — uploading code, dispatching jobs, polling state, retrieving executed…

not rated 46 2d ago A 114 tokens UPL-1.0

aidpf-error-triage

11

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Read-only triage router for Oracle AIDP Fusion Autopilot failures. Use when the user pastes CLI output, a traceback, an .aidp/diagnostics path, a run id, or says bootstrap, validate, seed, incremental, dashboard, OAC, or workbook failed. Extract AIDPF- codes, affected run id, dataset, layer, variation point, or…

not rated 46 2d ago A 195 tokens UPL-1.0

fusion-drift-doctor

12

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Diagnose and route Fusion->AIDP schema-drift / gate failures. When a run fails with a drift gate (AIDPF-2072 Fusion PVO drift, AIDPF-4070/4071 source-schema, AIDPF-2012 bronze fingerprint, AIDPF-4040 plan-hash), this read-only skill explains the code, probes the LIVE Fusion PVO, classifies each affected column, and…

not rated 46 2d ago A 196 tokens UPL-1.0

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Choose and verify the safest low-cost refresh mechanism for an Oracle Fusion AIDP bronze, silver, or gold node. Use when asked whether a node can be incremental, why a node re-extracts or rebuilds in incremental mode, how to reduce refresh cost, or when authoring a new node needs a refresh-strategy decision. Inspects…

not rated 46 2d ago A 139 tokens UPL-1.0

mart-author

14

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Author a new medallion node (gold mart, silver dim, or additive column) when the live gold layer AND the content pack both cannot serve a business need. Takes the user's business logic, inspects the Fusion PVO SOURCE schema (not bronze) for available raw fields, and authors the lowest-cost, additive, non-destructive…

not rated 46 2d ago A 176 tokens UPL-1.0

medallion-author

15

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Draft a content-pack overlay extending the starter pack's variation-point candidate lists when aidp-fusion-autopilot bootstrap fails AIDPF-2010 / AIDPF-2011. Reads diagnostic artifacts under .aidp/diagnostics/ /, proposes new candidates from the observed bronze schema, presents a draft overlay for operator approval…

not rated 46 2d ago A 157 tokens UPL-1.0

oac-dataset-advisor

16

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Turn a natural-language dashboard request into a concrete OAC dataset plan, grounded in the LIVE AIDP gold layer. Inspects the actual materialized Delta tables in the AIDP catalog (evidence — never the content-pack YAMLs), checks what OAC datasets already exist via OAC MCP, then tells the operator exactly which OAC…

not rated 46 2d ago A 176 tokens UPL-1.0

oac-dataset-setup

17

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-fusion-autopilot

Guide the manual Oracle Analytics Cloud dataset checkpoint for the Fusion AIDP bundle. Consume an oac-dataset-advisor recommendation, produce exact OAC UI steps for creating or reusing the AIDP connection and dataset over live AIDP gold tables, pause while the operator creates the dataset, then verify it with OAC MCP…

not rated 46 2d ago A 179 tokens UPL-1.0

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-workbench-databricks-migrator

YAML-driven acceptance contract for batch and streaming pipelines that need convergence verification, not just "no exceptions". Declares PASS only after K consecutive zero-result windows (consecutive-zero-window convergence). Use for streaming jobs, slowly-draining backfills, or any pipeline whose success is "the…

not rated 46 2d ago A 69 tokens UPL-1.0

aidp-bucket-mapping

20

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-workbench-databricks-migrator

Configure the s3:// → oci:// bucket / namespace mapping the migrator uses to rewrite paths during notebook + catalog migration. Use when (a) the user has external tables / files at s3:// paths that need to land on OCI Object Storage, OR (b) checkdataavailability reports "S3 bucket X not found in OCI bucket mapping"…

not rated 46 2d ago A 95 tokens UPL-1.0

aidp-build-dag

21

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-workbench-databricks-migrator

Build a migration manifest (the execution DAG) from a Databricks workspace path or workflow ID. Walks %run dependency chains, captures dbutils.notebook.run invocations, and emits reports/ manifest.json — the input every other execute-skill consumes. Use when the user wants to see what would migrate, or before invoking…

not rated 46 2d ago A 89 tokens UPL-1.0

aidp-check-data

22

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-workbench-databricks-migrator

Pre-migration data-availability scan. Reads every notebook in a migration manifest, extracts every spark.read.table / spark.read.parquet / saveAsTable reference, and probes whether each target schema/table/path exists on the AIDP cluster BEFORE you spend Pass-2 cluster time. Use after aidp-build-dag and before…

not rated 46 2d ago A 87 tokens UPL-1.0

aidp-fixup-cell

23

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-workbench-databricks-migrator

Targeted rewind of a migrated notebook. Re-executes cells from history index N onwards (or a specific cell range) through the execute+verify+fix loop, with a 'why' reason injected so Claude knows what to fix. Use when aidp-migrate-job left a notebook at RESULT=PARTIAL or the user identifies a specific cell that is…

not rated 46 2d ago A 84 tokens UPL-1.0

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Part of oracle-ai-data-platform-workbench-databricks-migrator

Migrate Databricks Unity Catalog / HMS schemas + tables onto AIDP. Two-stage extract→rewrite→replay pipeline. The rewriter applies 18 DDL rules (3-part→2-part flatten, s3://→oci:// via bucket-map, source-format preserved (Delta stays Delta) with delta. property scrub, MV/streaming rejection, CREATE SCHEMA…

not rated 46 2d ago A 126 tokens UPL-1.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: