harness-files/skills/rad-ui-stop/SKILL.md
Stop the detached radorch dashboard UI server (SIGTERM).
npx skillsauth add MetalHexx/RadOrchestration rad-ui-stopInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Invoke the bundled CLI to stop the running radorch dashboard UI:
node "${PLUGIN_ROOT}/skills/rad-orchestration/scripts/radorch.mjs" ui stop
The CLI sends SIGTERM to the recorded PID, removes the PID file, and emits a success envelope. If the UI was not running, the envelope still reports stopped: true (idempotent). Report the result to the user.
development
Use this skill whenever a task might involve code beyond the current working directory — when you're figuring out where code lives, scoping work that may span multiple repositories, or about to act as if the current repo is the whole system — and whenever the user wants to register, bind, describe, group, or manage repositories and repo-groups. The repo registry is your map of the repos a team works across and how they relate.
business
Report whether the radorch dashboard UI server is running, and its URL.
business
Start the radorch dashboard UI as a detached server and report the URL.
development
Source control operations — commit code or open a PR. All inputs come from the spawn prompt.