electron-native-addon-builder Build and bundle native Node.js addons for Electron with proper ABI (Application Binary Interface) compatibility. This skill handles the complexity of native module compilation, cross-platform building, and ensuring modules work correctly with Electron's Node.js version. Capabilities - Configure electron-rebuild for native module compilation - Set up node-gyp with Electron headers - Handle cross-platform compilation (Windows, macOS, Linux) - Manage ABI compatibility between Electron and native modules - Configure prebuild/prebuild-install for binary distribution…