build-actions-generator
Installation
SKILL.md
ODC Build Actions Generator
Generates buildAction.json for ODC Mobile Libraries (Capacitor and Cordova plugins) and ODC apps targeting Android and iOS via MABS 12+.
When to Use
✅ Use this skill when:
- Generating a
buildAction.jsonfile for an ODC Mobile Library (Capacitor or Cordova plugin). - Generating a
buildAction.jsonfile for an ODC app that requires native build configuration. - Generating build actions for a Cordova plugin being adapted for ODC (Capacitor-based) deployment.
- Configuring
AndroidManifest.xml, Gradle files, or XML resources for Android. - Configuring
Info.plist, entitlements, or display name for iOS. - Defining input variables (string, number, boolean) and conditional logic.
- Scaffolding build actions for both platforms from a plugin's native requirements.
- Invoked with a plugin path argument or from within a Capacitor or Cordova plugin directory.
❌ Do NOT use this skill for: