agent-manager-skill

Manage multiple local CLI agents through tmux sessions with cron scheduling.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill agent-manager-skill-andyanh174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/AndyAnh174/BanThuoc-SEO/tree/main/.agent/skills/agent-manager-skill
Command: npx skills add https://github.com/AndyAnh174/BanThuoc-SEO --skill agent-manager-skill-andyanh174

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

Core Features & Use Cases

  • Parallel Agent Execution: Run multiple agents concurrently in isolated tmux sessions.
  • Agent Lifecycle Management: Start, stop, and monitor individual agents and their logs.
  • Task Assignment & Scheduling: Assign tasks to specific agents and schedule recurring work using cron-like functionality.
  • Use Case: Deploy and manage a fleet of data scraping agents, each running in its own tmux session, to collect information from various sources simultaneously.

Quick Start

Use the agent-manager-skill to start a new 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 for parallel execution?

Manage multiple local CLI agents for parallel execution by running each agent in an isolated tmux session. This allows concurrent task processing, individual log monitoring, and direct task assignment without terminal conflicts.

Can I schedule recurring tasks for CLI agents using tmux?

Yes, you can schedule recurring tasks for CLI agents using cron-friendly scheduling. This functionality integrates with tmux sessions to automate task assignment and execute repetitive jobs at defined intervals.

What do I need to run tmux sessions for local agent management?

To run tmux sessions for local agent management, you need tmux and Python 3 installed on your system. These dependencies provide the environment necessary to start, stop, and monitor isolated command-line agents.

What is the best way to monitor logs for multiple agents running in parallel?

The best way to monitor logs for multiple agents running in parallel is by leveraging tmux sessions. This approach isolates each agent's output, allowing you to track individual execution logs and manage the lifecycle of every agent concurrently.

How do I assign specific tasks to individual CLI agents?

Assign specific tasks to individual CLI agents by directing commands to their respective tmux sessions. This ensures tasks are distributed across your agent fleet, enabling parallel execution and isolated monitoring for each job.