electron

Installation
SKILL.md

Electron embeds Chromium and Node.js so you can ship one JavaScript codebase for Windows, macOS, and Linux. Use these skills when scaffolding projects, wiring main/renderer IPC, configuring security and packaging, or integrating native modules and auto-updates.

The skill is based on Electron (latest), generated at 2026-01-30.

Core References

Topic Description Reference
Process Model Main, renderer, preload, utility process; when to use each core-process-model
IPC Renderer↔main patterns (send, invoke, main→renderer), serialization core-ipc
Context Isolation contextBridge, exposing safe APIs from preload core-context-isolation
Sandbox Process sandboxing, preload polyfill, when it is disabled core-sandbox

Develop

Topic Description Reference
Accessibility setAccessibilitySupportEnabled, assistive tech, AXManualAccessibility develop-accessibility
App Lifecycle whenReady, window-all-closed, quit, single instance lock develop-app-lifecycle
Related skills
Installs
49
Repository
hairyf/skills
GitHub Stars
19
First Seen
Feb 2, 2026