AgentPanel banner
GrillerGeek GrillerGeek

AgentPanel

AI community

Description

Run multiple AI coding agents in parallel — each in its own git worktree with its own terminal. A cross-platform desktop command center built with Tauri, Rust, and React.

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

AgentPanel

Screenshot 2026-07-23 at 9 39 23 PM

A cross-platform (**Windows**, **macOS**, and **Linux**) command center for running multiple AI coding agents in parallel — each isolated in its own **git worktree**, each with its own terminal. Built on Tauri (Rust) + React + xterm.js.

Features

  • Repositories & worktrees — add any folder/git repo; create, list, and remove git worktrees from the sidebar (an isolated branch per agent).
  • Parallel terminal tabs — a real PTY shell per pane (ConPTY on Windows), all running at once; tabs survive switching, and you can split a tab into two side-by-side terminals.
  • Scrollback that survives a restart — restored tabs come back with their text, not empty. Capped at 256 KB per terminal, stored locally, and switchable off in Settings.
  • Bring your own agent — run any CLI (claude, codex, …); one-click quick-launch buttons.
  • Live git status — branch, dirty-file count, and ahead/behind vs upstream per worktree, updated instantly via a file watcher.
  • Diff review — read every file an agent changed in a worktree (committed and uncommitted), drop comments on any line, and send them all back to the agent as one prompt.
  • GitHub PR/CI — per-worktree PR number + CI state via the gh CLI (click to open).
  • Open in editor — one-click tab bar button to open the active worktree in your editor; configurable command (code, cursor, code-insiders, …) via Settings.
  • Quick open (Ctrl+P, active worktree), command palette (Ctrl+Shift+P), keyboard shortcuts (Ctrl+T/W/Tab/1–9), session restore, and 12 themes (Tokyo Night, Catppuccin, Dracula, Nord, Solarized, …).

Runtime requirements

  • Windows 10 1809+ / Windows 11, macOS 11+ (Apple Silicon or Intel), or Linux (x86_64, glibc 2.35+ — Ubuntu 22.04, Debian 12, Fedora 36 a