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.mdsource 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
- Audience & Decisions – document persona, cadence, and key decisions.
- Story Arc – headline metric, supporting evidence, drill-downs, and action prompts.
- Layout System – hero tiles, contextual panels, alerts, and annotation space.
- Governance Hooks – data freshness indicator, owner info, and SLA links.
- Adoption Loop – training plans, feedback capture, and iteration cadence.
Templates
- Wireframe Template: See
for layout structure.templates/dashboard_wireframe.md - 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
to package specs + rollout plan.build-exec-dashboard