visualization

Generates hockey analytics charts from precomputed metrics using Python or ASCII.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/sports-data-hq/hockey-skills --skill visualization-sports-data-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visualization
Source: https://github.com/sports-data-hq/hockey-skills/tree/main/skills/visualization
Command: npx skills add https://github.com/sports-data-hq/hockey-skills --skill visualization-sports-data-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns completed hockey analysis into clean, shareable visuals so insights can be published, posted, or dropped into reports instead of staying trapped in tables.

Core Features & Use Cases

  • Creates matchup cards, team comparison radars, calibration curves, equity curves, prediction histograms, season timelines, and player cards.
  • Supports both Python chart code for polished PNG or SVG output and ASCII charts for terminal-only workflows.
  • Works best after another skill has already produced the underlying analysis output, such as game preview, team analysis, backtesting, bet tracking, or model building.

Quick Start

Paste the output from a prior hockey analysis skill and ask this Skill to generate a shareable matchup card or chart from it.

Frequently Asked Questions about visualization

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

FAQPage Schema
How do I turn hockey analytics data into shareable charts?

To create shareable hockey analytics visuals, paste precomputed metrics from prior analysis skills into this tool to render them as matplotlib, seaborn, or ASCII charts with a built-in footer.

Can I generate a radar chart for team comparisons using Python?

Yes, you can generate team comparison radar charts using Python by providing the necessary precomputed team metrics to render matplotlib or seaborn visuals for social posts and reports.

Do I need precomputed metrics to create a matchup card?

Yes, creating a matchup card requires precomputed metrics from source skills like game previews or team analysis, as this tool renders existing analysis output rather than computing raw data.

What is the best way to visualize hockey season timelines and equity curves?

The best way to visualize hockey season timelines and equity curves is by passing tracked backtesting or season data to generate formatted Python chart code or terminal-friendly ASCII text.

Does this visualization tool support terminal-only workflows without PNG output?

Yes, it supports terminal-only workflows by rendering precomputed hockey analytics into ASCII text charts, allowing you to view calibration curves and histograms without generating image files.