agent-manager

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

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lamtuanvu/agentskills --skill agent-manager-lamtuanvu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager
Source: https://github.com/lamtuanvu/agentskills/tree/main/skills/agent-manager
Command: npx skills add https://github.com/lamtuanvu/agentskills --skill agent-manager-lamtuanvu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manage multiple local CLI agents via tmux sessions to streamline parallel automation workflows, including starting, stopping, monitoring, and assigning tasks with cron-friendly scheduling.

Core Features & Use Cases

  • Run multiple agents in parallel using separate tmux sessions
  • Start, stop, and tail logs for agents
  • Assign tasks to agents and monitor output
  • Schedule recurring work via cron
  • Agents are configured under an agents/ directory (see repository examples)

Quick Start

Clone the agent-manager-skill repository and run the main workflow to start, monitor, or assign tasks to agents.

Frequently Asked Questions about agent-manager

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?

Run multiple CLI agents in parallel by orchestrating each within separate tmux sessions, allowing concurrent automation workflows. This approach manages local agents by starting, stopping, and monitoring them individually across distinct terminal panes.

What is the best way to monitor CLI agent logs during parallel automation?

Monitoring CLI agent logs is handled by tailing the output of individual tmux sessions. This allows you to track real-time task execution and view the specific logs generated by each active local agent.

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

Yes, you can schedule recurring work for local CLI agents using cron-friendly scheduling. This orchestration layer supports assigning tasks to agents at scheduled intervals to automate routine workflows.

How do I configure multiple agents for a local development environment?

Configure multiple agents by organizing their individual settings and configurations under a dedicated agents/ directory. This structure streamlines the coordination of concurrent agent tasks within your local development environment.

Does agent-manager require any external dependencies to orchestrate tmux sessions?

Orchestrating tmux sessions with agent-manager requires no external dependencies. It relies solely on local scripts to coordinate, monitor, and assign tasks to CLI agents running in parallel.