mtga-draft-helper
Installation
SKILL.md
MTGA Draft Helper
Assist users during MTG Arena drafts by combining 17Lands statistical data with real-time Arena log parsing.
Core Workflow
- Acquire card data — Fetch card ratings and color win rates from the 17Lands API. See references/17lands-api.md.
- Read draft state — Parse the Arena
Player.logto detect the active draft, current pack/pick, and taken cards. See references/arena-log-parsing.md. - Evaluate picks — Use win-rate metrics (GIHWR, OHWR, IWD, ALSA, etc.) and color signals to recommend the best pick. See references/card-evaluation.md.
- Show card images — Display Scryfall card images from URLs stored in the dataset.
- Suggest a deck — When the draft is complete (all picks made), build an optimal 40-card deck from the pool. See references/deck-building.md.
Live Draft Tracking (Active Draft Mode)
To assist during a live draft in progress, the agent monitors the Arena log in real time. Full details in references/live-draft-tracking.md.