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

  1. Acquire card data — Fetch card ratings and color win rates from the 17Lands API. See references/17lands-api.md.
  2. Read draft state — Parse the Arena Player.log to detect the active draft, current pack/pick, and taken cards. See references/arena-log-parsing.md.
  3. Evaluate picks — Use win-rate metrics (GIHWR, OHWR, IWD, ALSA, etc.) and color signals to recommend the best pick. See references/card-evaluation.md.
  4. Show card images — Display Scryfall card images from URLs stored in the dataset.
  5. 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.

Quick Start

Installs
5
Repository
kkunde/skills
First Seen
Feb 18, 2026
mtga-draft-helper — kkunde/skills