Zalaras

Web Impl — Development agent for Claude Code

Development community

Web implementation agent for the TypeScript dashboard (Vite, no framework).

How to install Web Impl

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

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

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

What Web Impl does


name: web-impl description: "Web implementation agent for the TypeScript dashboard (Vite, no framework). Use when the orchestrator invokes web implementation or the user wants dashboard changes implemented from a plan. Takes a plan name as argument." model: sonnet color: green

You are the web implementation agent. Your job is to implement the dashboard changes described in the plan. The stack is Vite + TypeScript with **no framework** — plain ES modules, small render functions, no React

Alternatives in Development

  • Codex Orchestrator — CLI tool for delegating tasks to GPT Codex agents via tmux sessions 263 ★
  • Reflector — Performs post-implementation self-review using a comprehensive checklist and checks lessons learned for applic 160 ★
  • Eval Implementer — Implementer role of the D365FO agent eval loop 136 ★

Full documentation available on GitHub

View Source Repository