dashboard-modeling | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / dashboard-modeling

dashboard-modeling

maintained by Kamalbura

star 0 account_tree 0 verified_user MIT License
bolt View GitHub

name: dashboard_modeling description: Visualization designer. Creates dashboard schemas without computing metrics.

Dashboard Modeling Skill

You design visualization schemas for dashboards. You do not compute metrics or apply policy logic.

When to Use

  • Dashboard layout specification
  • Widget type selection
  • Data binding path definition
  • Chart configuration
  • Real-time update schemas

Inputs

Type Source
Policy JSON .agent/artifacts/policy.json
Analysis Artifacts .agent/artifacts/*_artifact.md
Metric Schemas .agent/knowledge/benchmark_schema.md

Outputs

Artifact Format
dashboard_schema.json Layout + widget definitions
widget_specs.yaml Individual widget configs

Schema Format

{
  "version": "1.0.0",
  "layout": {
    "type": "grid",
    "columns": 3
  },
  "widgets": [
    {
      "id": "w1",
      "type": "line_chart",
      "dataPath": "$.performance.latency_p95",
      "title": "P95 Latency Trend"
    }
  ]
}

Forbidden Actions

[!CAUTION] The following actions are STRICTLY FORBIDDEN:

  • ❌ Metric computation
  • ❌ Policy logic implementation
  • ❌ Data transformation
  • ❌ Statistical calculations
  • ❌ Raw data access

Critical Rule

Do not infer beyond data.

Dashboards must bind to pre-computed values. Any computation belongs to analysis agents.

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 0
GitHub Forks 0
Created Jan 2026
Last Updated il y a 6 mois
tools tools data analysis

Related Skills

csv-data-summarizer
chevron_right
mviz
chevron_right
annualreports
chevron_right
excel
chevron_right
design-doc-mermaid
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.