data-engineering skills

500 tagged data-engineering, measured the same way as everything else here.

Browse within: ai-assistant 100ai-data 100data-ingestion 100data-governance 89business-intelligence 85apache-spark 74analytics-engineering 72airflow 38databricks 32dbt 28bigquery 26ai-automation 22apache-airflow 22ckan 20

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

First-time setup. Use when the user wants to install/upload the AIDP Spark connectors helper package into their AIDP workspace, or has just installed this plugin and asks "how do I set it up", "first-time setup", "install the helpers", "bootstrap aidp connectors". Drives the AIDP MCP tools to push the helper package…

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

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Help the user pick the right connector skill for their data source from an AIDP notebook. Use as a router when the user mentions multiple sources, isn't sure which connector applies, or asks "how do I connect to X from AIDP". Covers 26 data sources — Oracle Autonomous DB family (ALH/ADW/ATP), generic Oracle DB, ExaCS…

not rated 46 2d ago C 156 tokens UPL-1.0

aidp-db2

99

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write IBM DB2 from an AIDP notebook through the AIDP aidataplatform Spark format handler. Use when the user mentions DB2, IBM Db2, LUW, or type=DB2. Auth is host/port + database name + user/password.

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

aidp-epm-cloud

100

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Run a Planning data-slice export against Oracle EPM Cloud (Planning / EPBCS) and materialize as a Spark DataFrame in an AIDP notebook. Use when the user mentions EPM Cloud, EPBCS, Hyperion Planning, planning app, MDX export, or wants Planning data in Spark. HTTP Basic auth with identity-domain-prefixed username.

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

aidp-essbase

101

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Run an MDX query against an Oracle Essbase 21c cube and materialize the result as a Spark DataFrame in an AIDP notebook. Use when the user mentions Essbase, MDX, Essbase 21c, OLAP cube, or wants to read cube data into Spark. Auth is HTTP Basic.

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

aidp-exacs

102

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write Oracle Exadata Cloud Service (ExaCS) from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions ExaCS, Exadata, Exadata Cloud, RAC SCAN listener, or has a private-subnet Oracle DB. Prefer the official ORACLEEXADATA connector sample with catalog.id, pushdown.sql…

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

aidp-excel

103

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read Excel (.xlsx, .xls) files into a Spark DataFrame from an AIDP notebook. Use when the user mentions Excel, .xlsx, .xls, or has spreadsheet files in a Volume / Object Storage bucket. Two paths — the com.crealytics.spark.excel Spark format (cluster jar required) and a pandas → CSV → spark.read.csv fallback that…

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

aidp-fusion-bicc

104

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Pull a Fusion BICC bulk extract into a Spark DataFrame from an AIDP notebook. Use when the user mentions BICC, Fusion bulk extract, BI Cloud Connector, PVO, or needs >50k rows from Fusion. The recommended path uses AIDP's built-in spark.read.format("aidataplatform") connector (matches the official Oracle AIDP sample).…

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

aidp-fusion-rest

105

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Pull data from Oracle Fusion ERP / HCM / SCM REST APIs into a Spark DataFrame from an AIDP notebook. Use when the user mentions Fusion ERP, Fusion REST API, FA REST, Cloud ERP, or wants live data from a Fusion pod. HTTP Basic auth only. For volumes >499 rows/page or bulk extracts, route to aidp-fusion-bicc.

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

aidp-hive

106

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write Apache Hive from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions Hive, HiveServer2, HS2, HCatalog, or has a Hive metastore host/port. Auth is host/port + user/password. Read-write.

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

aidp-iceberg

107

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read and write Apache Iceberg tables backed by OCI Object Storage from an AIDP notebook. Use when the user mentions Iceberg, Apache Iceberg, time travel, snapshots, schema evolution, partition evolution, or wants ACID transactions on data lake files. Uses the Iceberg Hadoop catalog on oci:// — auth is implicit via the…

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

aidp-jdbc-custom

108

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Connect to ANY database that has a JDBC driver from an AIDP notebook using Spark's native format("jdbc"). Use when the user mentions a DB without a dedicated AIDP connector — SQLite, ClickHouse, DuckDB, generic JDBC URL — or wants to use a custom JDBC driver they uploaded. Auth is driver-specific.

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

aidp-mysql

109

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write MySQL or OCI MySQL HeatWave from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions MySQL, HeatWave, MySQL Database Service, MDS, or has a MySQL host/port. Auth is host/port + user/password.

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

aidp-netsuite

110

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read NetSuite SuiteAnalytics Connect data from an AIDP notebook through the AIDP aidataplatform Spark format handler. Use when the user mentions NetSuite, SuiteAnalytics Connect, ns.account.id, ns.role.id, or ns.access.token. Supports username/password or OAuth access-token authentication. Read-only.

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

aidp-object-storage

111

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read and write OCI Object Storage natively from an AIDP notebook using the oci:// URI scheme. Use when the user mentions OCI Object Storage, "oci://", external volumes, external tables backed by Object Storage, CSV/Parquet/JSON/Delta files in a bucket, or wants to land data in OCI buckets. Auth is implicit via the…

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

aidp-oracle-db

112

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write an Oracle Database (Compute / Base DB / on-prem / Oracle 19c, 21c, 23ai, 26ai non-Autonomous) from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions Oracle Database, generic Oracle DB, on-prem Oracle, plain Oracle JDBC, port 1521, non-Autonomous Oracle.…

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

aidp-peoplesoft

113

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read from Oracle PeopleSoft into a Spark DataFrame in an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions PeopleSoft, PSFT, HCM, FSCM, Campus Solutions, or has a PeopleSoft host/port. Auth is host/port + database name + user/password. Read-only.

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

aidp-postgresql

114

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write PostgreSQL from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions PostgreSQL, Postgres, "psql", or has a Postgres host/port to connect to. Prefer the official POSTGRESQL connector sample; use native Spark JDBC only as an SSL-required fallback when the built-in…

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

aidp-rest-generic

115

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Pull data from any REST API into a Spark DataFrame using the AIDP aidataplatform Generic REST connector. Use when the user has a non-Fusion / non-EPM / non-Essbase REST endpoint with a manifest.url describing the schema. Auth is HTTP Basic with derived properties driving query parameters.

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

aidp-salesforce

116

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read from Salesforce into a Spark DataFrame in an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions Salesforce, SFDC, Sales Cloud, Service Cloud, Account, Opportunity, Lead, sObject, SOQL. Auth is host/port + user/password. Read-only.

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

aidp-siebel

117

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read from Oracle Siebel CRM into a Spark DataFrame in an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions Siebel, Siebel CRM, SCONTACT, SORGEXT, or has a Siebel host/port. Auth is host/port + database name + user/password. Read-only.

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

aidp-snowflake

118

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read Snowflake from an AIDP notebook through the AIDP aidataplatform Spark format handler. Use when the user mentions Snowflake, Snowflake warehouse, Basic authentication, KeyPair authentication, private.key.file, or private.key.content. Snowflake writes are not supported in AIDP 4.0.

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

aidp-sqlserver

119

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Read or write Microsoft SQL Server from an AIDP notebook via the AIDP aidataplatform Spark format handler. Use when the user mentions SQL Server, MSSQL, or has a TDS host/port. Auth is host/port + database + user/password.

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

aidp-streaming-kafka

120

oracle-samples/oracle-aidp-samples

Skill Claude CodeCodex

Consume an OCI Streaming stream from an AIDP notebook via Spark structured streaming (Kafka-compat). Use when the user mentions OCI Streaming, Kafka on OCI, stream pool, structured streaming, or wants to read Kafka messages into Spark. Auth is SASL/PLAIN with an OCI auth token. Pattern matches the official Oracle AIDP…

not rated 46 2d ago A 77 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: