Claude-skill-registry dashboard-playbook

Best-practice kit for BI dashboard layout, storytelling, and adoption.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dashboard-playbook" ~/.claude/skills/majiayu000-claude-skill-registry-dashboard-playbook && rm -rf "$T"
manifest: skills/data/dashboard-playbook/SKILL.md
source content

Dashboard Playbook Skill

When to Use

  • Designing new dashboards or refreshing existing ones for GTM stakeholders.
  • Auditing dashboards that suffer from low engagement or unclear narratives.
  • Training analysts on consistent storytelling and UX patterns.

Framework

  1. Audience & Decisions – document persona, cadence, and key decisions.
  2. Story Arc – headline metric, supporting evidence, drill-downs, and action prompts.
  3. Layout System – hero tiles, contextual panels, alerts, and annotation space.
  4. Governance Hooks – data freshness indicator, owner info, and SLA links.
  5. Adoption Loop – training plans, feedback capture, and iteration cadence.

Templates

  • Wireframe Template: See
    templates/dashboard_wireframe.md
    for layout structure.
  • Dashboard brief (goals, KPIs, filters, mockups).
  • Adoption checklist (enablement, comms, success metrics).

Tips

  • Limit hero metrics to 3–5; move detailed tables into drill sections.
  • Use consistent color semantics for good vs risk states.
  • Pair with
    build-exec-dashboard
    to package specs + rollout plan.