Dexploarer

42 mods across 1 repository, 5 stars between them.

electrobun-dev

02

Dexploarer/plugin-electrobun-dev

Plugin Claude Code

Agentic development companion for Electrobun desktop apps — skills, commands, agents, and hooks for the full development lifecycle.

5 5mo ago A tokens not measured

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.

5 5mo ago A 68 tokens

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…

5 5mo ago A 74 tokens

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…

5 5mo ago A 84 tokens

electrobun-debugger

06

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.

5 5mo ago A 49 tokens

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.

5 5mo ago A 60 tokens

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…

5 5mo ago A 71 tokens

electrobun-planner

09

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.

5 5mo ago A 53 tokens

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.

5 5mo ago A 65 tokens

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.

5 5mo ago A 54 tokens

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.

5 5mo ago A 66 tokens

electrobun-ui-agent

13

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…

5 5mo ago A 77 tokens

electrobun-align

14

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.

5 5mo ago A 0 tokens

electrobun-feature

16

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.

5 5mo ago A 55 tokens

electrobun-init

17

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.

5 5mo ago A 48 tokens

electrobun-menu

18

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.

5 5mo ago A 42 tokens

electrobun-release

19

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.

5 5mo ago A 36 tokens

electrobun-rpc

20

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.

5 5mo ago A 54 tokens

electrobun-sdlc

21

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.

5 5mo ago A 53 tokens

electrobun-setup

22

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…

5 5mo ago B 81 tokens

electrobun-test

23

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.

5 5mo ago A 33 tokens

electrobun-wgpu

24

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].

5 5mo ago A 0 tokens