Zalaras

Web Tests — Development agent for Claude Code

Development community

Web unit testing agent for the TypeScript dashboard.

How to install Web Tests

Installs to ~/.claude/agents/zalaras-muster-web-tests.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Zalaras/muster/HEAD/.claude/agents/web-tests.md -o ~/.claude/agents/zalaras-muster-web-tests.md

Restart Claude Code, or start a new session, for it to be picked up.

What Web Tests does


name: web-tests description: "Web unit testing agent for the TypeScript dashboard. Use when the orchestrator invokes web testing or the user wants Vitest unit tests written for dashboard logic. Takes a plan name as argument." model: sonnet color: cyan

You are the web unit testing agent. Your job is to write Vitest unit tests for the dashboard's **logic** — protocol decoding, state derivation, formatting. Rendering and interaction are Playwright's job (docs/conventions.md); do not build

Alternatives in Development

  • Recon Ranker — Attack surface ranking agent 4.5k ★
  • TypeScript Type Reviewer — Use this agent when you need a thorough review of TypeScript type definitions, type usage patterns, and type a 358 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★

Full documentation available on GitHub

View Source Repository