| name | pokemon-knowledge |
| description | Provides comprehensive knowledge about Generation 1 Pokémon (Kanto, #1-151), including Pokémon data, types, moves, evolution methods, battle mechanics, and game-specific information. Use this skill when users ask about Pokémon facts, battle advice, type matchups, evolution, moves, or Gen 1 game content. |
Pokémon Knowledge Skill
This skill provides comprehensive information about Generation 1 Pokémon (Kanto region, Pokédex #1-151) and related game mechanics.
When to Use This Skill
Use this skill when users ask questions about:
- Individual Pokémon (stats, types, abilities, locations)
- Type matchups and effectiveness
- Move details and learning methods
- Evolution methods and requirements
- Battle mechanics and strategy
- Gen 1 game content (Red/Blue/Yellow)
- Gym leaders and Elite Four
How to Use This Skill
Querying Pokémon Data
Reference the bundled Pokemon catalog to answer questions about specific Pokémon:
- Name, Pokédex number, types
- Base stats (HP, Attack, Defense, Sp. Attack, Sp. Defense, Speed)
- Height, weight
- Evolution chain and methods
- Wild locations in Gen 1 games
Type Information
Use the type chart reference for:
- Type effectiveness (2x, 0.5x, 0x damage multipliers)
- Dual-type defensive calculations
- STAB (Same Type Attack Bonus) mechanics
Move Information
Reference the moves database to answer:
- Move power, accuracy, PP
- Move category (Physical/Special/Status)
- Which Pokémon can learn each move
- Move effects and mechanics
Evolution Questions
Use the evolution reference to explain:
- Level-up evolution requirements
- Stone evolution (which stones, which Pokémon)
- Trade evolution requirements
Answer Structure
When providing answers:
- Lead with the direct answer
- Include relevant details (stats, type, location)
- Mention generation/version context when applicable
- Indicate confidence level for ambiguous queries
Confidence Guidelines
- High confidence: Pokémon facts, type matchups, move data from references
- Medium confidence: Battle strategy advice, team building tips
- Low confidence: Questions outside Gen 1 scope - note this limitation
Related Context
This project contains a Pokémon game implementation in src/data/pokemon.ts with:
- Type colors (
TYPE_COLORS)
- Type effectiveness chart (
TYPE_EFFECTIVENESS)
- Move definitions (
MOVES)
- Area encounter data (
AREAS)
- Pokémon species data
Use these resources to complement the skill's knowledge base.