ncp-damage-calculator skillA
ncp-damage-calculator is agent-read markdown (skill) from pmwl0128/pokemon_champion_agent: Run Pokémon Champions damage and speed-line calculations using the bundled NCP VGC Damage Calculator formulas. Use when the request asks for a concrete damage, KO, survival, or speed-order calculation between specified Pokémon, moves, spreads, field states, items, abilities, or stat stages. For broad team-building or tuning, use the team skill first and let it delegate exact calc checks. Chinese examples include "X用Y打Z多少", "X能确一/二确Z吗", "Z吃得下X的Y吗", "X快过Z吗", "多少SP能快过/抗住". English examples include .
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
# NCP Damage Calculator
Compute Pokémon Champions damage ranges and speed lines with the bundled NCP VGC Damage Calculator
core. Use exact calculations whenever a claim depends on damage, KO, survival, or move order.
## Workflow
1. Resolve Chinese or Japanese names through `$pokemon-champions-dex`; the NCP wrapper itself uses
English calculator keys.
2. Run the wrapper's `resolve` command to align canonical English names to exact NCP keys.
3. Supply the actual item, ability, nature, SP spread, stat stages, status, and relevant field state.
4. Use the damage API for a concrete attack, or the speed API for one Pokémon, a table, or a direct
comparison.
5. Report assumptions with the result. A successful calculation does not establish Champions legality.
## Damage
Run one calculation with JSON on stdin or use `batch` with a JSON array:
```powershell
@'
{
"attacker": {
"name": "Mega Metagross",
"ability": "Tough Claws",
"item": "Metagrossite",
"nature": "Jolly",
"sps": {"hp": 2, "atk": 32, "def": 0, "spa": 0, "spd": 0, "spe": 32},
"moves": ["Earthquake"]
},
"defender": {
"name": "Mega Raichu Y",
"ability": "No Guard",
…Read the whole file at its exact version.
How to install
mdr add pmwl0128/pokemon_champion_agent/ncp-damage-calculator@git:20260912.6608665mdr add pmwl0128/pokemon_champion_agent/ncp-damage-calculator@sha256:dec1c6302179ac00Pin 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.
[](https://markdownregistry.com/a/art_4qdhkc7rnhejwcma)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260912.6608665 latest | 2026-09-12 | 6608665 | 5,167 B | A | view · diff |
| git:20260723.39d62e3 | 2026-07-23 | 39d62e3 | 4,888 B | A | view · diff |
| git:20260711.02b9106 | 2026-07-11 | 02b9106 | 4,884 B | A | view · diff |
| git:20260710.66eec11 | 2026-07-10 | 66eec11 | 4,501 B | A | view · diff |
| git:20260628.9de3cd7 | 2026-06-28 | 9de3cd7 | 4,072 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5167 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
pmwl0128/pokemon_champion_agent · 29 stars · license NOASSERTION · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_4qdhkc7rnhejwcma GET https://markdownregistry.com/api/v1/resolve?ref=pmwl0128/pokemon_champion_agent/ncp-damage-calculator GET https://markdownregistry.com/api/v1/blob/dec1c6302179ac00a02f33985a9061857b19cb72c72abf7e147e67c3772dff62
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
Every file in pmwl0128/pokemon_champion_agent