This is a solid reference for building Electron apps that mirrors the official docs structure, which makes it easy to navigate. It covers the essentials: main and renderer process architecture, IPC communication, BrowserWindow management, and the security patterns you actually need (contextIsolation, disabling nodeIntegration). The examples are practical and show both CommonJS and ES modules. You'll want this when setting up cross-platform desktop apps, implementing menus and tray icons, or debugging process communication issues. The mapping to official Electron documentation means you can quickly find what you need without hunting through unrelated examples. Works well for both quick starts and digging into specific APIs.
npx skills add https://github.com/teachingai/full-stack-skills --skill electron