agent-manager-skill

Manage CLI agents in parallel tmux sessions with scheduling and monitoring.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Kushal9889/claude-plugins --skill agent-manager-skill-kushal9889
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/Kushal9889/claude-plugins/tree/main/ai-agents/skills/agent-manager-skill
Command: npx skills add https://github.com/Kushal9889/claude-plugins --skill agent-manager-skill-kushal9889

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of local CLI agents, allowing for parallel execution in tmux sessions, scheduling, and monitoring.

Core Features & Use Cases

  • Parallel Execution: Run multiple CLI agents simultaneously in separate tmux sessions.
  • Scheduling: Set up cron-friendly scheduling for recurring agent tasks.
  • Monitoring & Assignment: Assign tasks to agents and monitor their output.
  • Use Case: For a developer managing several agent instances, this Skill can automate the process of starting, stopping, and monitoring agents, while also allowing for scheduled tasks to be performed without manual intervention.

Quick Start

Use the agent-manager skill to start a new agent for project 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 parallel execution of CLI agents in separate sessions?

You can schedule recurring agent tasks using cron-friendly scheduling features. This enables automated execution of repeated tasks without requiring manual intervention.

What do I need to run CLI agents in tmux sessions for task management?

You can monitor assigned tasks by viewing the output within each agent's tmux session. The management scripts allow you to start, stop, and track the progress of multiple agents simultaneously.

Can I schedule recurring CLI agent tasks to run automatically?

Yes, recurring CLI agent tasks can be scheduled using the cron-friendly scheduling capabilities. This automates repeated task execution without manual intervention.

Do I need python3 to manage CLI agents with tmux?

Yes, python3 is required alongside tmux to manage CLI agents. Python3 executes the session management scripts while tmux handles the parallel terminal environments.