dev-dashboard
Installation
SKILL.md
Start Dev Dashboard
Start the dev-dashboard server (or reuse an existing instance) and display the URL.
The dashboard runs entirely from the bundled launcher in this skill — there is no
~/.local/bin install step and no command shims to manage.
Step 1: Launch
Run the bundled start script directly by absolute path:
bash "$SCRIPTS/start.sh" --open
Where $SCRIPTS is the absolute path to scripts/ within this skill's directory. Use $HOME instead of literal home paths.