Electron embeds Chromium and Node.js so you can ship one JavaScript codebase for Windows, macOS, and Linux. Use these skills when scaffolding projects, wiring main/renderer IPC, configuring security and packaging, or integrating native modules and auto-updates. The skill is based on Electron (latest), generated at 2026-01-30. Core References | Topic | Description | Reference | |-------|-------------|-----------| | Process Model | Main, renderer, preload, utility process; when to use each | core-process-model | | IPC | Renderer↔main patterns (send, invoke, main→renderer), serialization | core-…