dev

Installation
SKILL.md

Human usage

After setup, use these commands directly:

  • npm run dev / npm run dev:start — start server in background (detached via nohup)
  • npm run dev:stop — stop server (Ctrl+C won't work since it's detached)
  • npm run dev:status — check PID and log location
  • npm run dev:restart — restart server
  • tail -f logs/dev.log — stream live logs
  • PORT=5173 npm run dev — override port

PID file: .dev/dev.pid — Log file: logs/dev.log


You are managing the dev server. The argument determines the action.

/dev setup

Related skills
Installs
4
Repository
rootspec/skills
First Seen
Feb 22, 2026