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-mobile-app-builderManages multiple local CLI agents in tmux sessions: start/stop/monitor/assign tasks with cron-friendly scheduling. Use for parallel agent workflows and log tailing.
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.
Orchestrates Claude Code agent teams via filesystem protocol and tmux panes for parallel implementation, multi-agent code review, and task dependency management.