electron이란?
크로스 플랫폼 데스크탑 애플리케이션 구축을 위한 전자 패턴. 트리거: 데스크탑 앱을 구축할 때, Electron 메인/렌더러 프로세스, IPC 통신 또는 기본 통합 작업을 할 때. 출처: gentleman-programming/gentleman-skills.
크로스 플랫폼 데스크탑 애플리케이션 구축을 위한 전자 패턴. 트리거: 데스크탑 앱을 구축할 때, Electron 메인/렌더러 프로세스, IPC 통신 또는 기본 통합 작업을 할 때.
명령줄에서 electron AI 스킬을 개발 환경에 빠르게 설치
출처: gentleman-programming/gentleman-skills.
| Create project | npm create electron-vite@latest | | Main process file access | Use Node.js fs module in main | | Renderer file access | IPC through preload | | Persistent storage | electron-store in main process | | Auto-updates | electron-updater | | Native notifications | new Notification() in main | | System tray | Tray class in main |
| Keyboard shortcuts | globalShortcut.register() | | Deep linking | app.setAsDefaultProtocolClient() | | Code signing | electron-builder config |
크로스 플랫폼 데스크탑 애플리케이션 구축을 위한 전자 패턴. 트리거: 데스크탑 앱을 구축할 때, Electron 메인/렌더러 프로세스, IPC 통신 또는 기본 통합 작업을 할 때. 출처: gentleman-programming/gentleman-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/gentleman-programming/gentleman-skills --skill electron 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/gentleman-programming/gentleman-skills --skill electronBrowse more skills from gentleman-programming/gentleman-skills
크로스 플랫폼 데스크탑 애플리케이션 구축을 위한 전자 패턴. 트리거: 데스크탑 앱을 구축할 때, Electron 메인/렌더러 프로세스, IPC 통신 또는 기본 통합 작업을 할 때. 출처: gentleman-programming/gentleman-skills.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/gentleman-programming/gentleman-skills --skill electron 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/gentleman-programming/gentleman-skills