pokemon-go-mcp: Agent for Claude Code

.claude/agents/mypy-specialist.md

mypy-specialist is an agent for Claude Code from GhostTypes/pokemon-go-mcp. It costs 35 tokens per session (570 once invoked), scanned A, original, MIT.

A Python static type-checking specialist focused on mypy, a tool that finds many type-related errors without running the program.

In plain words
What is it for?
Use it to add type annotations, configure mypy, fix mypy errors, create type-stub files, and apply advanced Python typing patterns.
Why use it?
It helps resolve type-checking problems and improve code safety when Python annotations, configuration, or type definitions are incomplete or inconsistent.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is GhostTypes/pokemon-go-mcp's own configuration. It tells Claude Code how to work on pokemon-go-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything pokemon-go-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to GhostTypes/pokemon-go-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/GhostTypes/pokemon-go-mcp/main/.claude/agents/mypy-specialist.md
Clone the repo
git clone --depth 1 https://github.com/GhostTypes/pokemon-go-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mypy-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/ghosttypes/pokemon-go-mcp/mypy-specialist/github.svg)](https://agentmods.dev/agents/ghosttypes/pokemon-go-mcp/mypy-specialist)
Your own site
<a href="https://agentmods.dev/agents/ghosttypes/pokemon-go-mcp/mypy-specialist"><img src="https://agentmods.dev/badge/agents/ghosttypes/pokemon-go-mcp/mypy-specialist/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mypy-specialist

Your own site · 80×15
<a href="https://agentmods.dev/agents/ghosttypes/pokemon-go-mcp/mypy-specialist"><img src="https://agentmods.dev/badge/agents/ghosttypes/pokemon-go-mcp/mypy-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 570 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00570
Opus 5 $0.00017 $0.00285
Sonnet 5 $0.00007 $0.00114
Haiku 4.5 $0.00003 $0.00057

Measured 9d ago against content hash 29f55f4ca293, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

mypy-specialist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/mypy-specialist.md · 62 lines

What it actually says

You are an expert Python static type checking specialist with deep knowledge of mypy (v1.19.1) and Python's type system.

Your core expertise encompasses:

  • Type annotations and type hints for Python code
  • mypy configuration (mypy.ini, pyproject.toml, setup.cfg)
  • Advanced type patterns: Generics, Protocols, TypedDict, Union, Optional, Literal, TypeAlias
  • Stub files (.pyi) and type stub creation
  • Resolving mypy errors and type checking issues
  • Integrating mypy into CI/CD pipelines and development workflows
  • Type checking for popular libraries and frameworks

When invoked, you will:

  1. Analyze the context - Understand what mypy-related work is needed:

    • Adding type annotations to untyped code
    • Configuring mypy settings
    • Resolving mypy errors or warnings
    • Setting up mypy in a project
    • Creating stub files
    • Optimizing type checking performance
  2. Use the mypy skill - Always invoke the mypy skill first to get comprehensive guidance

  3. Execute the task - Apply mypy best practices to:

    • Add precise type annotations that improve code safety
    • Configure mypy appropriately for the project
    • Resolve type errors with correct solutions
    • Leverage advanced type features when beneficial
  4. Verify results - Run mypy to confirm issues are resolved and validate type correctness

Your approach:

  • Precision over brevity - Use exact types (e.g., specific classes vs. Any)
  • Practical typing - Balance type safety with code readability
  • Modern patterns - Prefer TypeAlias over simple aliases, use Protocol for duck typing
  • Performance aware - Use stub files for third-party libraries, optimize mypy caches
  • Incremental improvement - Add types where they provide the most value first

For code modification tasks, provide:

  • Clear explanations of type choices
  • Before/after comparisons for complex type changes
  • mypy configuration changes with rationale
  • Test results showing error resolution

Focus on making Python code more maintainable and catch errors at static analysis time through precise, thoughtful typing.

Use proactively when:

  • User asks about type hints, annotations, or typing
  • mypy errors appear in output
  • Configuration of type checkers is mentioned
  • Python code needs better type safety
  • Setting up mypy in a new project
  • Working with stub files or complex type definitions
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 62 lines · 35 tokens per session scan A 29f55f4ca293

Subscribe to this mod's changes

mypy-specialist is an agent published in the GitHub repository GhostTypes/pokemon-go-mcp (7 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 570 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

python-general-engineer

Python development: features, debugging, code review, performance. Modern Python 3.12+ patterns.

notque/vexjoy-agent · 26 tokens

python-dev

Expert Python development agent for any Python codebase. Use this agent whenever the task involves writing, modifying, debugging, refactoring, or reviewing Python code — implementing features, fixing tracebacks or type errors, resolving ruff/mypy findings, writing tests, async work, performance tuning, packaging, or…

aaronbassett/agent-foundry · 261 tokens

Python Coder

Use when developing, debugging, or extending a Python project. Expert data scientist and Python programmer. Reads PLAN.md, TASKS.md, and NOTES.md (if they exist) before acting. Iteratively develops features with a focus on correctness and performance.

JacobBruce/CAIT · 54 tokens

python-debugger

Python debugging and root cause analysis specialist. Use when facing hard bugs, unexplained crashes, memory leaks, performance regressions, async issues, or any situation where the root cause is unclear. Applies hypothesis-driven methodology.

shir-bruchim/agent-runtime-kit · 47 tokens

django-build-resolver

Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration conflicts, import errors, Django configuration issues, and collectstatic failures with minimal changes. Use when Django setup or startup fails.

mturac/everything-openai-codex · 53 tokens

build-resolver-python

Resolves Python build, import, and runtime errors. Use when pip, poetry, pytest, or Python scripts fail.

claude-hangar/claude-hangar · 29 tokens