Build the workflow into your own setup
Turn a working process into a reusable Skill.
magic-deck-api-builder is a public example. It keeps the instructions, references, deterministic checks, and action boundaries for one deck-pricing workflow in one folder, so Claude Code or Codex can use the same process again instead of rebuilding it from a chat prompt.
The deck builder runs offline for building and validation. Only its live-pricing step needs a CardTrader account and API access.
gera3d/mtg-cookbook
One SKILL.md, two deterministic scripts, two policy references, and two example inputs. This is the working folder behind every deck in the research log.
- Core file
- SKILL.md explains when and how the workflow runs.
- Project paths
- .claude/skills/ or .agents/skills/
- Runs offline
- build + validate — no account needed
- Keep separate
- credentials and checkout actions stay in the harness, not the Skill.
MTG Cookbook