Using Claude to Build a Structured Pokémon Search Engine from Unstructured Pokedex Text

Project Overview
A developer built two Pokémon websites for the franchise's 30th anniversary using Claude: a size comparison app and a structured search engine for Pokedex text. The search engine addresses the challenge of Pokémon flavor text lacking a fixed schema—entries are recycled, incomplete, and inconsistent, making simple queries like "Which Pokémon live near glaciers and have fur?" nearly impossible.
Data Processing with Claude
The developer created dozens of single-use scripts by giving plain-English instructions to Claude:
- Deduplicate recycled text using fuzzy logic
- Categorize and merge phrases into structured attributes
- Create interactive, multi-dimensional filters for exploration
Over 500,000 words were analyzed by phrases to identify 100+ subject themes. Every phrase was classified into structured categories, transforming messy, unstructured text into fully searchable and filterable data.
Taxonomy Design
In addition to standard in-game attributes (height, type, moves, abilities, shape, region), the developer designed a hierarchical taxonomy mapping every Pokedex phrase:
- Body: traits, coverings, senses, size
- Powers & Abilities: elements, movement, attack/defense, psychic
- Nature & Habitat: land, water, sky, weather, ecology
- Behavior: social, temperament, communication, reproduction
- Culture & Stats: mythology, symbolism, human use, comparisons
UI and Implementation Details
Claude helped design the UI to let users filter, search, and explore across 8 dimensions without cognitive overload. The size comparison app was a simple image scaler using raw 3D model values that Claude reverse-engineered to understand pixel-to-meter conversions.
The developer notes that manual data review is still needed, and the UI has some clunky elements: users must manually open the hamburger menu and load moves and "classification" tags to access Pokedex lore text.
Future Improvements
Planned enhancements include adding ontology relationships so the search engine can understand related terms and synonyms from a dictionary.
Project links: https://daviddot.com/oak (search engine) and https://daviddot.com/size (size comparison).
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Skill File Applies Negotiation Theory to Email Composition
A developer created a SKILL.md file for Claude that injects negotiation frameworks like BATNA, anchoring, and reciprocity into email writing. The skill generates 2-3 variant emails with tradeoff analysis instead of a single generic response.

Rebuilding an Automated Video Production Pipeline with OpenClaw
A developer rebuilt an automated video production pipeline using OpenClaw, yt-dlp, ffmpeg, and ElevenLabs. The new version analyzes scripts to find relevant footage, syncs clips to voiceover timing, and caps clip length to prevent visible looping.

Developer shares SALT system prompt approach for more collaborative AI interactions
A developer with 80+ Claude sessions found treating the AI as a participant rather than a tool improved output quality. The resulting SALT system prompt framework is available on GitHub.

Running OpenClaw AI Tools on Low-End Laptop Without GPU
A user successfully ran OpenClaw AI tools on a basic laptop without a dedicated GPU, sharing their setup process in a YouTube tutorial.