dev-dashboard
Installation
SKILL.md
Start Dev Dashboard
Start the dev-dashboard server (or reuse an existing instance) and display the URL.
On first run, install or refresh the local dev-dashboard and dev-dashboard-stop
commands before launching so the skill and terminal path share the same bundled
launcher.
Step 1: Check Install State
Run the install check first:
bash "$SCRIPTS/check-install.sh"
Where $SCRIPTS is the absolute path to scripts/ within this skill's directory. Use $HOME instead of literal home paths.
Related skills