Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sickn33 avatar

Agent Manager Skill

  • 877 installs
  • 44k repo stars
  • Updated July 27, 2026
  • sickn33/antigravity-awesome-skills

agent-manager-skill is a Claude agent skill that orchestrates multiple local CLI agents in parallel tmux sessions with task assignment, log monitoring, and scheduled execution for developers running multi-agent workflows

About

agent-manager-skill is a community skill from fractalmind-ai that manages multiple local CLI agents through separate tmux sessions. Install it by cloning the agent-manager-skill repository, then drive agents via python3 agent-manager/scripts/main.py for start, stop, log tailing, task assignment, and output monitoring. The skill supports cron-friendly scheduling for recurring agent work when parallel investigations or builds are needed. Developers reach for agent-manager-skill when a single agent session is insufficient and they want observable, assignable background workers on one machine rather than a hosted orchestration platform.

  • Start, stop, list, and monitor multiple local CLI agents in isolated tmux sessions
  • Assign specific tasks to named agents with direct input via heredoc or file
  • Built-in doctor, list, start, monitor, and assign commands
  • Cron-friendly scheduling for recurring agent work
  • Requires tmux and python3; stores agent configs in an agents/ directory

Agent Manager Skill by the numbers

  • 877 all-time installs (skills.sh)
  • +22 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #1,197 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill agent-manager-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs877
repo stars44k
Security audit1 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorysickn33/antigravity-awesome-skills

How do you run multiple CLI agents in parallel?

Orchestrate multiple local CLI agents running in parallel tmux sessions with task assignment, monitoring, and scheduled execution.

Who is it for?

Developers running several local CLI coding agents concurrently who need tmux session control, task assignment, and log monitoring from one manager script.

Skip if: Cloud-hosted agent fleets or single-agent workflows that do not require parallel tmux sessions and local process orchestration.

When should I use this skill?

The user wants to run multiple CLI agents in parallel, start or stop agent tmux sessions, assign tasks to agents, tail agent logs, or schedule recurring agent work with cron.

What you get

Running tmux agent sessions, assigned task queues, tailed agent logs, and optional cron-scheduled agent jobs.

  • Running parallel agent tmux sessions
  • Monitored agent task output logs

Files

SKILL.mdMarkdownGitHub ↗

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 tmux and python3.
  • Agents are configured under an agents/ directory (see the repo for examples).

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related skills

FAQ

How do you install agent-manager-skill?

agent-manager-skill installs by cloning https://github.com/fractalmind-ai/agent-manager-skill.git into the workspace, then running python3 agent-manager/scripts/main.py to start, stop, assign, and monitor agents.

What does agent-manager-skill use for parallel agents?

agent-manager-skill runs each local CLI agent in its own tmux session, allowing developers to start and stop workers, tail logs, assign tasks, and schedule recurring runs with cron-friendly commands.

Is Agent Manager Skill safe to install?

skills.sh reports 1 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.