Pokedex banner
josheche josheche

Pokedex

Development community

Description

--- name: pokedex description: Browse your Pokedex of all Pokemon you've encountered and trained --- Read the file at ~/.statusmon/pokedex.json to get the user's complete Pokedex history. Also read ~/.statusmon/trainer.json for their current companion. Render a formatted Pokedex showing: 1. **Current companion** at the top — name, level, type, XP progress 2. **Past Pokemon** as a numbered list, each showing: - Original species → final species reached (if evolved) - Type emoji + types

Installation

Installs to ~/.claude/skills/josheche-statusmon-pokedex/SKILL.md

Terminal
mkdir -p ~/.claude/skills/josheche-statusmon-pokedex && curl -fsSL https://raw.githubusercontent.com/josheche/statusmon/HEAD/commands/pokedex.md -o ~/.claude/skills/josheche-statusmon-pokedex/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository