← ClaudeAtlas

workbench-builderlisted

Builds disposable localhost workbenches — Bun.serve + bun:sqlite + React 19 + Astryx apps, zero build config, no deploy — giving an agentic coding/eval/PR/data session a live UI. The signature move is a two-way human↔agent loop over one SQLite file: the human acts in the browser, the agent acts from the terminal (bun run scripts), both seeing the same state update live via SSE with no reload. Ships recipes for eval viewers, PR review rooms, document redline surfaces, spreadsheet/grid editors, multi-surface triage queues, trace replays, and more. Use when the user wants a quick local UI for a coding/eval/PR/data task, OR mentions localhost workbench, eval viewer, PR review room, review/redline a document, select text and comment, a spreadsheet or editable grid, triage my inbox, live invalidation, two-way agent loop, or "build me a little UI for this." Do NOT use for production apps or deployed SPAs (use frontend-design), or for static data pages / HTML reports where a self-contained file is the right tool.
theagenticguy/agentic-plugins · ★ 5 · Web & Frontend · score 78
Install: claude install-skill theagenticguy/agentic-plugins
## Contents | File | When to load | | ------------------------------- | ---------------------------------------------------------------------------------------------------- | | `references/orchestrator.md` | Running the pipeline — the five phases, the subagent prompt shape, check-in cadence, stuck detection | | `references/write-protocol.md` | Canonical write-protocol block, copied verbatim into every phase worklog and subagent prompt | | `references/architecture.md` | The stack contract — SSE-as-invalidation, the fan-out, `useRegion`, the two-way loop, gotchas | | `references/dependencies.md` | The pinned dependency set, Astryx grounding commands (`bunx astryx component`), the Graphite theme | | `references/rendering.md` | Markdown/mermaid/ECharts patterns, the palette pairing rule, disclosure, overflow guards | | `references/recipes.md` | The recipe catalog — one data model + layout per workbench type, with the unique value of each | | `templates/server.ts` | Backend scaffold — schema, SSE fan-out + `publish()`, region queries, mutation + loop endpoints | | `templates/src/` | Frontend scaffold — `main.tsx`, `App.tsx`, `useRegion.ts`, `charts.ts`, region components | | `templates/index.html` | Fullstack entry Bun.serve imports — the whole "no bundler" tr