Manage and Orchestrate CLI Agents
Agent Manager Skill orchestrates multiple local CLI agents in parallel tmux sessions, enabling start/stop control, log monitoring, task assignment, and cron
Why it matters
Streamline your command-line operations by managing multiple local CLI agents concurrently. This skill allows for parallel execution, log monitoring, task assignment, and scheduled agent work.
Outcomes
What it gets done
Run multiple CLI agents in separate tmux sessions.
Start, stop, and monitor agent logs in real-time.
Assign tasks to agents and track their output.
Schedule recurring agent tasks using cron.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/ag-agent-manager-skill | bash Capabilities
What this skill does
Runs system commands and automates desktop tasks.
Traces errors to their root cause and suggests fixes.
Writes source code or scripts from a description.
Searches the web and retrieves relevant sources.
Overview
Agent Manager Skill
What it does
Agent Manager Skill runs multiple local CLI agents in parallel, each in its own tmux session. It provides commands to start and stop agents, tail their logs in real time, assign tasks via stdin, and schedule recurring work with cron. Agents are configured in an `agents/` directory, and the skill includes a doctor command for health checks.
How it connects
Use this skill when you need to manage multiple autonomous agents executing long-running CLI tasks concurrently. It fits scenarios where you want isolated, monitorable agent processes-such as maintenance bots, scheduled data pipelines, or parallel workflow executors-all controlled from a single interface.
Source README
Agent Manager Skill
When to use
Use this skill when you need to:
- run multiple local CLI agents in parallel (separate tmux sessions)
- start/stop agents and tail their logs
- assign tasks to agents and monitor output
- schedule recurring agent work (cron)
Prerequisites
Install agent-manager-skill in your workspace:
git clone https://github.com/fractalmind-ai/agent-manager-skill.git
Common commands
python3 agent-manager/scripts/main.py doctor
python3 agent-manager/scripts/main.py list
python3 agent-manager/scripts/main.py start EMP_0001
python3 agent-manager/scripts/main.py monitor EMP_0001 --follow
python3 agent-manager/scripts/main.py assign EMP_0002 <<'EOF'
Follow teams/fractalmind-ai-maintenance.md Workflow
EOF
Notes
- Requires
tmuxandpython3. - Agents are configured under an
agents/directory (see the repo for examples).
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.