adding-new-sport
CommunityEasily add a new sport with unified Elo setup.
AuthorMGPowerlytics
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a repeatable blueprint to add a new sport to the multi-sport betting system, including a unified Elo rating interface, game data pipelines, and necessary configuration wiring.
Core Features & Use Cases
- Unified Elo rating inheritance: implement a new SportEloRating that extends BaseEloRating for consistent behavior across sports.
- Games data pipeline: create a new sport_games.py downloader and loader to fetch and normalize game data.
- DAG and integration wiring: update the DAG config (SPORTS_CONFIG) and Kalshi market function to enable end-to-end operation.
- Onboarding kit: supply a template for naming mappings and module exports to accelerate onboarding of future sports.
Quick Start
- Implement a new Elo rating class (e.g., SportEloRating) inheriting BaseEloRating and implement predict, update, get_rating, expected_score, and get_all_ratings.
- Develop a downloader module at plugins/sport_games.py to fetch and normalize game data and load to the unified_games table.
- Update DAGs: add an entry to SPORTS_CONFIG in dags/multi_sport_betting_workflow.py and implement fetch_sport_markets in plugins/kalshi_markets.py.
- Register the new Elo class in plugins/elo/init.py exports.
- Run tests and verify integration with the dashboard.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: adding-new-sport Download link: https://github.com/MGPowerlytics/nhlstats/archive/main.zip#adding-new-sport Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.