What problem does it solve? Building Windows Electron packages normally requires a Windows machine, but this Skill provides the toolchain knowledge to cross-compile Windows executables, NSIS installers, and signed binaries directly from a Linux host or CI runner. ## Core Features & Use Cases - Toolchain Setup: Configure Wine, NSIS, and Docker (electronuserland/builder images) for Linux-to-Windows builds with electron-builder or Electron Forge. - Native Module Handling: Resolve node-gyp cross-compilation issues using prebuild-install or electron-rebuild with target platform flags. - Code Signing & CI/CD: Sign Windows executables from Linux via Wine signtool, osslsigncode, or cloud signing services, with ready GitHub Actions pipeline examples. - Use Case: A team developing on Ubuntu needs to ship a signed Windows installer from their Linux-only GitHub Actions pipeline; this Skill provides the exact configuration and commands to do it. ## Quick Start Ask Claude to read the electron-cross-build skill and help you configure electron-builder to produce a signed Windows NSIS installer from your Linux machine.