agent-manager-skill

Manage CLI agent lifecycles in tmux sessions with cron scheduling.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill agent-manager-skill-giosuetedeschi-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-manager-skill
Source: https://github.com/giosuetedeschi-spec/bobu-website/tree/main/.claude/skills/agent-manager-skill
Command: npx skills add https://github.com/giosuetedeschi-spec/bobu-website --skill agent-manager-skill-giosuetedeschi-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the complexity of managing multiple long-running CLI agents by providing a centralized interface for lifecycle control and task scheduling.

Core Features & Use Cases

  • Session Management: Start, stop, and monitor multiple CLI agents running in isolated tmux sessions.
  • Task Assignment: Streamline the delegation of specific workflows to individual agents.
  • Scheduling: Enable recurring agent operations through cron-friendly integration.
  • Use Case: A developer can use this to maintain several background agents for automated maintenance tasks, ensuring each is running correctly and logging output for review.

Quick Start

Use the agent-manager-skill to start the agent identified as EMP_0001 and monitor its output logs.

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 multiple long-running CLI agents in the background?

You can manage multiple long-running CLI agents by orchestrating their lifecycle and execution within isolated tmux sessions, enabling centralized monitoring and parallel task processing.

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

Yes, you can schedule recurring operations for local CLI agents through cron-friendly integration, enabling automated execution of maintenance workflows and background tasks at specified intervals.

Do I need tmux and Python 3 to run local agent monitoring scripts?

Yes, you need a POSIX-compliant environment with tmux and Python 3 installed to execute the local agent monitoring scripts and handle task assignment workflows.

What is the best way to start and monitor a specific CLI agent?

The best way to start and monitor a specific CLI agent is to run a management script that initiates the agent in an isolated tmux session and streams its output logs for review.

How does parallel task processing work with local CLI agents?

Parallel task processing works by delegating specific workflows to individual CLI agents running in isolated tmux sessions, allowing each agent to execute independently while being centrally monitored.

Why use tmux sessions for CLI agent lifecycle management?

Using tmux sessions for CLI agent lifecycle management isolates execution environments, prevents process termination on disconnect, and ensures continuous output logging for automated background maintenance tasks.