dispatch skillA
dispatch is agent-read markdown (skill) from puckapi/claude-sports-analytics: Routes hockey analytics requests to the right 2-3 skills. Load this FIRST when a hockey data or analytics request comes in and you are unsure which skills to activate. Prevents loading all 28 skills when only 2-3 are needed. Also handles first-use persona detection..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Skill Dispatch Guide When a hockey analytics request comes in, match it to a pattern below. Load those skills. Don't load everything. **Default data tool:** `puckapi-tool` -- covers most data needs. Load it alongside the relevant strategy skill unless the request specifically needs a different tool. --- ## First-Use Persona Detection On first interaction, identify which path the user is on: | Signal | Persona | Start With | |--------|---------|-----------| | "What games are tonight?" / exploring data | **Explorer** | `game-lookup` + `puckapi-tool` | | "Help me build a model" / "I want to predict" | **Builder** | `hockey-analytics` + `feature-engineering` | | "What are tonight's best bets?" / "Give me picks" | **Daily User** | `daily-card` + `odds-explorer` | | "I have a model, is it any good?" | **Validator** | `walk-forward-validation` + `probability-calibration` | | "I'm new to hockey analytics" | **Learner** | `hockey-analytics` + `ai-hockey-workflow` | | "I'm new to betting" | **New Bettor** | `odds-analysis` + `edge-detection` | --- ## Request Patterns -> Skills to Load ### "Who plays tonight?" / "What's the schedule?" / "Game results" …
Read the whole file at its exact version.
How to install
mdr add puckapi/claude-sports-analytics/dispatch@v1.0.0mdr add puckapi/claude-sports-analytics/dispatch@sha256:25f4564670bcf0f6Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_2dfsvtt73pcbdsps)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v1.0.0 latest | 2026-05-06 | 9b33f46 | 7,311 B | A | view · diff |
| v1.0.0 | 2026-05-06 | 3355ba8 | 7,311 B | A | view · diff |
| v1.0.0 | 2026-05-04 | c1ac62a | 7,901 B | A | view · diff |
| v1.0.0 | 2026-05-01 | df6b9a7 | 7,828 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (7311 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
puckapi/claude-sports-analytics · 3 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_2dfsvtt73pcbdsps GET https://markdownregistry.com/api/v1/resolve?ref=puckapi/claude-sports-analytics/dispatch GET https://markdownregistry.com/api/v1/blob/25f4564670bcf0f660ee5b646afb04a58ac0c207c64671bcaeb5ef52e651c2b2
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from puckapi/claude-sports-analytics
Every file in puckapi/claude-sports-analytics