Electron Web
Use this skill as a basic starting point.
Workflow
- Review the main process, preload, and renderer architecture.
- Identify secure boundaries between Node and browser contexts.
- Keep IPC channels explicit and limited.
- Match UI changes with current desktop workflows.
- Verify startup, window behavior, and key user flows.
Output
- Produce practical Electron app changes.
- Keep desktop integration secure and maintainable.
- Prefer explicit process boundaries over unsafe shortcuts.