CLAUDE.md · diff

git:20260506.3355ba8 to git:20260509.b654c0a

3 added, 3 removed. Audit A to A.

# Hockey Skills -- Claude Code Instructions
## Public Repo Rules
This is a public, open-source repository. Every commit, file, and message is visible to anyone.
### Never include:
- AI attribution or co-author lines in commits, code, or comments
- Personal information (names, emails, addresses, usernames beyond the org)
- API keys, secrets, tokens, or credentials (even expired ones)
- Internal URLs, private repo paths, or filesystem paths (e.g., /Users/*)
- References to private repos, internal tools, or business strategy
- Revenue numbers, pricing strategy discussions, or customer data
- References to other projects (PuckCast, OWSH, brain vault, etc.)
### Commit messages:
- Written as if by the project maintainer, not an AI
- Describe the what and why, no "Generated by" or "Co-Authored-By" lines
- Keep them concise and professional
### Code and content:
- No "AI-powered", "intelligent", or similar buzzwords
- No comments referencing internal conversations or decisions
- Skill descriptions should be factual and specific to what the skill does
- Credit costs must match the live PuckAPI pricing (see puckapi-tool/endpoints.md)
## Repo Structure
```
- hockey-skills/
+ claude-sports-analytics/
├── .claude-plugin/plugin.json # Plugin manifest
├── skills/ # 28 skill directories
│ ├── puckapi-tool/ # MCP tool reference (endpoints + fields)
│ ├── hockey-analytics/ # Core metrics and concepts
│ ├── game-lookup/ # Finding and filtering games
│ └── ... # See README for full list
└── docs/ # Glossaries, routing, season logic
```
## Key Facts
- 28 skills, all NHL/hockey focused
- MCP server at mcp.puckapi.com/mcp
- - Data starts from 2010-11 season
+ - Data starts from 2008-09 season (16+ seasons)
- 32 active NHL teams (includes Utah Hockey Club, not Arizona Coyotes)
- - 4 bookmakers in odds data (DraftKings, FanDuel, BetMGM, ESPN BET)
+ - 15+ sportsbooks in odds data (DraftKings, FanDuel, BetMGM, ESPN BET, and more)
- 12 MCP tools with credit costs defined in puckapi-tool/endpoints.md