Grok-powered agent swarms for Hermes Agent
A community skill that lets a Grok 4.3 orchestrator plan with you, then dispatch swarms of specialized Grok execution agents inside isolated TMUX sessions. Full integration with Hermes native kanban for task tracking, review gates, and "approve or kick-back" loops.
git clone https://github.com/am423/grok-swarms.git && \
hermes skills install ./grok-swarms/SKILL.md --name grok-swarms- Grok 4.3 orchestrator collaborates on project plans
- Dynamic model selection per sub-task (any Grok variant)
- Isolated TMUX environments per execution agent
- Hermes kanban as the single source of truth
- Built-in review/approve/kick-back workflow
- Community-ready and reusable
After installing, load the skill and say:
"Start a grok-swarm for building the new auth system. Work with me on the plan then spawn executors."
See SKILL.md for the complete orchestration protocol.
grok-swarms/
├── SKILL.md
├── README.md
├── LICENSE
├── references/
│ ├── acceptance-criteria-template.md
│ ├── kanban-review-loop.md
│ ├── tmux-spawn-patterns.md
│ └── grok-model-config.md # add this if you create it
└── scripts/
MIT — see LICENSE
Created by @mr-r0b0t (r0b0tlab). Follows agentskills.io + Hermes developer standards.
PRs welcome.