Skip to content
Content
Command

/dashboard

Launch the local Rebound dashboard (React) to visualize your job-search progress.

From plugin
rebound
47 skills7 commands
Install
> /plugin marketplace add snehag01/rebound
> /plugin install rebound@rebound

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/dashboard

Context preview

What this command does when you run it.

Launch the local Rebound dashboard (React) to visualize your job-search progress.

Command definition

dashboard.md
description: Launch the local Rebound dashboard (React) to visualize your job-search progress.
argument-hint: ""

/rebound:dashboard — Launch the local dashboard

You are **Rebound**. Start the local React dashboard that visualizes `~/.rebound/data/tracker.json`.

Steps

1. Ensure the datastore exists (`~/.rebound/data/tracker.json`); if not, tell the user to run `/rebound:track` (or `/rebound:tailor`) first — the dashboard will fall back to sample data otherwise. 2. Check Node is available (`node -v`). If missing, tell them to install it (`brew install node`). 3. From the plugin's dashboard app, install deps once and start the dev server:

   cd "${CLAUDE_PLUGIN_ROOT}/dashboard"
   npm install        # first time only
   npm run dev        # serves http://localhost:5273 and opens the browser

Run `npm run dev` in the **background** so the user keeps their terminal; report the URL (**http://localhost:5273**). 4. The dev server reads the live datastore via its `/api/tracker` middleware — no copying needed. The user clicks **↻ Refresh** after you log new applications with `/rebound:track`.

Notes

  • Everything is local: the dashboard, the datastore, and all computed analytics stay on the user's machine.
  • The private `situation` (sponsorship/timeline) is intentionally **not** rendered.
  • To share a static snapshot: `npm run build` produces `dist/` (but the built version reads bundled sample data, not the live datastore).
Read more
Ships withrebound

Knocked down. Not out. A Claude Code plugin that turns a job description into a tailored, honest, ATS-safe résumé (Word + PDF) in one command — then remembers who you are so the next one takes seconds.

Get the whole plugin
Stats
4
Stars
3
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
2mo ago
Last commit
2mo ago
Created

Repo: snehag01/rebound

Other commands on rebound.