This is a solid reference for building production Electron apps with modern security defaults. It covers the full stack: IPC patterns with proper context isolation, system tray integration, global shortcuts, PTY terminal embedding with node-pty, and WebRTC voice chat patterns. The security section is especially useful since it clarifies that Electron 28+ ships with sandboxing enabled by default, then walks through ASAR integrity validation and common renderer exploits. Most Electron guides still cargo cult outdated advice, so the explicit callout about not needing to opt into contextIsolation anymore is refreshing. Use this when you're building desktop apps that need native system access without compromising the renderer process.
npx skills add https://github.com/jamditis/claude-skills-journalism --skill electron-dev