
Research Dashboard Marketplace
- 2 repo stars
- Updated June 12, 2026
- jmleetpl/claude-research-dashboard
research-dashboard is a Claude Code plugin that digests local Claude Code session logs across projects into a unified dashboard so developers can see status, next actions, and weekly deltas in one place.
About
research-dashboard is a Claude Code marketplace plugin that scans session logs from every local Claude Code project and consolidates them into a unified operational dashboard in Markdown and self-contained HTML. Reach for it when you juggle many agent-assisted codebases and lose track of goals, status, and next actions scattered across ~/.claude/projects. It can also emit weekly lab-meeting summaries and a change log comparing the current week to the prior one.
- Digests ~/.claude/projects session logs into compact JSON before agent scans
- Parallel research-log-scanner sub-agents produce per-project status cards
- Writes DASHBOARD.md, dashboard.html, and optional weekly lab-meeting releases
- Default output directory ~/research-dashboard with RESEARCH_DASHBOARD_DIR override
Research Dashboard Marketplace by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jmleetpl/claude-research-dashboardAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | June 12, 2026 |
| Repository | jmleetpl/claude-research-dashboard ↗ |
How do you see where every Claude Code project stands when session history is scattered across dozens of local folders?
Scans Claude Code session logs across all local projects and builds a unified Markdown and HTML dashboard with status cards and weekly deltas.
Who is it for?
Developers running many Claude Code projects who want a consolidated Markdown and HTML dashboard from session logs.
Skip if: Teams that do not use Claude Code session logs or only need status for a single repository without cross-project aggregation.
What you get
DASHBOARD.md, dashboard.html, per-project cards under projects/, and optional weekly release markdown under releases/.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Where does output land by default?
~/research-dashboard unless you set the RESEARCH_DASHBOARD_DIR environment variable per the README.
How do you install it?
Run /plugin marketplace add jmleetpl/claude-research-dashboard then /plugin install research-dashboard per the README.
What views does it generate?
DASHBOARD.md, a self-contained dashboard.html, and per-project detail cards under projects/.