# 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.

- Skill: `shubhashjha/electron-web` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shubhashjha/electron-web`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shubhashjha/electron-web/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: shubhashjha (https://skillmd.com/u/shubhashjha)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/shubhashjha/electron-web

---


# 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.

