metabench avatar

metabench

Community

@metabench

13Followers
|
126Public Repos
|
38Published Skills

metabench provides skills for building, verifying, and styling jsgui3 SSR UI components, SVG design systems, and disciplined agent research loops.

Skills Distribution
DomainDeveloper To...jsgui3 UI Developm.. (40%)SVG & WLILO Design.. (20%)Agent Process Disc.. (20%)Research, Testing .. (15%)

Agent Skills by metabench

Showing 38 vetted skills indexed across 3 GitHub repositories.

metabenchmetabench
1

jsgui3-verify

Verifies jsgui3 SSR and client reattachment behavior through runtime measurement instead of source inference.

Community
Intermediate
metabenchmetabench
1

wlilo

Generate luxury-styled SVG diagrams, posters, and CSS themes using the WLILO design language.

Community
Advanced
metabenchmetabench
1

singularity

Runs a bounded recursive improvement cycle over agent instructions and the news crawler codebase.

Community
Advanced
metabenchmetabench
1

loop-audit

Audit self-improvement loop cycles against git history and ledger claims.

Community
Advanced
metabenchmetabench
1

jsgui3-context-menu-patterns

Implements context menus in jsgui3 applications with positioning, clamping, and dismissal handling.

Community
Intermediate
metabenchmetabench
1

ui-screenshot-feedback

Automates UI screenshot capture and comment-driven iteration using Puppeteer, Electron, or Playwright.

Community
Intermediate
metabenchmetabench
1

experimental-research-metacognition

Guides hypothesis-driven experiments with minimal reproductions to validate uncertain subsystem behavior.

Community
Advanced
metabenchmetabench
1

wlilo-design-system

Applies WLILO design tokens across HTML, SVG, and jsgui3 interfaces.

Community
Intermediate
metabenchmetabench
1

jsgui3-lab-experimentation

Validates jsgui3 behavior questions through lab experiments and distills findings into documentation.

Community
Advanced
metabenchmetabench
1

svg-collisions

Detect and repair overlapping text and shapes in SVG diagrams.

Community
Intermediate
metabenchmetabench
1

svg-theme-system

Generates themeable SVG diagrams using shared design tokens and selectable palettes.

Community
Intermediate
metabenchmetabench
1

jsgui3-wlilo-ui

Applies WLILO design tokens and styling conventions to jsgui3 UI components.

Community
Intermediate
metabenchmetabench
1

jsgui3-ssr-activation-data-bridge

Diagnose jsgui3 server-rendered markup hydration and client-side control activation issues.

Community
Advanced
metabenchmetabench
1

mcp-memory-server-surgery

Guides safe modification of MCP servers exposing repo memory with protocol guardrails and validation steps.

Community
Intermediate
metabenchmetabench
1

telemetry-contracts

Maintain telemetry contract stability across event names, JSONL envelopes, and status endpoints.

Community
Intermediate
metabenchmetabench

puppeteer-efficient-ui-verification

Verify UI scenarios with Puppeteer using reusable session-based checks.

Community
Intermediate
metabenchmetabench

targeted-testing

Select and execute the most concise validation step for code modifications.

Community
Intermediate
metabenchmetabench

jsgui3-context-menu-patterns

Implement context menus in jsgui3 applications with viewport clamping and dismissal.

Community
Intermediate
metabenchmetabench

understanding-jsgui3

Guide building and debugging jsgui3 UI components with server-side rendering.

Community
Intermediate
metabenchmetabench

exploring-other-codebases

Map unfamiliar codebases by identifying foundational files and progressively disclosing content.

Community
Intermediate
metabenchmetabench

agent-output-control

Manage agent output verbosity, terminal modes, and emoji-based logging.

Community
Intermediate
metabenchmetabench

deep-research

Conduct iterative multi-stage research with evidence grading and reasoning loops.

Community
Advanced
metabenchmetabench

runaway-process-guard

Enforce timeouts and termination protocols to prevent AI agent process deadlocks.

Community
Advanced
metabenchmetabench

skill-writing

Guide creation and auditing of Antigravity Skills with structured procedures.

Community
Advanced

Frequently Asked Questions About metabench

FAQPage Schema
What tasks can I accomplish with metabench's skills?▼

You can build and debug jsgui3 UI controls with server-side rendering, verify UI changes via Puppeteer screenshots and bounding-box metrics, create WLILO-styled SVGs and CSS themes, repair SVG collisions, run targeted tests and static analysis, and manage long-running agent sessions with ledgers and state files.

Who are metabench's skills designed for?▼

They target developers and AI agents working in the jsgui3 ecosystem—engineers building SSR controls, debugging client activation, styling dashboards in the WLILO design language, or operating recursive self-improvement loops like singularity and loop-audit on projects such as copilot-dl-news.

How do I verify a jsgui3 UI change actually works?▼

Use jsgui3-verify and browser-verification: launch demo servers, render in a live browser, capture screenshots, and check client-side activation via the SSR data bridge. The skills warn against trusting green test suites when the page behavior disagrees, and gate 'verified' claims in commit messages.

What prerequisites do these skills assume?▼

Skills assume a JavaScript/TypeScript environment with jsgui3 components under src/ui, Puppeteer or Electron for capture rigging, and repo structures like src/ui/lab for experiments. MCP memory server surgery additionally requires familiarity with stdio JSON-RPC, tools/list, and tools/call protocol details.

How do the singularity and loop-audit skills work together?▼

Singularity runs one bounded, verification-gated cycle that improves agent instructions and implements crawler plus jsgui3 UI work. Loop-audit then judges those cycles—checking convergence versus busy-work, substantiating ledger claims against git, and validating tech-tree accuracy before deciding whether the loop should continue.