agent-manager-skill

Coordinate multiple local CLI agents within tmux sessions.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill agent-manager-skill-jokken79
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/jokken79/YuKyuDATA-app1.0v/tree/main/.agent/skills/agent-manager-skill
Command: npx skills add https://github.com/jokken79/YuKyuDATA-app1.0v --skill agent-manager-skill-jokken79

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Coordinate and manage multiple local CLI agents running inside tmux sessions, enabling parallel execution, centralized control, and reliable lifecycle management.

Core Features & Use Cases

  • Start, stop, monitor, and assign tasks to multiple agents concurrently.
  • Cron-friendly scheduling to automate recurring agent workloads.
  • Configuration and coordination via an agents/ directory with a script-based controller.

Quick Start

Launch the agent-manager to start tracking, assign tasks, and monitor agents via tmux.

Frequently Asked Questions about agent-manager-skill

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

FAQPage Schema
How do I coordinate multiple local CLI agents in tmux sessions?

To coordinate local CLI agents in tmux, use a script-based controller to start, stop, monitor, and assign tasks to multiple agents concurrently. It manages lifecycle and logging via an agents/ directory for configuration.

Can I schedule recurring workloads for CLI agents?

Yes, you can schedule recurring workloads for CLI agents using the cron-compatible scheduling feature. This automates recurring agent tasks within the tmux orchestration environment.

Do I need Python and tmux to run parallel agent workloads?

Yes, you need both Python3 and tmux installed to run parallel agent workloads. The controller relies on tmux for session management and Python3 for the orchestration scripts.

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

The best way to monitor and assign tasks to several local agents is using a centralized script-based controller. It provides lifecycle management and logging, allowing you to track progress and assign work within tmux sessions.

How does an agents/ directory help with CLI agent orchestration?

An agents/ directory provides configuration and coordination for CLI agent orchestration. It allows the script-based controller to define, manage, and execute parallel workloads across multiple tmux sessions.

Are there limitations to managing parallel agents in tmux?

Managing parallel agents in tmux relies on local script execution and an agents/ directory for configuration. It is designed for local CLI orchestration, meaning it does not natively manage remote or cloud-based agent instances.