.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ahmedawan-oracle/claude-code-plugins
home/skills/ahmedawan-oracle/claude-code-plugins
ahmedawan-oracle avatar

ahmedawan-oracle/claude-code-plugins

54 skills

View on GitHub
$npx skills add ahmedawan-oracle/claude-code-plugins
SkillInstalls
aidp-acceptance-contractYAML-driven acceptance contract for batch and streaming pipelines that need convergence verification, not just "no exceptions".—aidp-agent-flowsDiscover, 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…—aidp-agent-highcodeBuild AIDP agents in high-code Python with aidputils + LangGraph (the code-first alternative to the low-code agent-flow canvas).—aidp-ai-sqlRun LLM functions inside Spark SQL on AIDP via ai_generate(). Use when the user wants to summarize/classify/extract/enrich rows with an LLM directly in SQL,…—aidp-analyzing-dataAnswer business questions over the AIDP lakehouse with Spark SQL.—aidp-auditManage and search AIDP audit logs — enable/disable auditing, set retention, and query audit-log entries for a DataLake.—aidp-bucket-mappingConfigure the s3:// → oci:// bucket / namespace mapping the migrator uses to rewrite paths during notebook + catalog migration.—aidp-build-dagBuild a migration manifest (the execution DAG) from a Databricks workspace path or workflow ID.—aidp-bundleDeploy AIDP resources as a bundle — create a bundle, deploy all its assets atomically, query deployment status, and purge.—aidp-catalog-exploreBrowse 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…—aidp-catalog-initOne-time AIDP catalog discovery that writes a cached, version-controllable .aidp/catalog.md grounding file (tables, columns, FK/join hints, value…—aidp-check-dataPre-migration data-availability scan. Reads every notebook in a migration manifest, extracts every spark.read.table / spark.read.parquet / saveAsTable…—aidp-cluster-opsManage AIDP Spark compute clusters — list, status, start/stop/restart, installed libraries (JARs/Python), provision/scale a new cluster (driver/worker shapes,…—aidp-credentialsManage the AIDP credential store (secrets) — list, get, create, update, delete credentials used by AIDP workflows.—aidp-data-qualityRun data-quality rule checks on AIDP tables — not-null, uniqueness, allowed ranges/sets, referential integrity, and freshness.—aidp-data-sharingShare AIDP data via Delta Sharing — create/manage shares, add data assets, manage recipients, and grant access/permissions.—aidp-engineer-bootstrapFirst-run setup for the self-contained AIDP plugin. Verifies the oci CLI + a DEFAULT api_key profile, installs the bundled Python deps, discovers region +…—aidp-engineer-overviewRouter + setup/auth troubleshooting for Oracle AI Data Platform (AIDP) data-engineering work.—aidp-federateFederate across multiple data sources in one AIDP Spark session — read from several connectors (Oracle ADB/ExaCS, Fusion, Snowflake, S3, lakehouse tables, …)…—aidp-fixup-cellTargeted 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…—aidp-fusion-autopilotEnd-to-end conductor for the Fusion to AIDP to OAC dashboard journey.—aidp-fusion-bootstrapGuide and run the Oracle AIDP Fusion bundle bootstrap phase. Validates bundle/config readiness, checks AIDP/Fusion/IAM prerequisites, runs `aidp-fusion-bundle…—aidp-fusion-bundleProductized Fusion → Oracle AI Data Platform pipeline with curated BICC extracts (GL/AR/AP/PO/Suppliers/Items), bronze/silver/gold medallion in Delta,…—aidp-fusion-configGenerate aidp.config.yaml from human-friendly AIDP names instead of hand-copied OCIDs.—aidp-fusion-incrementalTurn a natural-language refresh request into a guarded `aidp-fusion-bundle run --mode incremental` (the daily delta-merge).—aidp-fusion-seedTurn a natural-language seed request into a correct, guarded `aidp-fusion-bundle run --mode seed`.—aidp-fusion-statusRead-only health + freshness report for the Fusion->AIDP pipeline.—aidp-gitOperate native Git in an AIDP workspace — branches, checkout, commit/push, pull, merge, rebase, reset, diff, and conflict resolution on workspace git…—aidp-ingest-file-to-tableLoad a data file (CSV/JSON/Parquet/etc.) into a managed AIDP Delta table.—aidp-knowledge-basesBuild and manage AIDP Knowledge Bases for RAG — create a KB over catalog data, pick an embedding model + chunking, build an HNSW/IVF vector index, add data…—aidp-migrate-catalogMigrate Databricks Unity Catalog / HMS schemas + tables onto AIDP. Two-stage extract→rewrite→replay pipeline.—aidp-migrate-jobRun the full Databricks→AIDP migration against a manifest. Pass-1 walks the %run dep tree and rewrites Databricks APIs in each dep notebook code-only.—aidp-migrationGuide a migration of notebooks/jobs from another platform (e.g. Databricks) into AIDP.—aidp-migrator-bootstrapOne-shot environment readiness check for the Oracle AIDP Databricks migrator.—aidp-migrator-overviewRouter skill. Read this first whenever the user mentions migrating a Databricks workload (notebooks, jobs, catalogs, schedules) onto Oracle AI Data Platform…—aidp-mlopsTrack ML work in AIDP's MLflow-compatible MLOps — experiments, runs, metrics/params, registered models, and model versions.—aidp-models-catalogList the models available/installed in the AIDP DataLake and inspect their parameters, and browse the MLOps model registry.—aidp-notebooksCreate, edit, and execute AIDP notebooks and manage their kernel sessions.—aidp-observabilitySurface AIDP operational state — recently accessed resources and long-running async operations (status, completion, waiting).—aidp-pipelinesAuthor, schedule, run, and monitor AIDP Jobs (task DAGs of notebooks/python with cron).—aidp-profiling-tablesProfile an AIDP table — row count, per-column null %, distinct count, min/max/mean, and top-K values.—aidp-restAIDP control-plane REST client primitives: OCI signing, workspace/cluster discovery, notebook upload via contents API, Job + JobRun lifecycle, taskRun output…—aidp-resume-migrationResume an interrupted migration. The migrator caches already-migrated notebooks (in-memory + on-cluster) so subsequent runs skip them.—aidp-roles-accessManage AIDP roles and access — list roles, view permissions, create roles, add/remove members, and grant/revoke per-resource permissions on catalogs, schemas,…—aidp-semantic-modelMaintain a semantic grounding layer (.aidp/semantic.md) for AIDP — logical entity names, SQL-defined metrics, joins with cardinality, synonyms, and value…—aidp-spark-debuggingDiagnose slow or failed AIDP Spark work using cluster logs, metrics, and the Spark UI REST API.—aidpf-error-triageRead-only triage router for Oracle AIDP Fusion bundle failures.—fusion-drift-doctorDiagnose 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,…—incremental-mechanismChoose and verify the safest low-cost refresh mechanism for an Oracle Fusion AIDP bronze, silver, or gold node.—mart-authorAuthor 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.—medallion-authoroac-dataset-advisoroac-dataset-setupworkbook-authoringAuthor regenerated OAC workbook JSON with deterministic template-first generation, runtime semantic validation checks, MCP save-validation, and preview…—