From statusmon
Displays your Pokedex: current companion (name, level, type, XP progress) and numbered list of past Pokemon (evolution, types, max level, date range, sessions trained) with total count.
How this command is triggered — by the user, by Claude, or both
Slash command
/statusmon:pokedexThe summary Claude sees in its command listing — used to decide when to auto-load this command
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 - Max level achieved - Date range (encountered → released) - Sessions trained Use type emojis: 🔥 fire, 💧 water, 🌿 grass, ⚡ electric, ❄️ ice, 🥊 fighting, ☠️ poison, 🌍 ground, 🪽 flying, �...
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:
Use type emojis: 🔥 fire, 💧 water, 🌿 grass, ⚡ electric, ❄️ ice, 🥊 fighting, ☠️ poison, 🌍 ground, 🪽 flying, 🔮 psychic, 🐛 bug, 🪨 rock, 👻 ghost, 🐉 dragon, 🌑 dark, ⚙️ steel, 🧚 fairy, ⬜ normal
Keep it concise — one line per past Pokemon. Show total count at the bottom.
npx claudepluginhub josheche/statusmon