Dexploarer/plugin-electrobun-dev
Plugin Claude Code
Claude Code plugin for Electrobun desktop app development — skills, commands, agents, and hooks for the full development lifecycle.
Dexploarer/plugin-electrobun-dev
Plugin Claude Code
Claude Code plugin for Electrobun desktop app development — skills, commands, agents, and hooks for the full development lifecycle.
Dexploarer/plugin-electrobun-dev
Plugin Claude Code
Agentic development companion for Electrobun desktop apps — skills, commands, agents, and hooks for the full development lifecycle.
Dexploarer/plugin-electrobun-dev
Agent
Stage 7 of the Electrobun SDLC pipeline. Fixes bugs, corrects blast radius drift (files missed or forgotten), cleans up debug artifacts, and brings the implementation into full alignment with the Architecture Spec and QA Report. Works BLOCKER → IMPORTANT → MINOR. Does not add features.
Dexploarer/plugin-electrobun-dev
Agent
Stage 2 of the Electrobun SDLC pipeline. Receives the Research Report and produces a complete Architecture Spec — window/view layout, RPC flow, file structure, config skeleton, and a full blast radius analysis mapping every file that will be touched and why. Call this agent when planning any new window, view, or…
Dexploarer/plugin-electrobun-dev
Agent
Electrobun backend specialist. Implements the bun-side of Electrobun desktop app features — BrowserWindow creation, BrowserView.defineRPC() wiring, request and message handlers, electrobun.config.ts updates, and app lifecycle. Receives an RPC contract handoff from the UI agent and produces complete, ready-to-run…
Dexploarer/plugin-electrobun-dev
Agent
Electrobun debugger. Diagnoses build failures, RPC timeouts, webview rendering issues, input passthrough problems, and cross-platform bugs. Use this agent when something is broken and the cause isn't obvious.
Dexploarer/plugin-electrobun-dev
Agent
Stage 8 (final) of the Electrobun SDLC pipeline. Writes Mintlify documentation for the completed feature, writes regression tests that lock in the golden behavior, and marks the implementation plan as COMPLETE. This agent's completion signals the end of the pipeline.
Dexploarer/plugin-electrobun-dev
Agent
An agent specialized in operating the Electrobun Kitchen Sink test runner. Use this agent when you need to navigate the test runner UI, run specific tests, handle interactive test flows, or automate interaction with playground windows. The agent knows the complete UI map, CSS selectors, RPC contract, and two-step…
Dexploarer/plugin-electrobun-dev
Agent
Stage 3 of the Electrobun SDLC pipeline. Receives the Architecture Spec and converts it into atomic, TDD-style implementation tasks assigned to the dev squad agents. Sanity-checks the plan for completeness before handoff.
Dexploarer/plugin-electrobun-dev
Agent
Stage 5 of the Electrobun SDLC pipeline. Audits all implemented code against the Architecture Spec and Implementation Plan. Finds bugs, API misuse, drift from spec, missing pieces, and code quality issues. Produces a QA Report consumed by the test writer and alignment agent.
Dexploarer/plugin-electrobun-dev
Agent
Stage 1 of the Electrobun SDLC pipeline. Deep-dives into the codebase and Electrobun API surface before any design or code is written. Produces a Research Report consumed by the architect in Stage 2.
Dexploarer/plugin-electrobun-dev
Agent
Stage 6 of the Electrobun SDLC pipeline. Writes tests that expect the golden outcome — ideal, correct behavior — not tests calibrated to what the current code does. Uses the Kitchen Sink defineTest() framework. Produces a test suite that defines the contract the feature must always honor.
Dexploarer/plugin-electrobun-dev
Agent
Electrobun UI specialist. Designs and implements renderer-side views for Electrobun desktop apps — HTML structure, CSS layout, TypeScript Electroview wiring, and the typed RPC contract that the bun-side backend must implement. Works as the first phase of the electrobun-feature team. Always produces a complete RPC…
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].