dev-dashboard-tui

dev-dashboard-tui is a skill for Claude Code, Codex from andreaserradev-gbj/dev-workflow. It costs 90 tokens per session (702 once invoked), scanned A, original, MIT.

A terminal dashboard for viewing the status and progress of features across projects stored in .dev files. It runs inside a command-line window, including over SSH or tmux.

In plain words
What is it for?
Use it to review project and feature progress, inspect feature details, and monitor changes to .dev files.
Why use it?
It gives you a project overview without opening a browser. Because it needs an interactive terminal, you start it yourself with the provided command.

Skill for Claude CodeCodex

Part of the dev-workflow plugin — 8 skills, 3 agents shipped together

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-tui
Any agent
npx skills add andreaserradev-gbj/dev-workflow --skill dev-dashboard-tui
Clone the repo
git clone --depth 1 https://github.com/andreaserradev-gbj/dev-workflow

Made for: Claude Code, Codex.

Or install dev-workflow, the plugin that ships this one along with the rest of its 8 skills, 3 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev-dashboard-tui

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreaserradev-gbj/dev-workflow/dev-dashboard-tui.svg)](https://agentmods.dev/skills/andreaserradev-gbj/dev-workflow/dev-dashboard-tui)
Your own site
<a href="https://agentmods.dev/skills/andreaserradev-gbj/dev-workflow/dev-dashboard-tui"><img src="https://agentmods.dev/badge/skills/andreaserradev-gbj/dev-workflow/dev-dashboard-tui.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 702 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.00090 $0.00702
Opus 5 $0.00045 $0.00351
Sonnet 5 $0.00018 $0.00140
Haiku 4.5 $0.00009 $0.00070

Measured 4d ago against content hash 2474ca24c1e3, 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-tui 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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/launch.sh, tui/cli.mjs), 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-tui/SKILL.md · 76 lines

How it starts

The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Launch the Dev Dashboard TUI

The dev-dashboard TUI is the terminal-native sibling of the web /dev-dashboard: the same cross-project .dev/ feature portfolio — a recency-sorted project rail, per-feature status and progress, and a detail pane — rendered natively in the terminal for SSH/tmux/no-browser workflows. It live-refreshes as .dev/ PRDs change.

Why the agent cannot start it

A TUI is a foreground, interactive process that must own a real terminal (TTY). Claude Code's Bash tool runs commands against a detached, non-interactive pipe — an Ink app rendered there produces garbage and never receives keystrokes. Unlike /dev-dashboard (which backgrounds an HTTP server and reports a URL), this skill hands the launch command to the user to run in their own terminal.

Do not attempt to spawn the TUI from a Bash tool call.

Step 1: Resolve the launch command

The launcher lives at scripts/launch.sh within this skill's directory. Build the absolute path to it (call it $LAUNCH). Optionally confirm the bundled artifact is present first:

test -f "$LAUNCH" && echo ok

Where $LAUNCH is the absolute path to scripts/launch.sh within this skill's directory. Use $HOME instead of literal home paths.

Step 2: Tell the user to run it

Present the exact command for the user to paste into their own terminal (with $LAUNCH resolved to the real absolute path):

bash "<absolute path>/scripts/launch.sh"

To scan a specific directory instead of the stored config / current directory, they can append --scan <dir>:

bash "<absolute path>/scripts/launch.sh" --scan ~/code

launch.sh resolves the bundled tui/cli.mjs relative to its own location and exec nodes it in the foreground — no port, no background process, nothing to stop afterwards. Requires node (>= 24).

Step 3: Keybindings

Once it opens:

  • j/k or / — move the selection within the focused pane
  • h/l or / — move focus across the panes (rail → list → detail)
  • Tab or 16 — switch the status filter
  • Space — toggle the session-history detail
  • q or Ctrl+C — quit (restores the terminal cleanly)

Read the full file on GitHub · 76 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 76 lines · 90 tokens per session scan A 2474ca24c1e3

Subscribe to this mod's changes

dev-dashboard-tui is a skill published in the GitHub repository andreaserradev-gbj/dev-workflow (2 stars, last pushed 6d ago), licensed MIT. It adds 90 tokens to every session and 702 once invoked, about $0.0005 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.