Dashboard Skill

Enforce UI standards and integrate Munshot Dashboard SDK authentication for dashboards.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/techmuns/new-experiment-project --skill dashboard-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dashboard Skill
Source: https://github.com/techmuns/new-experiment-project/tree/main/.claude/skills/dashboard-builder
Command: npx skills add https://github.com/techmuns/new-experiment-project --skill dashboard-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires munshot-dashboard-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps dashboard engineers build consistent, maintainable dashboards across the organization, ensuring a uniform UI and user experience.

Core Features & Use Cases

  • UI Standards: Enforces UI standards for dashboards with a mandatory 3-zone layout, sticky header, and scrollable content area.
  • Authentication: Integrates with the Munshot Dashboard SDK for seamless authentication and context consumption.
  • Widget Structure: Defines a structure for data widgets, including loading, empty, and error states.
  • Datasource Registry: Provides access to a registry of datasources for dashboard development.
  • Dashboard Patterns: Offers guidelines for dashboard types and content hierarchy.
  • KPI & Insight Standards: Sets standards for KPI and insight presentation.
  • Table Standards: Defines standards for table design and functionality.

Quick Start

Initialize the dashboard SDK client with the given dashboardId and dashboardName.

Frequently Asked Questions about Dashboard Skill

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

FAQPage Schema
How do I enforce UI standards for organizational dashboards?

To enforce UI standards for organizational dashboards, implement a mandatory 3-zone layout with a sticky header and scrollable content area to ensure a consistent user experience across all dashboard projects.

What is the standard widget structure for handling data states?

The standard widget structure for handling data states requires each widget to explicitly define and manage loading, empty, and error states to ensure consistent dashboard UX during data retrieval failures.

How do I integrate authentication into a dashboard using the Munshot Dashboard SDK?

Integrating authentication into a dashboard using the Munshot Dashboard SDK requires initializing the SDK client with a specific dashboardId and dashboardName for seamless authentication and context consumption.

What standards should I follow for presenting KPIs and insights on a dashboard?

Standards for presenting KPIs and insights on a dashboard include following defined guidelines for dashboard types, content hierarchy, and table design to ensure maintainable and standardized data presentation.

Do I need the Munshot Dashboard SDK to build dashboards with these standards?

Yes, you need the Munshot Dashboard SDK to build dashboards with these standards, as it is a required dependency for handling authentication, context consumption, and datasource registry access.