electron-ui-patterns

ElectronデスクトップアプリケーションのUI実装パターンと設計知識。BrowserWindow管理、ネイティブUI要素、フレームレスウィンドウを提供。Anchors:• Electron API / 適用: BrowserWindow・Menu・Tray / 目的: ネイティブUI実装• Don't Make Me Think / 適用: ウィンドウレイアウト / 目的: ユーザビリティ向上• Electron Security / 適用: preload・contextIsolation / 目的: セキュアなUI実装Trigger:Use when configuring BrowserWindow, implementing custom titlebars, designing native menus, developing system tray apps, or building frameless windows.BrowserWindow, Menu, Tray, frameless window, custom titlebar, native UI

$ Installieren

git clone https://github.com/daishiman/AIWorkflowOrchestrator /tmp/AIWorkflowOrchestrator && cp -r /tmp/AIWorkflowOrchestrator/.claude/skills/electron-ui-patterns ~/.claude/skills/AIWorkflowOrchestrator

// tip: Run this command in your terminal to install the skill