unlock-set

Coordinate tier-based coverage passes to unlock unsupported Magic set cards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gamajose/MagicTheGathering --skill unlock-set
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unlock-set
Source: https://github.com/gamajose/MagicTheGathering/tree/main/.claude/skills/unlock-set
Command: npx skills add https://github.com/gamajose/MagicTheGathering --skill unlock-set

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a structured, multi-phase workflow to unlock the majority of a Magic set's unsupported cards by clustering missing parser/engine primitives and coordinating tier-based coverage passes, reducing manual effort and accelerating coverage delivery.

Core Features & Use Cases

  • Phase-driven workflow: resolve the set, enumerate cards, analyze gaps, cluster by primitives, present a tiered plan, and execute clusters with the engine-implementer.
  • ROI-aware prioritization: rank clusters by unlock potential and engineering effort, optimizing for the formats most impacted (Standard, Commander, etc.).
  • Cross-set considerations: account for bundles like Universes Beyond to maximize coverage across related sets.

Quick Start

Run from the repository root to start a tiered coverage pass for a specified set, guiding Phase 0 through Phase 7 to unlock unsupported cards.

Frequently Asked Questions about unlock-set

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve MTG set coverage for unsupported cards?

To improve MTG set coverage, you run a tiered workflow that clusters missing parser and engine primitives, prioritizing high-ROI unlocks to support the majority of a set's cards.

What is tiered clustering for Magic set parsing?

Tiered clustering groups missing parser and engine primitives by unlock potential and engineering effort, coordinating coverage passes to maximize a set's playable cards.

How do I prioritize high ROI coverage work for a Standard or Commander bundle?

You prioritize high ROI coverage by ranking primitive clusters according to their unlock potential and engineering effort, specifically targeting Standard or Commander bundles.

Do I need cargo and jq to run an MTG set unlock workflow?

Yes, you need cargo and jq installed, alongside the engine-implementer agent, MTG rules text, and the scripts/gen-card-data.sh helper, running from the repository root.

What is the best way to unlock Universes Beyond cards across related sets?

The best way to unlock Universes Beyond cards is using a multi-phase workflow that accounts for cross-set considerations, clustering missing primitives to maximize coverage across bundles.

Why does my MTG set coverage pass fail to execute clusters?

Coverage passes fail if the engine-implementer agent is unavailable, or if cargo, jq, MTG rules text, and scripts/gen-card-data.sh are missing when running from the repo root.