From tonone
Recommends chart types, libraries (Recharts, D3, Chart.js, Plotly), accessibility grades, and fallbacks for data visualizations like time series or comparisons.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tonone:prism-chartThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
User needs a chart implementation, visualization type recommendation, or data display component.
python3 -m prism_agent.uiux search --domain chart --query "{data_type}" --limit 3
┌─ Chart Recommendation — {data_type} ────────────────────────────────┐
│ Chart type: {chart_type} │
│ Library: {library} (Chart.js / Recharts / D3 / Plotly) │
│ Accessibility: {grade} (AA / A / Below AA) │
│ Interaction level: {level} (static / hover / drill-down) │
│ Data volume: {threshold} (max recommended data points) │
├─ Color guidance ────────────────────────────────────────────────────┤
│ {color_guidance} │
├─ Accessibility fallback ────────────────────────────────────────────┤
│ {fallback_description} │
└──────────────────────────────────────────────────────────────────────┘
If output exceeds the 40-line CLI budget, invoke /atlas-report with the full findings. The HTML report is the output. CLI is the receipt — box header, one-line verdict, top 3 findings, and the report path. Never dump analysis to CLI.
npx claudepluginhub tonone-ai/tonone --plugin eval-regressGuides data visualization workflows: discovers intent, selects chart types (bar, line, scatter), chooses libraries (D3.js, Chart.js, Recharts, Plotly) for React/Vue/etc.
Full-stack data visualization intelligence: chart selection, data transformation, library choice, performance optimization, and accessibility. Activated by chart-related requests.
Recommends BI chart types and libraries for analytics dashboards, evaluating data density, drill-down, real-time support, and accessibility for data like sales trends or KPIs.