What problem does it solve?
This Skill provides a clear standard for building Electron and Vue 3 desktop applications so teams can avoid inconsistent architecture, fragile IPC, and platform-specific bugs.
Core Features & Use Cases
- Main Process Architecture: Organizes core infrastructure, window management, business services, and IPC boundaries into predictable layers.
- IPC Communication Standards: Defines channel naming, handler patterns, response envelopes, logging, and unsubscribe behavior for safe cross-process messaging.
- Platform and Native Module Guidance: Covers platform detection, graceful fallback behavior, single-instance locking, custom title bars, and Rollup handling for native modules.
- Use Case: Use this Skill when developing a cross-platform Electron desktop client with a Vue 3 renderer, shared TypeScript code, and strict communication rules between main and renderer processes.
Quick Start
Ask the Skill to review your Electron + Vue 3 desktop app and produce architecture, IPC, and platform guidance that follows these standards.