pokemon-champions-metalisted
Install: claude install-skill pmwl0128/pokemon_champion_agent
# Pokémon Champions Meta
Query the bundled Pokémon Champions metagame snapshot for rankings, common configurations, partners,
format comparisons, and factual changes between snapshots. This skill answers "what is popular and
how is it used?"; canonical battle facts remain the responsibility of `$pokemon-champions-dex`.
## Workflow
1. Use the current season/rule unless the user explicitly requests a historical context.
2. Use `ranking` for the environment overview and `detail` for one Pokémon's panels.
3. Use `search` for reverse lookup across panel entries and `compare` for single-vs-double facts.
4. Use `report` for snapshot changes. Use `export-excel` only when the user requests workbooks.
5. Keep usage marginals factual: common moves/items/partners are not a guaranteed joint set.
## Commands
Query cached rankings:
```bash
# Uses the current season/rule by default.
python scripts/meta_query.py ranking --format single --limit 20
python scripts/meta_query.py ranking --format double --limit 20
python scripts/meta_query.py ranking --format double --season M-4 --rule M-B --limit 20
```
Query Pokémon details:
```bash
python scripts/meta_query.py detail --format single --pokemon 雷丘
python scripts/meta_query.py detail --format double --pokemon garchomp
```
Reverse-search panel entries or compare formats:
```bash
python scripts/meta_query.py search --format double --panel moves --name 地震
python scripts/meta_query.py search --format both --panel moves --type ground --catego