Electrobun Dev

Manages Electrobun development builds, hot reloading, and debugging via CEF DevTools.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies and accelerates the development process for Electrobun applications by automating builds, hot reloading, and providing debugging tools.

Core Features & Use Cases

  • Development Builds: Executes electrobun dev for a single build and launch.
  • Watch Mode: Runs electrobun dev --watch to automatically rebuild and relaunch on code changes.
  • Debugging: Provides access to CEF DevTools for renderer debugging and native WebView debugging tips.
  • Use Case: When making changes to your Electrobun application's UI or core logic, use this Skill to ensure your changes are reflected instantly without manual intervention.

Quick Start

Use the electrobun dev skill to start electrobun in development mode with hot reloading enabled.

Frequently Asked Questions about Electrobun Dev

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

FAQPage Schema
How do I set up hot reloading for Electrobun applications?

Hot reloading for Electrobun applications is enabled by running the build process in watch mode, which automatically rebuilds and relaunches upon detecting code changes. This eliminates manual rebuilds during UI and core logic iteration.

Can I use CEF DevTools to debug Electrobun renderer processes?

Yes, CEF DevTools can be used to debug Electrobun renderer processes. The development workflow provides direct access to these tools alongside specific tips for inspecting native webviews during debugging.

What is the difference between a single development build and watch mode in Electrobun?

A single development build executes one build and launch cycle, while watch mode continuously monitors for code changes. Watch mode automatically rebuilds and relaunches, providing live updates without manual intervention.

Does Electrobun dev support automated build cycles for rapid UI iteration?

Electrobun dev supports automated build cycles for rapid UI iteration through its watch mode feature. It automatically handles rebuilds and relaunches, ensuring changes are reflected instantly during development.

Why are my Electrobun code changes not reflecting without manual rebuilding?

Code changes are not reflecting because the application is likely running a single build instead of watch mode. Running the build process with watch mode enables hot reloading, automatically applying updates without manual intervention.