This covers the essentials of building cross-platform desktop apps with Electron, from main process setup to renderer communication. You get practical examples of the preload script pattern for secure IPC, native features like system trays and file dialogs, and the boilerplate for custom title bars that don't look like web apps pretending to be native. The structure guidance is solid, showing how to separate main, renderer, and shared code properly. It's comprehensive enough to get a production app started without wading through Electron's documentation maze, though you'll still need to figure out code signing and auto-updates on your own. Good reference for the security model alone.
npx skills add https://github.com/travisjneuman/.claude --skill electron-desktop