AI AGENT ADDONS
Backend & APIs
1,708installs

This guide helps you build desktop applications with Electron. It covers the main parts like IPC handlers, controllers, and preload scripts. You will learn how to manage windows and menus step by step.

The architecture splits the app into a main process and a renderer process. The main process handles system APIs and window lifecycles. The renderer uses the same web code as the browser. A preload script connects them safely.

You will also find best practices for security and performance. Adding new features is easy with clear patterns for controllers, IPC types, and store actions. This skill is useful for anyone building desktop apps with web technologies.

Add Desktop skill to your workflow

Global

mkdir -p ~/.claude/skills/desktop

Project

mkdir -p .claude/skills/desktop

Source Repository

Stars
79,190
Forks
15,490
Watchers
79,190
License
NOASSERTION
Last Push
23 days ago
Created
3 years ago