fleet-worker

Dispatch tasks to isolated tmux workers via a local HTTP API.

2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-worker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-worker
Source: https://github.com/supportersimulator/multi-fleet/tree/main/skills/fleet-worker
Command: npx skills add https://github.com/supportersimulator/multi-fleet --skill fleet-worker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a fleet task arrives, it can disrupt your interactive coding session by spawning foreground processes. Fleet-worker runs tasks in detached tmux sessions, so your typing and IDE stay responsive.

Core Features & Use Cases

  • Isolated tmux sessions per task to avoid interrupting the active session.
  • Optional git worktree isolation to prevent file conflicts.
  • Simple logs and live debugging via attached or captured worker output.

Quick Start

Install and configure the fleet-worker skill, then dispatch a task to a tmux worker via the local HTTP API.

Frequently Asked Questions about fleet-worker

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

FAQPage Schema
How do I run background tasks in tmux without interrupting my active coding session?

Run background tasks in tmux workers by dispatching them to detached sessions. This isolates fleet tasks into separate background processes, keeping your interactive IDE responsive while execution and logging occur independently.

What is the best way to isolate fleet tasks to prevent file conflicts during execution?

Isolate fleet tasks using optional git worktree context to prevent file conflicts during execution. This pairs detached tmux sessions with separate working directories, ensuring concurrent background workers do not overwrite shared files.

How do I dispatch a task to a tmux worker pool using a local API?

Dispatch a task to a tmux worker pool by sending it through the local HTTP API. The fleet-worker skill then coordinates the background execution, creating an isolated tmux session for that specific task.

Can I view live logs and debug background workers without stopping the task?

Yes, you can view live logs and debug background workers without stopping the task. The skill provides simple logs and allows live debugging via attached or captured worker output directly from the isolated tmux sessions.

Do I need tmux installed to run fleet tasks in isolated worker sessions?

Yes, you need tmux installed to run fleet tasks in isolated worker sessions. The skill relies on tmux to create detached background sessions that handle task execution without disrupting your active terminal.