
Pokemon Toolkit
- Updated April 13, 2026
- tommytang0122/kanjo-pm-toolkit
pokemon-toolkit is a Claude Code skill in the AI & Agent Building category. AI-powered Pokemon battle tools
Key points
- pokemon-toolkit
- AI & Agent Building
- AI-coding skill
Pokemon Toolkit by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add tommytang0122/kanjo-pm-toolkit/plugin install pokemon-toolkit@kanjo-pm-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 13, 2026 |
|---|---|
| Repository | tommytang0122/kanjo-pm-toolkit ↗ |
What it does
AI-powered Pokemon battle tools
README.md
Pokemon Toolkit
AI-powered Pokemon battle tools for Claude Code.
Skills
pm-dmg-calculator
Pokemon damage calculator for Level 50 battles. Calculates damage range given Attack, Power, and Defense values.
Usage: /pm-dmg-calculator or mention damage calculation in conversation.
Input:
| Parameter | Description | Example |
|---|---|---|
| Attack | Attacker's Attack or Sp.Atk stat | 182 |
| Power | Move power after all modifiers | 202.5 |
| Defense | Defender's Defense or Sp.Def stat | 150 |
Note: You are responsible for pre-calculating all modifiers (STAB, weather, items, abilities) into the Power value.
Example output:
Attack: 182 | Power: 202.5 | Defense: 150
Base damage: 110.16
Damage range: 93 ~ 110 (x0.85 ~ x1.00)
pm-pokedex-update
Update the local Pokedex database by fetching all Pokemon data from PokeAPI.
Usage: /pm-pokedex-update
What it does:
- Fetches all ~1025 Pokemon species from PokeAPI (including Mega, regional forms)
- Writes
data/index.md— compact index for search/filter - Writes
data/pokemon/{id}.md— full details per Pokemon
Requirements: Python 3, requests, tqdm (optional)
Note: First run makes ~3000-5000 API requests and takes several minutes.
Roadmap
- pm-dmg-planner: Battle damage scenario planner (Lv.50 Doubles)
- pm-team-builder: Team composition analysis and suggestions