Electrobun Workflow

Guides users through Electrobun's INIT, DEV, BUILD, and RELEASE stages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to the Electrobun development lifecycle, clarifying each stage from project initialization to release, ensuring a smooth and efficient development process.

Core Features & Use Cases

  • Pipeline Visualization: Understand the distinct stages (INIT, DEV, BUILD, RELEASE) and their dependencies.
  • Command Guidance: Provides specific commands for each stage, including setup, development, building, and releasing.
  • Cross-Stage Reference: Links to related skills for deeper dives into specific functionalities.
  • Use Case: A new developer joins a project using Electrobun. They can use this Skill to quickly understand the entire development workflow, from setting up a new project to deploying a release, without needing to ask multiple team members.

Quick Start

Use the electrobun-workflow skill to understand the steps for releasing a new version of an Electrobun project.

Frequently Asked Questions about Electrobun Workflow

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

FAQPage Schema
What are the stages of the Electrobun development lifecycle?

You can scaffold a new Electrobun project during the INIT stage by using the specific setup commands provided by the workflow, which establishes the foundational project structure needed for subsequent development phases.

How do I release a stable version of an Electrobun application?

To release an Electrobun application, you progress through the BUILD stage to generate artifacts for canary or stable releases, then use the RELEASE stage to distribute the application to users with auto-update mechanisms.

Can I use hot-reloading while developing features in Electrobun?

Yes, the DEV stage of the Electrobun workflow supports feature development with hot-reloading, allowing you to see code changes immediately during the development process.

What is the best way to visualize the Electrobun build process pipeline?

The Electrobun workflow provides pipeline visualization to understand the INIT, DEV, BUILD, and RELEASE stages along with their dependencies, ensuring a structured approach to software development.

Do I need any external dependencies to follow the Electrobun development workflow?

No, the Electrobun workflow operates without external dependencies, providing built-in command guidance and cross-stage references to deep knowledge links for each phase of the software lifecycle.