tsilva

Agentpong โ€” AI skill for Claude Code

AI community

๐ŸŽ›๏ธ Supervise multiple AI coding agents in parallel โ€” organized workspaces, instant switching, desktop notifications ๐Ÿ“.

How to install Agentpong

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

What Agentpong does

๐ŸŽ›๏ธ Supervise multiple AI coding agents in parallel โ€” organized workspaces, instant switching, desktop notifications ๐Ÿ“.

Alternatives in AI

  • Claude Squad โ€” by smtg-ai - Claude Squad is a terminal app that manages multiple Claude Code, Codex (and other local agents i 6.5k โ˜…
  • Orkas โ€” Open-source multi-agent AI desktop client โ€” build and command your AI agent team through conversation 1.5k โ˜…
  • Pro Workflow โ€” 1,400+ Battle-tested Claude Code workflows from power users 1.4k โ˜…

README

agentpong

agentpong

**๐ŸŽ›๏ธ Supervise multiple AI coding agents in parallel โ€” organized workspaces, instant switching, desktop notifications ๐Ÿ“**

agentpong is a macOS workspace for supervising several AI coding agents at once. It uses AeroSpace to keep Cursor project windows in numbered workspaces, then sends desktop notifications when Claude Code, Codex CLI, or OpenCode finishes or needs attention.

Click a notification, or press `alt+n`, to jump back to the correct project window across workspaces.

Install

curl -fsSL https://raw.githubusercontent.com/tsilva/agentpong/main/install.sh | bash

After installation, grant macOS Accessibility permissions when prompted, open the Cursor windows you want to supervise, then press `alt+s` to sort them into workspaces.

For a local install:

git clone https://github.com/tsilva/agentpong.git
cd agentpong
./install.sh

Commands

./install.sh --dry-run       # preview install changes
./install.sh --wizard        # run interactive configuration
./install.sh --health-check  # verify installed scripts and dependencies
./install.sh --force         # reinstall even if files are up to date
./uninstall.sh               # remove agentpong scripts and hooks

Usage

alt+1..9          # switch to workspace 1-9
alt+shift+1..9    # move current window to workspace 1-9
alt+s             # organize Cursor windows into workspaces 2-9
alt+n             # focus the next pending agent notification
alt+p             # open the Alfred project switcher, when Alfred is installed
alt+f             # toggle fullscreen
alt+left/right    # move to previous or next workspace

Codex CLI needs this notify hook in `~/.codex/config.toml`:

notify = ["python3", "~/.codex/agentpong.py"]

Notes

  • macOS and Homebrew are expected. AeroSpace is required for works