Agent Manager

Agent Manager

Manage local CLI AI agents via tmux — start, stop, monitor, assign tasks, and schedule with cron.

Claude / Claude Code
GitHub Copilot
Cursor
VS Code
OpenAI Codex
DevOpsDeveloperDevOps Engineer

What it does

Running multiple Claude Code instances requires knowing how to manage persistent sessions in tmux, assign tasks without losing track of which agent is doing what, monitor progress without constantly switching panes, and schedule work with cron. Without this skill, multi-agent coordination is manual and fragile. This skill loads the complete workflow for managing local CLI agents via tmux: session naming conventions, task assignment patterns, progress monitoring commands, and cron integration for scheduled work.

Use case

Running multiple Claude Code agents in parallel on a machine — parallelising a long task across multiple instances, running background research while doing foreground development, or scheduling autonomous work to run on a timer. Made by fractalmind-ai.

The Prompt

Copy and use immediately
"Start three agents working on different parts of this refactor in parallel."
"Show me the status of all running agents and what each is doing."
"Assign this research task to a background agent while I continue with the main task."
"Set up a cron job that runs a Claude agent every night to update the documentation."
"One of my agents is stuck — help me diagnose and reassign its task."

How to use

  1. 1

    Make sure tmux is installed. Claude manages all session creation and naming.

  2. 2

    Describe the tasks you want to parallelise. Claude splits them into appropriate agent assignments.

  3. 3

    For monitoring: Claude generates the tmux commands to check each agent's progress without switching focus.

Input / Output

Input

A task or set of tasks to distribute across multiple agents, and any scheduling or monitoring requirements.

Output

A multi-agent setup: named tmux sessions, task assignments per agent, monitoring commands, and optionally cron entries for scheduled work.

Added 15 Mar 2026Submitted by fractalmind-ai👁 45📋 0

Details

Platforms
Claude / Claude CodeGitHub CopilotCursorVS CodeOpenAI Codex
Category
DevOps
License
apache-2.0

Stats

📋 Copies0
👁 Views45
👍 Upvotes0

Install with skills.sh

npx skillsadd fractalmind-ai/skills/agent-manager

Requires skills.sh CLI

Community Notes

Sign in with GitHub to leave a note.

No notes yet. Be the first to contribute.