ahmedawan-oracle/fde_demo_builder
Plugin Claude Code
Turn a raw screen recording into a polished, VO-narrated, privacy-scrubbed demo video — fully scripted (ffmpeg + edge-tts + headless Chrome), no video editor. Built for FDE product demos.
ahmedawan-oracle/fde_demo_builder
Plugin Claude Code
Turn a raw screen recording into a polished, VO-narrated, privacy-scrubbed demo video — fully scripted (ffmpeg + edge-tts + headless Chrome), no video editor. Built for FDE product demos.
ahmedawan-oracle/fde_demo_builder
Agent
Adversarially QA a built demo video for privacy leaks, VO-sync drift, readability, fabrication, and playback integrity. Invoke after building/rebuilding a demo (out/demo.mp4). Returns a ranked findings report; does not modify files.
ahmedawan-oracle/fde_demo_builder
Command
Scaffold a new demo-video project (scripts + starter config) from the FDE Demo Builder templates.
ahmedawan-oracle/fde_demo_builder
Skill Claude CodeCodex
Use when building a polished, voice-narrated demo video from a screen recording — turning a raw capture of a product demo into a shareable MP4 with cut lag, scrubbed privacy leaks, synced VO, optional animated opener/outro. Triggers on "build a demo video", "narrate this recording", "make a demo from this screen…
ahmedawan-oracle/claude-code-plugins
Plugin Claude Code
Plugin marketplace listing 5 plugins: oracle-ai-data-platform-workbench-engineer-agent, oracle-ai-data-platform-workbench-spark-connectors, oracle-ai-data-platform-workbench-databricks-migrator, oracle-ai-data-platform-fusion-autopilot, claude-to-codex-migrator.
ahmedawan-oracle/claude-code-plugins
Plugin Claude Code
Convert Claude skills, plugins, commands, agents, and integration bundles into validated Codex Skills or plugins. Inventories every source file, chooses the simplest compatible Codex architecture, performs deterministic transformations (safety-hardened staging: ZIP traversal/symlink/size/entry-count limits…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
Migrate Claude skills, plugins, assistant packages, ZIP archives, pasted files, repository trees, or implementation documentation into clean Codex Skills or plugins. Use when Codex must inventory a source package, choose Skill versus plugin architecture, preserve behavior, rewrite platform-specific instructions…
ahmedawan-oracle/claude-code-plugins
Plugin Claude Code
Claude Code workflows for release preparation and review.
ahmedawan-oracle/claude-code-plugins
Agent
Review changes for user-visible release risk.
ahmedawan-oracle/claude-code-plugins
Command
Summarize the current change set for a release.
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
Prepare a release from the current repository. Use when Claude is asked to assemble release notes.
ahmedawan-oracle/claude-code-plugins
Plugin Claude Code
Claude Code workflows backed by a local MCP server and lifecycle hook.
ahmedawan-oracle/claude-code-plugins
MCP server Claude CodeCodexCursor +2
MCP server "workbench" as configured in ahmedawan-oracle/claude-code-plugins. Runs scripts/server.js with node.
ahmedawan-oracle/claude-code-plugins
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing check.sh. From ahmedawan-oracle/claude-code-plugins.
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
Synchronize local workbench metadata. Use when Claude needs to refresh project context.
ahmedawan-oracle/claude-code-plugins
Plugin Claude Code
Productized Fusion → Oracle AI Data Platform pipeline. Curated BICC extracts for the most-asked Fusion ERP/HCM/SCM datasets, bronze→silver→gold medallion architecture, conformed COA/calendar/org/supplier/item dimensions, ready-made AR-aging/AP-aging/GL-balance/PO-backlog/Supplier-spend gold marts, and MCP-native…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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.…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…
ahmedawan-oracle/claude-code-plugins
Skill Claude CodeCodex
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…