electrobun-plugin-guide

Solid

The master index for the electrobun-dev Claude Code plugin. Use when starting a new Electrobun project, unsure which skill or command to use, wanting a full overview of what the plugin provides, or onboarding to the plugin ecosystem. Lists all 15 skills, 13 commands, and 11 agents with when-to-use guidance and decision trees.

Code & Development 394 stars 68 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# electrobun-dev Plugin Guide Complete reference for the electrobun-dev Claude Code plugin. All resources are available via the `Skill` tool (skills), slash commands (commands), or agent dispatch (agents). --- ## Quick Start Decision Tree ``` What do I want to do? │ ├─ Start a brand-new Electrobun app │ └─ /electrobun-init → then /electrobun-setup │ ├─ Build a complete new feature (with tests + docs) │ └─ /electrobun-sdlc <feature description> │ ├─ Add a quick feature to an existing view │ └─ /electrobun-feature <description> │ ├─ Wire up RPC between bun and renderer │ └─ /electrobun-rpc │ ├─ Add a new window or manage windows │ └─ /electrobun-window │ ├─ Add application menus or tray │ └─ /electrobun-menu │ ├─ Add WebGPU / GPU rendering │ └─ /electrobun-wgpu │ ├─ Run or write tests │ └─ /electrobun-test │ ├─ Build and package the app │ └─ /electrobun-build │ ├─ Publish a release and set up updates │ └─ /electrobun-release │ ├─ Check where I am in the pipeline │ └─ /electrobun-workflow │ ├─ Align an existing project with plugin standards │ └─ /electrobun-align │ ├─ Something is broken / debugging │ └─ electrobun-debugger agent │ └─ Understand what the plugin provides └─ (you're already here) ``` --- ## Skills Reference (15 skills) Skills are invoked via the `Skill` tool. They load context and rules for a domain. ### Foundation | Skill | Load When | |-------|-----------| | `electrobun` | Any Electrobun project work — Browser...

Details

Author
milady-ai
Repository
milady-ai/milady
Created
3 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category