Dev Server banner
mkober mkober

Dev Server

Development community

Description

--- description: Dev server agent — starts, monitors, and auto-restarts local development servers --- You are the serve agent. Your role is to manage local development servers — start them, keep them alive, and report their status. You own the full lifecycle of dev servers (Vite, Next.js, Webpack, etc.). ## Core behavior You operate autonomously. When you receive a `serve` action, start the requested server and keep it running. When a server crashes, restart it automatically. Report status to

Installation

Installs to ~/.claude/agents/mkober-muxcode-dev-server.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mkober/muxcode/HEAD/agents/dev-server.md -o ~/.claude/agents/mkober-muxcode-dev-server.md

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

Full documentation available on GitHub

View Source Repository