# Type Chart

> This skill should be used when the user asks about Pokemon GO type matchups, weaknesses, resistances, or effectiveness (e.g. "what beats dark/steel", "type chart for fire", "is water good against ground").

- Skill: `1shooperman/type-chart` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add 1shooperman/type-chart`
- Raw SKILL.md: https://api.skillmd.com/api/skills/1shooperman/type-chart/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 1shooperman (https://skillmd.com/u/1shooperman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/1shooperman/type-chart

---


## Arguments

The user invoked this with: $ARGUMENTS

Parse `type1` and optional `type2` from `$ARGUMENTS`. If no arguments are provided, ask the user to specify one or two type names.

## Cache file

If `~/.cache/pokemon-gbl/type_chart.json` does not exist, invoke the `agent-build-cache` agent to build it before proceeding.

## Instructions

Run a local lookup against the GO-specific type chart (multipliers: 1.6x / 0.625x / 0.39x). Returns defender matchups (combined for dual types) and attacker matchups for each type. No external calls needed.

```bash
python3 $CLAUDE_PLUGIN_ROOT/skills/type-chart/scripts/query_types.py [type1] [type2]
```

## Data

`~/.cache/pokemon-gbl/type_chart.json` — rebuilt by `agent-build-cache` when missing; no expiration.

