harness-files/skills/rad-ui-start/SKILL.md
Start the radorch dashboard UI as a detached server and report the URL.
npx skillsauth add MetalHexx/RadOrchestration rad-ui-startInstall 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 launch the radorch dashboard UI:
node "${PLUGIN_ROOT}/skills/rad-orchestration/scripts/radorch.mjs" ui start
The CLI emits a single JSON envelope on stdout. On success the envelope's data.url field contains the URL the user should open in a browser; report it directly to the user. On failure the envelope's error.message describes the cause (typical case: every port 3000-3010 is taken) — relay it verbatim.
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.
tools
Stop the detached radorch dashboard UI server (SIGTERM).
business
Report whether the radorch dashboard UI server is running, and its URL.
development
Source control operations — commit code or open a PR. All inputs come from the spawn prompt.