proxy-printer
Proxy Printer
Turn a parsed MTG deck list into printable proxy PDFs. The skill emits two
artifacts: cards.pdf (one proxy per copy of every card in the deck) and
tokens.pdf (one proxy per distinct token kind produced by any card in the
deck, deduped by Scryfall oracle_id). Both use the same render template:
name banner, ASCII art keyed by card subtype, type banner, oracle text, P/T.
The skill is callable standalone (the user gives a list, the agent prints PDFs) or by another wizard — deck-wizard and cube-wizard both produce the parsed-deck JSON schema this skill consumes.
The Iron Rule
NEVER render a proxy from training-data oracle text. Every name, mana
cost, type line, oracle text, P/T, and token-side stat on a generated PDF
MUST come from a Scryfall lookup performed by proxy-print. The CLI is
the authoritative renderer; the agent is not allowed to "fix up" any
printed content.