fleet-manager

Classify tmux agent panes and present a triage digest.

330|47|Updated Aug 30, 2020
One-click install
npx skills add https://github.com/harperreed/dotfiles --skill fleet-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-manager
Source: https://github.com/harperreed/dotfiles/tree/main/.claude/skills-archive/fleet-manager
Command: npx skills add https://github.com/harperreed/dotfiles --skill fleet-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the guesswork of what your AI agents are doing in tmux, so you can quickly spot what needs attention and nudge agents back on track.

Core Features & Use Cases

  • Fleet status overview: A classified digest of pane states.
  • Actionable triage: Focus on needs-input and stuck agents.
  • Directed intervention: Respond, redirect, assign work, or stop panes based on human decisions.

Quick Start

Ask for a fleet check by saying: "check on my agents" to get a concise status digest of all claude-code panes and which ones need your input.

Frequently Asked Questions about fleet-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor multiple AI coding agents running in tmux?

You can monitor multiple AI coding agents in tmux by using a fleet manager to check pane states and read recent conversations, producing a human-readable digest for quick triage of all active panes.

What is the best way to triage stuck or idle AI agents in tmux panes?

Triage of stuck or idle AI agents in tmux panes is done by classifying pane states from recent conversations, allowing you to redirect stuck agents, answer questions, or stop idle panes based on the digest.

Do I need a control daemon running to manage my tmux agent fleet?

Yes, you need the control daemon running and control MCP tools registered before managing your tmux agent fleet, as the system relies on list_panes and get_pane_conversation tools to classify panes.

How do I intervene when an AI agent needs input in a tmux pane?

You can intervene when an AI agent needs input by reviewing the fleet status digest, then using send_to_pane to respond to questions or assign work, and stop_pane to halt finished or idle agents.

Can I get a status overview of all claude-code panes at once?

Yes, you can get a status overview of all claude-code panes at once by requesting a fleet check, which provides a concise classified digest showing which agents need your attention.

Why are my tmux agents not showing up in the fleet status digest?

Tmux agents may not appear in the fleet status digest if the control MCP tools are not registered or the control daemon is not running, as these are required to list and classify panes.