with one click
prism-chart
// Use when asked to implement a chart, select a visualization type, or build a data display component. Examples: "implement chart for time series", "best visualization for comparison data", "chart component for analytics"
// Use when asked to implement a chart, select a visualization type, or build a data display component. Examples: "implement chart for time series", "best visualization for comparison data", "chart component for analytics"
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | prism-chart |
| description | Use when asked to implement a chart, select a visualization type, or build a data display component. Examples: "implement chart for time series", "best visualization for comparison data", "chart component for analytics" |
| allowed-tools | Read, Bash, Glob, Grep |
| version | 0.6.6 |
| author | tonone-ai <hello@tonone.ai> |
| license | MIT |
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.