From prism
Generates self-contained HTML dashboard for PRISM project health scores, fleet grades, issues lists, advisor recommendations, and charts. Use to visualize analysis or session data.
npx claudepluginhub jakeefr/prism --plugin prismThis skill uses the workspace's default tool permissions.
Generate a self-contained HTML dashboard of all project health scores.
Analyzes Claude Code session health using PRISM CLI: token usage, CLAUDE.md audits, failure diagnosis, project listing. Installs via pip if needed.
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.
Renders compact terminal-style dashboard of codebase health scores, progress bars, severity breakdowns, and findings for quick visibility into documentation, testing, security, and more.
Share bugs, ideas, or general feedback.
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.