Electrobun Init

Generates Electrobun desktop app projects from pre-defined templates.

366|65|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/milady-ai/milady --skill electrobun-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Electrobun Init
Source: https://github.com/milady-ai/milady/tree/main/.claude/plugins/electrobun-dev/skills/electrobun-init
Command: npx skills add https://github.com/milady-ai/milady --skill electrobun-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the creation of new Electrobun desktop applications by providing pre-configured project templates, saving developers time and effort in setting up a new project from scratch.

Core Features & Use Cases

  • Project Scaffolding: Generates a new project directory with essential files and configurations based on a chosen template.
  • Template Variety: Offers a wide range of templates for different UI frameworks (Svelte, Vue, React, etc.), app patterns (multi-window, tray app), and specialized use cases (GPU rendering, database integration).
  • Use Case: A developer wants to quickly start a new desktop app using React and Tailwind CSS with Vite. They can use the electrobun init react-tailwind-vite command to generate a fully configured project structure, ready for development.

Quick Start

Use electrobun init to create a new project named 'my-app' using the 'svelte' template.

Frequently Asked Questions about Electrobun Init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Electrobun desktop app with a specific UI framework?

To scaffold an Electrobun desktop app, use the electrobun init command with your desired template name. This generates a project directory with pre-configured files and build scripts for frameworks like Svelte, Vue, or React, ready for development.

Can I use project templates for multi-window or tray apps in Electrobun?

Yes, Electrobun project templates support various app patterns including multi-window and tray apps. You can select these pre-defined templates during the scaffolding process to generate the appropriate project structure and configuration files.

What is the best way to start a desktop app with GPU rendering or database integration?

The best way to start an app with GPU rendering or database integration is using specialized Electrobun templates. These templates generate the necessary configuration files and build scripts tailored for these specific functionalities during project setup.

Does Electrobun init support React and Tailwind CSS with Vite?

Yes, Electrobun init supports React and Tailwind CSS with Vite. You can use the electrobun init react-tailwind-vite command to generate a fully configured project structure combining these technologies for immediate development.