Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Manages multiple local CLI agents in tmux sessions: start/stop/monitor/assign tasks with cron-friendly scheduling. Use for parallel agent workflows and log tailing.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:agent-manager-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when you need to:
Manages multiple local CLI agents in parallel tmux sessions: start, stop, monitor logs, assign tasks, and schedule recurring work via cron.
Manages agent fleets via CRUD (create, command, monitor, delete) and lifecycle patterns. For multi-agent systems, resource cleanup, and state tracking with Claude Agent SDK.
Launches and manages multiple Claude Code worker sessions via tmux, assigning tasks, monitoring progress, and collecting results. Useful for delegating work to parallel agents.
Share bugs, ideas, or general feedback.
Use this skill when you need to:
Install agent-manager-skill in your workspace:
git clone https://github.com/fractalmind-ai/agent-manager-skill.git
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
tmux and python3.agents/ directory (see the repo for examples).