Home / pmwl0128 / pokemon_champion_agent · .agents/skills/pokemon-champions-dex/SKILL.md · GitHub

pokemon-champions-dex skillA

This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.

pokemon-champions-dex is agent-read markdown (skill) from pmwl0128/pokemon_champion_agent: Offline-first Pokémon Champions battle dex lookup with trilingual aliases (Chinese / English / Japanese), batch queries, and multi-condition reverse search. Use when the request asks for a canonical dex fact about a Pokémon/form/move/ability/item/nature/name, not for popularity trends or damage arithmetic. Chinese examples include "X能学Y吗", "谁会Y", "X是什么属性/种族值/特性", "X的中文/日文/英文名", "这个名字对应谁", "这个Mega石给谁用". English examples include "can X learn Y", "who learns Y", "what are X's types/stats/abilities".

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Pokémon Champions Dex

Query the bundled Pokémon Champions battle dex before making factual claims about a Pokémon, form,
move, ability, item, nature, or learnset. This skill answers "what exists and what can it learn?";
metagame popularity belongs to `$pokemon-champions-meta`, and damage arithmetic belongs to
`$ncp-damage-calculator`.

## Workflow

1. Use `resolve` to normalize free-form Chinese, English, or Japanese names. It is batch,
   typo-tolerant by default, understands multilingual Mega forms, and preserves 1:1 input order.
2. Use the entity commands or `batch` when full records are needed.
3. Use `find` / `find-move` for reverse search; use `--where` for OR, NOT, or nested conditions.
4. Prefer `--format json` for downstream processing. Use `--lang zh|ja|en` only for human-readable
   Markdown output.

## Commands

Normalize names first when the input is free-form:

```bash
python scripts/champdex.py resolve Mega耿鬼 超级雪妖女 牛蛙君 咆哮虎
python scripts/champdex.py resolve 灭亡之歌 地震 保护 --kind move
```

Query one or many full records:

```bash
python scripts/champdex.py pokemon 姆克鹰 Mega-Staraptor 巨金怪
python scripts/champdex.py move 近身战 Close-Combat
…

Read the whole file at its exact version.

How to install

Latest version
mdr add pmwl0128/pokemon_champion_agent/pokemon-champions-dex@git:20260723.39d62e3
Exact content
mdr add pmwl0128/pokemon_champion_agent/pokemon-champions-dex@sha256:0265352a2535f172

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_b2n76qn47ywelwfb.svg)](https://markdownregistry.com/a/art_b2n76qn47ywelwfb)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260723.39d62e3 latest2026-07-23 39d62e3 4,028 BA view · diff
git:20260710.66eec112026-07-10 66eec11 4,022 BA view · diff
git:20260628.9de3cd72026-06-28 9de3cd7 3,541 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4028 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

pmwl0128/pokemon_champion_agent · 29 stars · license NOASSERTION · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_b2n76qn47ywelwfb
GET https://markdownregistry.com/api/v1/resolve?ref=pmwl0128/pokemon_champion_agent/pokemon-champions-dex
GET https://markdownregistry.com/api/v1/blob/0265352a2535f172051903302c4deb58d041d2f056faf23f0bf7017b1ec92327

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from pmwl0128/pokemon_champion_agent

ncp-damage-calculator skill
pmwl0128/pokemon_champion_agent · .agents/skills/ncp-damage-calculator/SKILL.md · Run Pokémon Champions damage and speed-line calculations using the bundled NCP VGC Damage Calculator formulas. Use when…
git:20260912.6608665 · audit A · 29 stars
pokemon-champions-meta skill
pmwl0128/pokemon_champion_agent · .agents/skills/pokemon-champions-meta/SKILL.md · Offline-first Pokémon Champions metagame cache and query API for current and historical seasons/rules in single and…
git:20260916.a23f773 · audit A · 29 stars
pokemon-champions-team skill
pmwl0128/pokemon_champion_agent · .agents/skills/pokemon-champions-team/SKILL.md · Pokémon Champions single/double team building, legality validation, and team diagnostics. Use when the whole request is…
git:20260723.39d62e3 · audit A · 29 stars
ncp-damage-calculator skill
pmwl0128/pokemon_champion_agent · .claude/skills/ncp-damage-calculator/SKILL.md · Run Pokémon Champions damage and speed-line calculations using the bundled NCP VGC Damage Calculator formulas. Use when…
git:20260912.6608665 · audit A · 29 stars
pokemon-champions-dex skill
pmwl0128/pokemon_champion_agent · .claude/skills/pokemon-champions-dex/SKILL.md · Offline-first Pokémon Champions battle dex lookup with trilingual aliases (Chinese / English / Japanese), batch…
git:20260723.39d62e3 · audit A · 29 stars
pokemon-champions-meta skill
pmwl0128/pokemon_champion_agent · .claude/skills/pokemon-champions-meta/SKILL.md · Offline-first Pokémon Champions metagame cache and query API for current and historical seasons/rules in single and…
git:20260916.a23f773 · audit A · 29 stars
pokemon-champions-team skill
pmwl0128/pokemon_champion_agent · .claude/skills/pokemon-champions-team/SKILL.md · Pokémon Champions single/double team building, legality validation, and team diagnostics. Use when the whole request is…
git:20260723.39d62e3 · audit A · 29 stars
AGENTS.md agents
pmwl0128/pokemon_champion_agent · AGENTS.md
git:20260918.f420399 · audit B · 29 stars
CLAUDE.md claude
pmwl0128/pokemon_champion_agent · CLAUDE.md
git:20260918.f420399 · audit B · 29 stars
pokemon-champions-ui-session skill
pmwl0128/pokemon_champion_agent · frontend/bridge/pcui/companion/SKILL.md · Work on the active Pokémon Champions UI build session — read its intent and artifacts through the pcui CLI, run the…
git:20260805.7ba90d4 · audit A · 29 stars

Every file in pmwl0128/pokemon_champion_agent

Other files named pokemon-champions-dex

pokemon-champions-dex skill
pmwl0128/pokemon_champion_agent · .claude/skills/pokemon-champions-dex/SKILL.md · Offline-first Pokémon Champions battle dex lookup with trilingual aliases (Chinese / English / Japanese), batch…
git:20260723.39d62e3 · audit A · 29 stars

Browse by kind, by grade A, or by owner.