dashboard-visualizer

Diagnose RACA dashboard visualization issues and add new visualization tabs.

Updated May 12, 2026
One-click install
npx skills add https://github.com/wangdepin/raca-codex --skill dashboard-visualizer-wangdepin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard-visualizer
Source: https://github.com/wangdepin/raca-codex/tree/main/.claude/skills/dashboard-visualizer
Command: npx skills add https://github.com/wangdepin/raca-codex --skill dashboard-visualizer-wangdepin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you diagnose and extend the RACA visualization dashboard so your experiment artifacts render correctly and new visualization tabs can be added reliably.

Core Features & Use Cases

  • Explains supported visualizations: Answers what pages and tabs exist and what each one is intended to display.
  • Verifies artifact compatibility: Guides troubleshooting when datasets do not load, focusing on expected HuggingFace dataset column names and data types.
  • Enables new visualizer tabs: Provides a clear plan for adding a new frontend tab plus any needed backend endpoint, including deployment guardrails for building and syncing the dashboard data.

Quick Start

Ask the agent: "Why isn't my HuggingFace dataset showing up in the dashboard visualizer, and what column names should my data include?"

Frequently Asked Questions about dashboard-visualizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why is my HuggingFace dataset not showing up in the RACA dashboard visualizer?

Your HuggingFace dataset may not display in the dashboard visualizer because the column names and data types do not match the expected response schema. Validating your dataset columns against the expected structure resolves the artifact loading failure.

How do I add a new frontend visualization tab to a React dashboard?

To add a new frontend visualization tab to a React dashboard, implement the new UI component and integrate any required Flask API backend endpoints. Following deployment guardrails to build and sync dashboard data ensures the new experiment tab renders.

What visualization pages and tabs are available for model trace viewing?

Available visualization pages and tabs for model trace viewing and experiment exploration are documented within the dashboard's supported features. Reviewing the documented pages confirms what artifacts each tab is intended to display.

How do I troubleshoot RACA dashboard artifacts that fail to load or display incorrectly?

Troubleshooting RACA dashboard artifacts that fail to load involves validating expected HuggingFace dataset columns and verifying Flask API response types. Checking dataset display compatibility against dashboard schema requirements isolates the rendering failure.

What backend endpoints are needed to display HuggingFace datasets in a Flask API dashboard?

Displaying HuggingFace datasets in a Flask API dashboard requires backend endpoints that return the expected column names and data types for the frontend visualizer. Implementing these endpoints with correct response types ensures artifacts render without display errors.