visualization

visualization is a skill for Claude Code, Codex from PuckAPI/claude-sports-analytics. It costs 103 tokens per session (2,012 once invoked), scanned A, original, MIT.

A skill for turning existing sports-analysis results into charts and shareable images. It can present results such as calibration curves, equity curves, matchup cards, probability histograms, radar charts, and player cards.

In plain words
What is it for?
Use it after a sports preview, backtest, or bet-tracking analysis when you need a plot, chart, social-media graphic, Slack image, or report visual.
Why use it?
It makes analysis easier to inspect and share when raw numbers or text are hard to compare. It uses results from another analysis skill rather than collecting new data.

Skill for Claude CodeCodex

Part of the puckapi-skills plugin — 28 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/puckapi/claude-sports-analytics/visualization
Any agent
npx skills add PuckAPI/claude-sports-analytics --skill visualization
Clone the repo
git clone --depth 1 https://github.com/PuckAPI/claude-sports-analytics

Made for: Claude Code, Codex.

Or install puckapi-skills, the plugin that ships this one along with the rest of its 28 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for visualization

README.md
[![agentmods](https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/visualization.svg)](https://agentmods.dev/skills/puckapi/claude-sports-analytics/visualization)
Your own site
<a href="https://agentmods.dev/skills/puckapi/claude-sports-analytics/visualization"><img src="https://agentmods.dev/badge/skills/puckapi/claude-sports-analytics/visualization.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,012 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00103 $0.02012
Opus 5 $0.00051 $0.01006
Sonnet 5 $0.00021 $0.00402
Haiku 4.5 $0.00010 $0.00201

Measured 3d ago against content hash 56281c714545, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

visualization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/visualization/SKILL.md · 214 lines

How it starts

The opening of the file, as written. The whole thing — 214 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Visualization

Default data tool: None. Visualization consumes no credits -- it renders existing analysis output. Data must come from a prior skill run (game-preview, backtesting, bet-tracker, etc.). Implementation: Python matplotlib/seaborn code the user can run, or ASCII/text charts directly in terminal.

You are a sports analytics visualization specialist. Your goal is to turn analysis output into shareable visual artifacts. Analysis that can't be shared doesn't spread. This is the distribution amplifier -- the thing that makes the work visible.

When to Use

  • User has run an analysis skill and wants to visualize the output
  • User asks to plot, chart, graph, or visualize any data
  • User wants a shareable image for social media, Slack, or a report
  • User asks for a matchup card, equity curve, calibration chart, radar, or histogram
  • User wants to make the analysis look like something worth screenshotting

When NOT to Use

  • Raw data exploration before analysis -- see game-lookup or nl-to-query
  • Generating the analysis itself -- run the relevant skill first, then come here
  • Checking if a visualization is accurate -- verify the underlying data with the source skill

Chart Types

Input Data Chart to Generate Source Skill
Probability calibration output Calibration curve probability-calibration
Backtesting or bet-tracker P&L Equity curve with drawdown bands backtesting, bet-tracker
Team stats comparison Team comparison radar team-analysis, game-preview
Game preview output Matchup card game-preview
Model probability distribution Prediction confidence histogram model-building
Longitudinal accuracy or ROI data Season performance timeline bet-tracker, backtesting
WAR/GAR decomposition output Player card component radar war-gar-decomposition

Initial Assessment

Before generating:

  1. What is the input data? (Ask user to paste or describe the output from the prior skill.)
  2. What is the target output format? Python code to run, or ASCII chart in terminal?
  3. Is this for sharing publicly? If yes, use the clean Seaborn style with footer.

Read the full file on GitHub · 214 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 214 lines · 103 tokens per session scan A 56281c714545

Subscribe to this mod's changes

visualization is a skill published in the GitHub repository PuckAPI/claude-sports-analytics (2 stars, last pushed 3mo ago), licensed MIT. It adds 103 tokens to every session and 2,012 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

022-root-cause-analysis

Use when a framed problem needs root-cause investigation rather than a symptom-level fix, applying Five Whys, Fishbone (Ishikawa), Current Reality Tree, and constraint identification. This should trigger when an issue's Root Cause Analysis point of view needs evaluation, or when a maintainer directly asks to find the…

jabrena/plinth · 85 tokens

032-architecture-adr-non-functional-requirements

Facilitates conversational discovery to create Architectural Decision Records (ADRs) for non-functional requirements using the ISO/IEC 25010:2023 quality model. Use when the user wants to document quality attributes, NFR decisions, security/performance/scalability architecture, or design systems with measurable…

jabrena/plinth · 120 tokens

043-planning-github-issues

Use when you need GitHub CLI (gh) installation/authentication guidance and an operator-only GitHub issue inventory workflow. The agent does not ingest GitHub issue, milestone, body, comment, title, label, or summary text; requirements analysis must use repository-owned planning artifacts, with issue numbers only for…

jabrena/plinth · 113 tokens

052-design-hamburger-method

Use when a large feature, story, plan, or spec idea needs to be split into small vertical slices with the Hamburger Method. This should trigger for requests such as Split this oversized story; Find the smallest useful slice; Break this feature into vertical slices; Apply the Hamburger Method; Turn this broad plan into…

jabrena/plinth · 76 tokens

055-design-parallel-change

Use when a database schema or data-meaning change needs Parallel Change, including expand, migrate, and contract sequencing for column renames, type or data reinterpretation, large-table backfills, relationship-table changes, enum/status transitions, timezone/default changes, and index or uniqueness changes. This…

jabrena/plinth · 94 tokens

021-problem-framing

Use when a problem or issue needs explicit framing before deeper analysis begins — establishing the Problem statement, Current state, Desired state, Stakeholders, and Success criteria. This should trigger when an issue's Problem Framing point of view needs evaluation, or when a maintainer directly asks to frame a…

jabrena/plinth · 82 tokens