From antigravity-awesome-skills
Manages multiple local CLI agents via tmux sessions: start/stop/monitor/assign tasks and cron scheduling. Useful for parallel agent runs, log tailing, and recurring tasks.
npx claudepluginhub sickn33/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Use this skill when you need to:
Manages multiple local CLI agents via tmux sessions: start/stop/monitor/assign tasks and cron scheduling. Useful for parallel agent runs, log tailing, and recurring tasks.
Manages tmux sessions to run background coding agents like Claude Code, Codex, Gemini, and Ollama variants. Spawns sessions for tasks such as refactoring or bug fixes, checks progress, and retrieves results.
Manages AI agent lifecycle with AI Maestro CLI: create, list, delete, rename, hibernate/wake, plugin install, export. For agent operations in Claude Code.
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).