Home / pmwl0128 / pokemon_champion_agent · .agents/skills/ncp-damage-calculator/SKILL.md · GitHub

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

Latest version
mdr add pmwl0128/pokemon_champion_agent/ncp-damage-calculator@git:20260912.6608665
Exact content
mdr add pmwl0128/pokemon_champion_agent/ncp-damage-calculator@sha256:dec1c6302179ac00

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_4qdhkc7rnhejwcma.svg)](https://markdownregistry.com/a/art_4qdhkc7rnhejwcma)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260912.6608665 latest2026-09-12 6608665 5,167 BA view · diff
git:20260723.39d62e32026-07-23 39d62e3 4,888 BA view · diff
git:20260711.02b91062026-07-11 02b9106 4,884 BA view · diff
git:20260710.66eec112026-07-10 66eec11 4,501 BA view · diff
git:20260628.9de3cd72026-06-28 9de3cd7 4,072 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 (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

GitHub

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

pokemon-champions-dex skill
pmwl0128/pokemon_champion_agent · .agents/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 · .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 ncp-damage-calculator

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

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