From tonone
Recommends BI chart types for analytics dashboards and data displays based on data types like sales trends or KPIs. Evaluates density, drill-down, real-time support in CLI format.
npx claudepluginhub tonone-ai/tonone --plugin warden-threatThis skill is limited to using the following tools:
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Provides step-by-step guidance, code, and configurations for chart type recommendations in data analytics workflows covering visualization, SQL queries, statistics, and BI.
Guides full-stack data visualization: selects optimal charts for data and goals, engineers pipelines from databases to rendered charts, recommends libraries by scale, optimizes performance and accessibility.
Recommends chart types, libraries (Chart.js, Recharts, D3, Plotly), accessibility grades, and fallbacks for data types like time series or comparisons. Useful for chart implementation requests.
Share bugs, ideas, or general feedback.
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.