dev-dashboard

A command that starts the dev-dashboard web server, a local website for viewing development information, and shows its browser address.

In plain words
What is it for?
Use it to open or launch the dev dashboard, reuse an existing server, start a new one on localhost, and stop it with the bundled stop command.
Why use it?
It handles checking whether the dashboard is already running and finding another available port when needed. This avoids manually starting the server or locating its URL.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/andreaserradev-gbj/dev-workflow/dev-dashboard
Any agent
npx skills add andreaserradev-gbj/dev-workflow --skill dev-dashboard
Clone the repo
git clone --depth 1 https://github.com/andreaserradev-gbj/dev-workflow

Made for: Claude Code, Codex.

Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00046 $0.00401
Opus 5 $0.00023 $0.00200
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00005 $0.00040

Measured 2d ago against content hash 2d3606d42746, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dev-dashboard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (dashboard/client/assets/index-BXvuNVOi.js, dashboard/client/sw.js, dashboard/server/index.cjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dev-workflow/skills/dev-dashboard/SKILL.md · 55 lines

What it actually says

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.

start.sh resolves the bundled server relative to its own location, reuses an already-running instance if one is found (matched across plugin versions), or starts a fresh one on the configured port (falling back to a nearby free port). --open also opens the dashboard in the browser. The server binds to 127.0.0.1 (localhost only) by default.

To stop the server, run the bundled stop script:

bash "$SCRIPTS/stop.sh"

Step 2: Parse Output and Report

The launch command outputs one of:

  • running:<port> — server was already running
  • started:<port> — new server started
  • error:<message> — something went wrong

On success, display:

Dev Dashboard: http://localhost:<port>

If it was already running, add "(already running)".

On error, show the error message. If the error came from the launch command, suggest checking /tmp/dev-dashboard.log.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 55 lines · 46 tokens per session scan A 2d3606d42746

Subscribe to this mod's changes

dev-dashboard is a skill published in the GitHub repository andreaserradev-gbj/dev-workflow (2 stars, last pushed 5d ago), licensed MIT. It adds 46 tokens to every session and 401 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.