Skip to content

rotprods/poke-agents

Repository files navigation

Poke Agents

A VS Code extension that turns your Claude Code agents into animated Pokémon characters living in a pixel art office.

Each Claude Code terminal spawns a character that walks around, sits at desks, and battles through your codebase — with HP, XP, level-ups, and a full Pokémon HUD layer on top.

Install it free from the VS Code Marketplace.

Poke Agents screenshot


Features

  • One agent, one Pokémon — every Claude Code terminal gets its own animated Pokémon character
  • Live activity tracking — characters animate based on what the agent is actually doing (writing, reading, running commands)
  • HP / XP system — agents gain XP for completed tasks and lose HP on errors
  • Level-up overlays — celebratory animation when your agent levels up
  • Battle flash — red flash effect when errors are detected
  • Dialog boxes — Pokémon-style speech bubbles for agent messages
  • PokeHUD — persistent heads-up display showing stats for each active agent
  • Pokédex panel — browse all agents and their current stats
  • Office layout editor — design your space with floors, walls, and furniture
  • Sub-agent visualization — Task tool sub-agents spawn as separate characters linked to their parent
  • Sound notifications — optional chime when an agent finishes its turn
  • Persistent layouts — your office design is saved and shared across VS Code windows

Poke Agents characters


Requirements

Installation

  1. Open VS Code
  2. Search for Poke Agents in the Extensions marketplace
  3. Click Install
  4. Open a project with Claude Code and run any agent

How It Works

Poke Agents reads the JSONL transcript files that Claude Code generates in real time. Each new tool call, error, or completed turn is translated into a game event:

Agent action Game event
Writing code Character animates at desk
Reading files Character animates reading
Running commands Character runs across room
Error detected Battle flash + HP loss
Task completed XP gain, possible level-up
Waiting for input Speech bubble appears

Tileset Credits

Pixel art assets by Donarg:

  • Asset Pack — base character tileset
  • Office Tileset — desks, chairs, walls, floors
  • House & Resto Tileset — additional environment tiles

Original extension concept by pablodelucca/pixel-agents (MIT License).

License

MIT — free to use, fork, and modify.

Contributing

PRs welcome. See CONTRIBUTORS.md for guidelines.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors