agent-manager-skill

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

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/gerald-ica/dev-tool-configs --skill agent-manager-skill-gerald-ica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/gerald-ica/dev-tool-configs/tree/main/gemini/skills/agent-manager-skill
Command: npx skills add https://github.com/gerald-ica/dev-tool-configs --skill agent-manager-skill-gerald-ica

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tmux, python3, and includes scripts (resource) components.

What problem does it solve?

The agent-manager-skill addresses the challenge of managing multiple local CLI agents across tmux sessions, enabling parallel operations, task assignments, and scheduling without manual intervention.

Core Features & Use Cases

  • Parallel Agent Management: Simultaneously run several CLI agents in separate tmux sessions.
  • Task Assignment: Assign tasks to agents and monitor their progress.
  • Cron-Scheduled Work: Automate agent operations based on cron-friendly scheduling.
  • Use Case: If you're running data processing or analysis tasks that can be broken down into manageable pieces and executed in parallel, this skill can greatly streamline the process.

Quick Start

Use the agent-manager-skill to start all available agents using cron-scheduled tasks.

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?

To run CLI agents in parallel, this skill manages multiple local agents simultaneously in separate tmux sessions, enabling parallel operations without manual intervention. You can start, stop, and monitor configured agents directly within the environment.

Can I automate tmux session management with cron scheduling?

Yes, you can automate tmux session management with cron scheduling. This skill schedules agent operations via cron-friendly syntax, allowing you to automate start and stop commands for deterministic tasks at specified times without manual intervention.

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

Yes, you need both python3 and tmux installed to manage parallel agents. These dependencies are required to create the isolated sessions and execute the scripts that handle the start, stop, and monitoring logic for your tasks.

What is the best way to assign and monitor tasks to local CLI agents?

The best way to assign and monitor tasks to local CLI agents is by configuring them in the agents directory. This skill handles task assignments and monitors agent progress across parallel sessions to streamline data processing workflows.

When should I use tmux sessions for parallel CLI agent management?

You should use tmux sessions for parallel CLI agent management when running data processing or analysis tasks that can be broken down into manageable pieces. It allows simultaneous execution of deterministic tasks without keeping a terminal window open.