Dev Server Skill Centralized management of Next.js dev servers across multiple git worktrees. The daemon handles port allocation, environment variable injection, and log aggregation so that any agent can access dev server logs regardless of who started the server. Quick Start Checking if server is ready: After starting, poll the session status to check . The daemon marks sessions ready either via configured health check endpoint or by detecting "Ready" patterns in logs. CLI Commands | Command | Description | |---------|-------------| | | Check daemon status and list all sessions | | | List al…