Pokegents banner
tRidha tRidha

Pokegents

Communication community

Description

Pokegents is a local, Pokémon-inspired dashboard that turns Claude Code and Codex sessions into a local team dashboard, where agents have persistent names, roles, chat history, status, messaging, and

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Pokegents

Pokegents is a local, Pokémon-inspired dashboard that turns Claude Code and Codex sessions into a local team dashboard, where agents have persistent names, roles, chat history, status, messaging, and reusable context.

![Pokegents dashboard with agent cards, town map, and chat panel](docs/images/dashboard.png)

What Pokegents offers

Pokegents is built around one core workflow: **make it easy to manage many agent sessions without losing track of who is doing what.**

  • Multi-session dashboard — see active agents, status, recent output, files/commands, and conversation history in one place.
  • Projects + roles — define reusable workspaces and reusable agent personas, then launch agents into combinations like reviewer@backend or implementer@client.
  • Claude + Codex support — launch agents through Claude-backed or Codex-backed ACP runtimes, with configurable model choices per backend. Bring your own API keys and endpoints.
  • Agent-to-agent communication — agents can message each other through an MCP messaging server instead of relying on copy/paste coordination.
  • Session history and resume — browse, search, and resume any previous session from the PC Box.
  • Notifications — get notified when an agent finishes, needs input, or changes state.
  • Two interfaces — browser-based chat (default) with full streaming, or terminal-backed Claude Code in iTerm2 with tab colors and focus management. Switch between them on any running agent.

![Pokegents dashboard alongside an iTerm2 terminal session](docs/images/dashboard-iterm2.png)

Install

Requirements:

  • macOS or Linux
  • python3
  • At least one authenticated agent CLI/provider:
  • For source builds: Go 1.22+, Node.js 18+, and npm
  • Optional: iTerm2 on macOS for terminal-backed Claude Code sessions

Install from s