From desktop-app
Scaffolds a desktop application using Electron or Tauri with proper project structure, IPC, and platform-specific features.
How this command is triggered — by the user, by Claude, or both
Slash command
/desktop-app:scaffold-desktopThe summary Claude sees in its command listing — used to decide when to auto-load this command
Scaffold a desktop application using Electron or Tauri with proper project structure. ## Steps 1. Choose the framework based on requirements: 2. Initialize the project: 3. Set up the project structure: 4. Configure window management: 5. Set up IPC (Inter-Process Communication): 6. Add platform-specific features: 7. Configure build and packaging: ## Format ## Rules - Never expose Node.js APIs directly to the renderer (use preload/IPC). - Enable context isolation and disable node integration in renderer. - Use auto-updater for production distribution.
Scaffold a desktop application using Electron or Tauri with proper project structure.
App: <name>
Framework: <Electron|Tauri>
Frontend: <React|Vue|Svelte|Vanilla>
Structure:
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin desktop-app/scaffold-desktopScaffolds a desktop application using Electron or Tauri with proper project structure, IPC, and platform-specific features.
/tanstack-startBuilds a full-stack TanStack Start app on Cloudflare Workers from scratch, generating all files and handling database, auth, routes, dashboard, and deployment.
/svelte-scaffoldScaffolds new SvelteKit projects, feature modules, or component libraries with best-practice structure, config files, and starter code.
/build-appBuilds a full-stack web app (Spring Boot 3 backend + React frontend + SQLite DB) from a description by orchestrating AI agents in phases: planning, architecture, decomposition, and sprints.
/multi-platformOrchestrates cross-platform feature development across web, mobile, and desktop, generating API contracts, shared code, and platform-specific implementations with an API-first architecture.
/frontendScaffolds customizable React + Vite + TypeScript frontend with routing, state management, Tailwind CSS, auth, API integration, tests, and production configs.