AG

agent-manager-skill

A manager for running multiple local agents in parallel using tmux sessions.

Install

mkdir -p .claude/skills/agent-manager-skill && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/3720" && unzip -o skill.zip -d .claude/skills/agent-manager-skill && rm skill.zip

Installs to .claude/skills/agent-manager-skill

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.
109 charsno explicit “when” trigger
Beginner

Key capabilities

  • Run multiple local CLI agents in parallel
  • Start and stop agent tmux sessions
  • Tail and monitor agent logs
  • Assign tasks to specific agents
  • Schedule recurring agent work via cron

How it works

The skill manages CLI agents by wrapping them in tmux sessions, allowing for persistent background execution, log monitoring, and task assignment.

Inputs & outputs

You give it
Agent identifier and task command
You get back
Running agent session or task output

When to use agent-manager-skill

  • Running parallel CLI agents
  • Monitoring agent logs
  • Assigning tasks to agents
  • Scheduling recurring agent work

About this skill

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).

When not to use it

  • When tmux is not available in the environment
  • For agents that do not support CLI interaction

Prerequisites

tmuxpython3

Limitations

  • Requires agents to be configured in the agents/ directory
  • Limited to local execution environments

How it compares

It provides a structured management layer for local agents that would otherwise require manual tmux session handling.

Compared to similar skills

agent-manager-skill side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
agent-manager-skill (this skill)16moReviewBeginner
setup121moNo flagsBeginner
resources12moReviewIntermediate
openrouter-team-setup027dCautionAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

software-architecture

davila7

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

333868

planning-with-files

davila7

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

233106

telegram-bot-builder

davila7

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategies, and scaling bots to thousands of users. Use when: telegram bot, bot api, telegram automation, chat bot telegram, tg bot.

106130

scroll-experience

davila7

Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Use when: scroll animation, parallax, scroll storytelling, interactive story, cinematic website.

101142

humanizer

davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

90175

game-development

davila7

Game development orchestrator. Routes to platform-specific skills based on project needs.

70195

Search skills

Search the agent skills registry