agent-manager-skill

Manage CLI agents via tmux sessions with parallel execution and cron scheduling.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/EanLee/article-write --skill agent-manager-skill-eanlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/EanLee/article-write/tree/main/.github/skills/agent-manager-skill
Command: npx skills add https://github.com/EanLee/article-write --skill agent-manager-skill-eanlee

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, enabling parallel execution, monitoring, and scheduled task assignment.

Core Features & Use Cases

  • Parallel Agent Execution: Run multiple CLI agents concurrently in separate tmux sessions.
  • Lifecycle Management: Start, stop, and monitor individual agents, including real-time log tailing.
  • Task Assignment & Monitoring: Assign tasks to specific agents and track their output.
  • Scheduled Operations: Utilize cron-like scheduling for recurring agent tasks.
  • Use Case: Deploy and manage a fleet of data scraping agents, ensuring they run efficiently, can be restarted if they fail, and execute their scraping jobs at predefined intervals.

Quick Start

Start the agent EMP_0001 using the agent manager skill.

Frequently Asked Questions about agent-manager-skill

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

FAQPage Schema
How do I run multiple CLI agents in parallel using tmux?

You can run multiple CLI agents in parallel by managing them through separate tmux sessions, which enables concurrent execution, real-time log tailing, and independent lifecycle management for each agent.

Can I schedule recurring tasks for local CLI agents with cron?

Yes, you can schedule recurring tasks for local CLI agents using cron-like scheduling, enabling automated execution of agent work at predefined intervals without manual intervention.

Do I need python3 and tmux installed to manage CLI agents?

Yes, both tmux and python3 are required dependencies for operation, providing the session multiplexing environment and execution runtime needed to manage local CLI agents.

What is the best way to monitor logs for multiple concurrent CLI agents?

The best way to monitor logs for multiple CLI agents is by running them in separate tmux sessions, which supports real-time log tailing and individual lifecycle tracking for each agent.

How do I assign a specific task to a running CLI agent?

You can assign tasks to specific running agents through the agent manager, which routes the work to the targeted tmux session and allows you to track its output and execution status.