| Use when asked to select chart types for analytics dashboards, choose BI "dashboard visualization for metrics", "analytics chart selection"
npx skills add https://github.com/jeremylongshore/tons-of-skills-marketplace --skill lens-chart
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.
Take jeremylongshore/lens-chart from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.