AgentSkillsCN

zerg-dev

Zerg 本地开发工作流(开发、日志记录、调试、停止)。适用于运行或排查本仓库时使用。

SKILL.md
--- frontmatter
name: zerg-dev
description: Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.

Zerg Dev Workflow

Quick Start

bash
make dev

Ctrl+C stops everything cleanly.

Common Commands

bash
make stop      # stop all services
make logs      # tail all logs
make logs-app  # app logs only
make doctor    # quick diagnostics
make debug-trace TRACE=<uuid>

Ports (dev)

Gotchas

  • Don’t assume make dev is already running.
  • Prefer the nginx entrypoint at http://localhost:30080.