From prism
Generates a self-contained HTML dashboard of PRISM project health scores, session data, and fleet-level grade distribution.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prism:prism-dashboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a self-contained HTML dashboard of all project health scores.
Generate a self-contained HTML dashboard of all project health scores.
When the user asks to see a dashboard, generate a health report, visualize their session data, or open the PRISM dashboard.
First check if PRISM is installed:
prism --version
If the command is not found, install it first:
pip install prism-cc
Then verify it installed correctly:
prism --version
Once confirmed installed, proceed with the dashboard command.
Generate the dashboard without opening a browser:
prism dashboard --no-open
From an agentsview database (real API token counts, health score cross-reference):
prism dashboard --source agentsview --no-open
prism dashboard --source agentsview --agentsview-db /path/to/sessions.db --no-open
DB path resolution: AGENTSVIEW_DATA_DIR → AGENT_VIEWER_DATA_DIR → ~/.agentsview/sessions.db.
The dashboard is written to ~/.claude/prism/dashboard.html. Tell the
user the exact path so they can open it in their browser.
On most systems this is:
~/.claude/prism/dashboard.htmlC:\Users\<username>\.claude\prism\dashboard.htmlprism analyze or
prism dashboard runs. Reload the browser page after a new analysis.--source agentsview) only.npx claudepluginhub jakeefr/prism --plugin prismAnalyzes Claude Code session health using PRISM: token usage, CLAUDE.md audits, session failures, and project listings.
Generates self-contained HTML dashboard from portfolio assessment Markdown files: level distributions, repo tables, shared gaps, improvement plans, and trend visualizations across multiple quarters.
Produces interactive HTML dashboards, SVG charts, and Mermaid diagrams from design system audit findings, session history, or health data. Use to visualize trends and statuses post-audit.