agent-manager-skill

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

10|2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/bugrabilge/bilge-development-kit --skill agent-manager-skill-bugrabilge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/bugrabilge/bilge-development-kit/tree/main/skills-extra/agent-manager-skill
Command: npx skills add https://github.com/bugrabilge/bilge-development-kit --skill agent-manager-skill-bugrabilge

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, enabling parallel execution and simplified monitoring.

Core Features & Use Cases

  • Parallel Agent Execution: Run multiple agents concurrently in separate tmux sessions.
  • Lifecycle Management: Start, stop, and monitor individual agents and their logs.
  • Task Assignment: Assign tasks to specific agents and track their output.
  • Scheduled Operations: Automate recurring agent tasks using cron-like scheduling.
  • Performance Optimization: Includes workflows for analyzing and improving agent performance.

Quick Start

Use the agent manager skill to start the 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 run multiple CLI agents in parallel using tmux?

You can run multiple CLI agents in parallel by executing each agent in a separate tmux session. This approach enables concurrent task processing while allowing you to monitor individual agent logs and lifecycle states.

What is the best way to automate scheduled tasks for local CLI agents?

Automating scheduled tasks for local CLI agents is achieved through cron-friendly scheduling. You can assign recurring tasks to specific agents and track their execution output systematically over time.

Do I need python3 and tmux to manage local command-line agents?

Yes, you need both tmux and python3 to manage local command-line agents. Tmux facilitates parallel agent execution and monitoring, while python3 is required for the underlying operational scripts.

Can I monitor and stop individual CLI agents without terminating all active sessions?

You can monitor and stop individual CLI agents without terminating all active sessions. The lifecycle management functionality targets specific agents within their tmux sessions for isolated start and stop operations.

How does agent performance optimization work for command-line tasks?

Agent performance optimization works through systematic analysis, prompt engineering, and continuous iteration. This workflow evaluates agent outputs to refine task execution and improve overall command-line processing efficiency.

Why assign tasks to specific local agents instead of running them sequentially?

Assigning tasks to specific local agents allows parallel execution and simplified monitoring. This method prevents processing bottlenecks by distributing workloads across concurrent tmux sessions rather than sequential execution.