From antigravity-awesome-skills
Manages multiple local CLI agents in parallel tmux sessions: start, stop, monitor logs, assign tasks, and schedule recurring work via cron.
How 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:
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).npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-privacy-compliance-engineering7plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 7 plugins
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.
Orchestrates Claude Code agent teams via filesystem protocol and tmux panes for parallel implementation, multi-agent code review, and task dependency management.
Orchestrates multiple worktree agents using `workmux` CLI: spawn, monitor, communicate, and merge. Invoked via `/coordinator`, useful for parallelizing tasks across git worktrees.