agent-manager-skill

Manage local CLI agents via tmux sessions with cron-based scheduling.

10|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Claude-Code-Community-Ireland/claude-code-resources --skill agent-manager-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/Claude-Code-Community-Ireland/claude-code-resources/tree/main/skills/general/agent-manager-skill
Command: npx skills add https://github.com/Claude-Code-Community-Ireland/claude-code-resources --skill agent-manager-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of multiple local command-line interface (CLI) agents by leveraging tmux sessions, simplifying their operation and monitoring.

Core Features & Use Cases

  • Agent Lifecycle Management: Start, stop, and monitor individual CLI agents.
  • Task Assignment: Assign tasks to specific agents and track their output.
  • Scheduling: Supports cron-friendly scheduling for recurring agent tasks.
  • Use Case: You have several specialized AI agents running locally for different development tasks. Use this skill to ensure they are all running, assign a new bug-fixing task to one, and monitor its progress without manually switching terminals.

Quick Start

Use the agent-manager-skill to start the agent named EMP_0001.

Frequently Asked Questions about agent-manager-skill

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

FAQPage Schema
How do I manage multiple local CLI agents running in separate terminals?

You can manage multiple local CLI agents by leveraging tmux sessions to start, stop, and monitor each agent from a single interface. This eliminates the need to manually switch between terminal windows to track their progress.

What is the best way to assign tasks to background AI agents and track their output?

Assigning tasks to background AI agents is handled through a centralized CLI manager that routes specific tasks to designated agents. It tracks their output and monitors progress continuously using tmux sessions.

Do I need tmux and python3 to run scheduled tasks for local agents?

Yes, tmux and python3 are required dependencies for execution. The scheduling functionality relies on python3 to manage cron-based recurring tasks, while tmux handles the persistent background sessions.

Can I automate recurring agent tasks using cron-based scheduling?

Cron-based scheduling is supported to automate recurring agent tasks. This allows you to set up continuous operation for distributed agent workloads, ensuring specialized AI processes run automatically at specified intervals.

How does tmux session monitoring work for orchestrating distributed agent workloads?

Tmux session monitoring works by keeping distributed agent workloads running in persistent background sessions. It enables you to view real-time output and ensure continuous operation of your CLI agents without manual terminal management.

Why use a local agent manager instead of manually switching terminals for development agents?

Using a local agent manager streamlines the operation of multiple specialized development agents by providing centralized lifecycle management. It prevents the friction of manual terminal switching and ensures continuous background operation.