run-app

star 0

Manage v-daemon lifecycle: start, stop, status, and monitor supervisor, director, and daemon with log streaming and PID management.

p3nGu1nZz By p3nGu1nZz schedule Updated 2/13/2026

name: run-app description: "Manage v-daemon lifecycle: start, stop, status, and monitor supervisor, director, and daemon with log streaming and PID management."

run-app

Purpose

Start, monitor, and stop the v-daemon supervisor and daemon. Use this skill to run the project locally or from automation.

Usage

  • Start background: sh scripts/run.sh start
  • Start and stream: sh scripts/run.sh --monitor start
  • Stop: sh scripts/run.sh stop
  • Status: sh scripts/run.sh status

Behavior

  • PID files: run/v-daemon.pid, run/v-daemon-supervisor.pid, run/v-director.pid
  • Logs: ./logs/daemon.log, ./logs/supervisor.log, ./logs/director.log
  • --monitor streams logs and traps Ctrl-C for graceful shutdown

Agent guidance

  • Prefer run.sh for lifecycle operations. Verify status with sh scripts/run.sh status and inspect logs.
  • Avoid removing pidfiles manually; use run.sh stop.
Install via CLI
npx skills add https://github.com/p3nGu1nZz/v-daemon --skill run-app
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator