What problem does it solve? Electron development involves recurring pitfalls: Vite output landing in the wrong directory, Playwright timing out against packaged apps, Windows processes locking build files, and IPC wiring that is easy to get wrong. This Skill is a problem/solution reference library that maps each symptom to a tested fix. ## Core Features & Use Cases - Build & Packaging Fixes: Correct Vite renderer output paths, no-space app naming, and Docker-based Linux .deb builds from Windows. - E2E Testing Guidance: Configure Electron fuses for Playwright CDP connections, test packaged executables instead of dev mode, and simulate fresh installs with environment variables. - Architecture Patterns: Three-layer contextBridge IPC, electron-store settings persistence, fail-safe file reading, GitHub API update checking, and download progress via IPC events. - Use Case: Your Playwright E2E test times out on electron.launch() even though the app opens manually. Consult the quick reference table, which points to the fuses resource explaining that EnableNodeCliInspectArguments must be enabled for CDP connections. ## Quick Start Ask the AI to read the electron-development SKILL.md quick reference table and load the resource file matching your current Electron problem.