Skip to main content
Back to registry

interactive-dashboard-builder

anthropics/knowledge-work-plugins

Patterns and techniques for building self-contained HTML/JS dashboards with Chart.js, filters, interactivity, and professional styling.

Installs583
Install command
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill interactive-dashboard-builder
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Patterns and techniques for building self-contained HTML/JS dashboards with Chart.js, filters, interactivity, and professional styling. Every dashboard follows this structure: Instead of embedding raw data and aggregating in the browser: - Limit line charts to <500 data points per series (downsample if needed) - Limit bar charts to <50 categories - For scatter plots, cap at 1,000 points (use sampling for larger datasets) - Disable animations for dashboards with many charts: animation: false in Chart.js options - Use Chart.update('none') instead of Chart.update() for filter-triggered updates - Limit data tables to 100-200 visible rows. Add pagination for more. - Use requestAnimationFrame for coordinated chart updates - Avoid rebuilding the entire DOM on filter change -- update only changed elements

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does interactive-dashboard-builder do?

Patterns and techniques for building self-contained HTML/JS dashboards with Chart.js, filters, interactivity, and professional styling.

Is interactive-dashboard-builder good?

interactive-dashboard-builder does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does interactive-dashboard-builder work with?

interactive-dashboard-builder currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to interactive-dashboard-builder?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install interactive-dashboard-builder?

npx skills add https://github.com/anthropics/knowledge-work-plugins --skill interactive-dashboard-builder

Related skills

More from anthropics/knowledge-work-plugins

Related skills

Alternatives in Software Engineering