Dexploarer/plugin-electrobun-dev
Command
Alignment wizard for existing Electrobun projects. Scans the repo, audits against plugin standards and Electrobun best practices, backs up files before touching them, prompts for each change with Y/N/skip, then applies. Safe to run at any time — never modifies without permission.
Dexploarer/plugin-electrobun-dev
Command
Guided Electrobun build command — selects environment, verifies signing credentials, runs the build, and summarizes artifacts produced.
Dexploarer/plugin-electrobun-dev
Command
Build a complete Electrobun feature end-to-end using the two-agent team — UI agent designs views and produces the RPC contract, backend agent implements bun-side wiring. Produces all renderer files plus updated bun entrypoint and electrobun.config.ts.
Dexploarer/plugin-electrobun-dev
Command
Scaffold a new Electrobun desktop app project from scratch. Creates full directory structure, package.json, electrobun.config.ts, tsconfig.json, and entry point files. Includes all 18 official templates.
Dexploarer/plugin-electrobun-dev
Command
Generate an ApplicationMenu with File/Edit/View/Help items wired to application-menu-clicked events, plus optional Tray setup. Asks whether to forward events to a webview via RPC.
Dexploarer/plugin-electrobun-dev
Command
Guided step-by-step release workflow for Electrobun apps — version bump, build, artifact verification, upload to CDN, and auto-updater verification.
Dexploarer/plugin-electrobun-dev
Command
Introspect existing Electrobun bun-process and renderer files to generate a complete type-safe RPC schema. Reads your code, infers all cross-process calls, and writes the defineElectrobunRPC + Electroview.defineRPC boilerplate.
Dexploarer/plugin-electrobun-dev
Command
Run the full 8-stage Electrobun SDLC pipeline for a feature — researcher, architect, planner, dev squad, QA engineer, test writer, alignment agent, docs agent. Produces tested, documented, complete features.
Dexploarer/plugin-electrobun-dev
Command
Run immediately after electrobun init. Derives the project name from electrobun.config.ts (never assumes a hardcoded name), scans for existing .github infrastructure, then walks through a wizard to create CI/CD, release pipeline, test scaffold, docs, CLAUDE.md, AI code review, trust scoring, and pre-push hooks for a…
Dexploarer/plugin-electrobun-dev
Command
Run Electrobun Kitchen Sink tests, write new test coverage, or generate the feature manifest. Works with both automated and interactive test suites.
Dexploarer/plugin-electrobun-dev
Command
Set up a WebGPU rendering window in an Electrobun project. Creates a GpuWindow with WGPUView, a minimal WGSL pass-through shader, render loop, and KEEPALIVE array. Sets bundleWGPU: true in config. Usage: /electrobun-wgpu [name].
Dexploarer/plugin-electrobun-dev
Command
Generate a new BrowserWindow with a matching renderer entry point and type-safe RPC schema connecting them. Usage: /electrobun-window [name].
Dexploarer/plugin-electrobun-dev
Command
Show the full Electrobun pipeline status for the current project and jump-start any stage. Detects init/dev/build/release state automatically.