Electron Web

Basic skill for Electron applications, desktop-web hybrid architecture, and maintainable desktop app behavior. Use when Codex needs a basic starting point for this development area.

shubhashjha Updated

File contents

Electron Web

Use this skill as a basic starting point.

Workflow

  1. Review the main process, preload, and renderer architecture.
  2. Identify secure boundaries between Node and browser contexts.
  3. Keep IPC channels explicit and limited.
  4. Match UI changes with current desktop workflows.
  5. 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.

shubhashjha/codex-skills/tree/main/electron-web commit f46700d312

Frequently asked questions

npx skillmds@latest add shubhashjha/electron-web