Lugia123

Polter — Development skill for Claude Code

Development community

One Claude Code session supervises the agents in your other terminal tabs: which is stuck, which is done, which is still running.

How to install Polter

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

What Polter does

One Claude Code session supervises the agents in your other terminal tabs: which is stuck, which is done, which is still running. A fork of Ghostty.

Alternatives in Development

  • Cavemem — Frozen — cross-agent persistent memory for coding assistants 674 ★
  • Zoetrope — Watch a Claude Code session as a live flow graph, in your terminal or your browser 584 ★
  • Maestro Fork — Create or sync session worktree for parallel dev 530 ★

README


Polter

Put one Claude Code session in charge of the others.
It reads the text on their screens, types into them, opens new tabs, and minds them while you're asleep.
Polter itself has no account and no API key, and makes no network calls of its own.

Download · Quick start · Settings · FAQ · 中文

A group chat with several worker terminals, showing a supervisor handing out numbered tasks The statistics view: which tasks are waiting and how long each terminal has been still


What it does

Several Claude Code and Codex windows at once are hard to coordinate, sub-agents stop partway through a long run, and an overnight job tends to knock off after two hours. Polter lets you mark one tab as the **supervisor**. It's an ordinary Claude Code session, with these added:

  • Read the text on any tab's screen (text, not screenshots)
  • Type into any tab
  • Open new tabs and start agents in them
  • Make a group chat, hand out tasks, take reports; the panel survives a restart
  • Get told how long any tab has been still

A worker is not a sub-agent. It's an independent session in its own terminal, and what it did lands on disk line by line — you can `grep` it in the morning.

Download

[**Latest release**](https://github.com/Lugia123/polter/releases/latest)

macOS 13+ Polter-*-macos-universal.zip, Apple Silicon and Intel in one bundle
Windows 10+ Polter-*-windows-x64.zip, 63 of the core's 72 actions implemented (2026-09)
Linux No binary. Build from source.

The **mac