What problem does it solve? Configuring native mobile builds for OutSystems Developer Cloud (ODC) plugins requires hand-writing complex buildAction.json files with platform-specific actions, variables, and conditions. This Skill automates that generation by scanning Capacitor or Cordova plugin sources and producing correct, validated JSON for Android and iOS builds via MABS 12+. ## Core Features & Use Cases - Automated JSON Generation: Scans plugin documentation, plugin.xml, package.json, and native source files to derive the correct Android (manifest, gradle, plist) and iOS (plist, entitlements, frameworks) build actions. - Variables and Conditions: Declares typed input variables (string, number, boolean) with defaults and conditional logic so consuming apps can supply values through ODC extensibility configurations. - Documentation Output: Writes a companion README.md alongside buildAction.json summarizing what was configured, ODC setup steps, and any hooks or elements that could not be mapped. - Use Case: A developer migrating a Cordova push-notification plugin to ODC runs this Skill in the plugin directory; it parses plugin.xml, maps hooks and config-file elements to build actions, and outputs build-actions/buildAction.json plus setup documentation. ## Quick Start Ask the assistant to generate an ODC build action JSON for the Capacitor or Cordova plugin in the current directory.