ahmedawan-oracle

64 mods across 2 repositories, 6 stars between them.

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Resume an interrupted migration. The migrator caches already-migrated notebooks (in-memory + on-cluster) so subsequent runs skip them. Use when a prior aidp-migrate-job run was killed mid-flight (Ctrl-C, cluster restart, network drop) or when resuming after a manual fix to a specific dep notebook.

2 29d ago A 73 tokens original MIT

ahmedawan-oracle/claude-code-plugins

Plugin Claude Code

Operate the entire Oracle AI Data Platform (AIDP) Workbench in natural language — a 37-skill agent (not a single-engine orchestrator). Discovers your catalog into a grounding cache (FK/join hints + value dictionaries), turns plain English into accurate Spark SQL, and runs the full lakehouse SQL lifecycle…

2 29d ago A tokens not measured original MIT

aidp-agent-flows

51

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Discover, author, deploy, and run AIDP agent flows. Use when the user wants to list/inspect agent flows, or create/update/deploy/run a flow, manage sessions/guardrails, attach compute, or attach a remote MCP server to a flow (an MCPTOOL node — AIDP's "Native MCP Client Support" LA feature, where the flow connects OUT…

2 29d ago A 141 tokens original MIT

aidp-agent-highcode

52

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Build AIDP agents in high-code Python with aidputils + LangGraph (the code-first alternative to the low-code agent-flow canvas). Use when the user wants to write an agent in Python, use LangGraph / createreactagent / StateGraph, call aidputils (OCIAIConf, AIDPToolConf, initocillm, createlanggraphtool), build a custom…

2 29d ago A 127 tokens original MIT

aidp-ai-sql

53

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Run LLM functions inside Spark SQL on AIDP via aigenerate(). Use when the user wants to summarize/classify/extract/enrich rows with an LLM directly in SQL, generate narratives over aggregated results, or do grounded RAG-style analysis in the lakehouse. Signature is model-first; available models must be confirmed live…

2 29d ago A 77 tokens original MIT

aidp-analyzing-data

54

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Answer business questions over the AIDP lakehouse with Spark SQL. Use when the user asks a data question ("how many…", "top N…", "show me…", "trend of…", "revenue by…") or wants to run ad-hoc Spark SQL. Grounds in .aidp/catalog.md + .aidp/semantic.md and reuses validated verified queries before generating SQL, then…

2 29d ago A 100 tokens original MIT

aidp-audit

55

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Manage and search AIDP audit logs — enable/disable auditing, set retention, and query audit-log entries for a DataLake. Use when the user asks about audit logging, who did what, compliance/retention of AIDP activity, or wants to search audit events. Self-contained — official aidp audit CLI preferred, oci raw-request…

2 29d ago A 81 tokens original MIT

aidp-bundle

56

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Deploy AIDP resources as a bundle — create a bundle, deploy all its assets atomically, query deployment status, and purge. Use when the user wants to promote/deploy a set of AIDP resources together, manage a deployment bundle, check bundle deployment status, or tear one down. Preview API via oci raw-request; verify…

2 29d ago A 77 tokens original MIT

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Browse the AIDP data catalog live — list catalogs, schemas, tables, and volumes, inspect a table's columns/properties, and resolve a human name to its catalog key. Use when the user asks "what catalogs/schemas/tables exist", "describe table X", "what columns does Y have", or needs a catalog/schema/table key for…

2 29d ago A 81 tokens original MIT

aidp-catalog-init

58

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

One-time AIDP catalog discovery that writes a cached, version-controllable .aidp/catalog.md grounding file (tables, columns, FK/join hints, value dictionaries). Use when the user says "/aidp-catalog-init", asks to "map/discover my lakehouse", set up data discovery, or before answering data questions when no catalog…

2 29d ago A 89 tokens original MIT

aidp-cluster-ops

59

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Manage AIDP Spark compute clusters — list, status, start/stop/restart, installed libraries (JARs/Python), provision/scale a new cluster (driver/worker shapes, autoscale, GPU/RAPIDS, AI Compute), and connect external BI tools (JDBC/ODBC). Use when the user asks about clusters, needs to start/stop compute, create or…

2 29d ago A 124 tokens original MIT

aidp-credentials

60

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Manage the AIDP credential store (secrets) — list, get, create, update, delete credentials used by AIDP workflows. Use when the user wants to store/rotate a secret centrally instead of embedding it, or manage connection credentials. Primary engine is the official aidp CLI (aidp credentials …); the same Preview REST…

2 29d ago A 100 tokens original MIT

aidp-data-quality

61

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Run data-quality rule checks on AIDP tables — not-null, uniqueness, allowed ranges/sets, referential integrity, and freshness. Use when the user wants to validate data, check for nulls/duplicates/orphans, assert a column's domain, or gate a pipeline on quality. Expresses each rule as bounded Spark SQL and reports…

2 29d ago A 81 tokens original MIT

aidp-data-sharing

62

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Share AIDP data via Delta Sharing — create/manage shares, add data assets, manage recipients, and grant access/permissions. Use when the user wants to share a table/schema with another team or org, set up Delta Sharing, manage recipients, or control share permissions/token expiry. Primary engine is the official aidp…

2 29d ago A 98 tokens original MIT

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

First-run setup for the self-contained AIDP plugin. Verifies the oci CLI + a DEFAULT apikey profile, installs the bundled Python deps, discovers region + DataLake OCID + workspace, then smoke-tests both engines (a control-plane GET /catalogs via oci raw-request and a trivial SELECT 1 cell via scripts/aidpsql.py). Use…

2 29d ago A 121 tokens original MIT

ahmedawan-oracle/claude-code-plugins

Skill Claude CodeCodex

Router + setup/auth troubleshooting for Oracle AI Data Platform (AIDP) data-engineering work. Use when the user mentions AIDP and isn't sure which skill applies, asks "what can you do with AIDP", describes a task by capability, or hits an AIDP auth/workspace/cluster error. Routes to the right aidp- skill and carries…

2 29d ago A 91 tokens original MIT