Pokemon champions vgc reg m a
Research Pokemon Champions VGC Regulation M-A rules, legality, tournament results, usage trends, winning teams, and metagame developments. Use when Codex needs current Reg M-A context, allowed Pokemon/items/moves, banlists, format rules, tournament data, Limitless/LabMaus/Cut Explorer/StatCrusher/Pokedata sources, or live VGC metagame analysis.From its SKILL.md
npx -y skills add bryanwhl/pokemon-champions-vgc-reg-m-aAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.6 KB, 746 tokens by cl100k_base, as published. Nobody here has run it
Pokemon Champions VGC Reg M-A
Use this skill to research Regulation M-A as a live metagame, not as static memory. Always verify current legality and trend claims with fresh sources before recommending teams, counters, cores, or tournament prep.
Current Baseline
As of 2026-05-03, official Pokemon.com says Pokemon Champions launched on April 8, 2026, and Regulation M-A is used for Pokemon Champions Global Challenge I and the first Pokemon Champions Championship Series transition events. Serebii lists Ranked Battle Regulation M-A from April 8, 2026 through June 17, 2026, with level 50 scaling, 10-minute player time, 90-second team preview, and 60-second turn time.
Do not treat this baseline as permanently current. Re-check when answering.
Research Workflow
- Rules first: Read
references/regulation-m-a-rules.md, then refresh withscripts/regma_client.py rules. - Legality second: Use
scripts/regma_client.py legal --kind pokemon|items|movesfor the MetaVGC legality snapshot, and confirm high-impact claims against in-game announcements or Serebii when possible. - Metagame data third: Use Limitless and LabMaus for current Reg M-A tournaments and teams:
scripts/regma_client.py limitless tournaments --limit 20 --min-players 32scripts/regma_client.py limitless standings --id <tournament-id> --top 8scripts/regma_client.py labmaus completed --limit 20 --min-players 32scripts/regma_client.py labmaus trends --kind pokemon --trend upwards --quantity 20
- Official top-cut context: Use Cut Explorer for official top-cut datasets where present:
scripts/regma_client.py cut current-yearscripts/regma_client.py cut tournament --year 2026 --id regional-prague --top 16
- Ladder context: Use StatCrusher only when its formats include the target format. If Reg M-A is unavailable, say so and do not substitute Reg I ladder stats as Reg M-A.
- Battle facts: Pair this skill with
$pokemon-champions-battle-factsfor type matchups, base stats, move properties, and damage calculations.
Answering Rules
- Label each source as official, community tournament, top-cut archive, ladder usage, or fan-maintained legality snapshot.
- Never say "latest" unless data was fetched in the current run and the retrieval date is stated.
- Separate ranked ladder, Limitless community events, official Championship Series events, and fan tournaments. They are not the same metagame sample.
- Avoid copying full team dumps into answers unless the user asks. Summarize patterns, cite the event/player/source, and include enough details for verification.
- Treat banlists, allowed Pokemon/items/moves, and date ranges as volatile. Re-check before asserting.
- Use sample-size filters. A 10-player weekly should not outweigh a 128-player event without explanation.
- For trends, compare multiple sources when possible: Limitless winners/top cuts, LabMaus trend endpoints, official event results, and Showdown ladder data if available.
References
references/regulation-m-a-rules.md: baseline rules and source hierarchy.references/source-map.md: API endpoints and website-specific caveats.references/metagame-research-playbook.md: reusable research patterns for trends, counters, and winner-team analysis.
What ships with it: 8 files
24.7 KB alongside SKILL.md, 1 of them executable
agents/
- openai.yaml318 B
references/
- metagame-research-playbook.md1.8 KB
- regulation-m-a-rules.md1.8 KB
- source-map.md2.8 KB
scripts/
- regma_client.pyruns11.8 KB
- .gitignore80 B
- LICENSE1.0 KB
- README.md5.2 KB