with one click
lens-chart
// Use when asked to select chart types for analytics dashboards, choose BI visualizations, or design data displays. Examples: "best chart for sales data", "dashboard visualization for metrics", "analytics chart selection"
// Use when asked to select chart types for analytics dashboards, choose BI visualizations, or design data displays. Examples: "best chart for sales data", "dashboard visualization for metrics", "analytics chart selection"
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | lens-chart |
| description | Use when asked to select chart types for analytics dashboards, choose BI visualizations, or design data displays. Examples: "best chart for sales data", "dashboard visualization for metrics", "analytics chart selection" |
| 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 chart type selection or visualization recommendations for analytics dashboards or BI contexts.
python3 -m lens_agent.uiux search --domain chart --query "{data_type}" --limit 3
python3 -m lens_agent.uiux search --domain style --query "{context}" --limit 2
āā BI Chart Recommendation ā {data_type} āāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Chart type: {chart_type} ā
ā Library: {library} ā
ā Data density: {density} (low / medium / high) ā
ā Drill-down: {drill_down} (yes / no / limited) ā
ā Real-time support: {real_time} (yes / no) ā
ā Accessibility: {grade} ā
āā Decision test āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā¤
ā "Does this answer a decision?" ā {yes_no}: {rationale} ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
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.