team-swarm

Solid

Swarm intelligence team skill — ACO-driven multi-agent exploration with hybrid LLM coordinator + Python optimization controller. Coordinator generates swarm-config from user task, then runs K iterations of N parallel ants guided by pheromone state. Universal task space via config (nodes + scoring rule). Triggers on "team swarm", "swarm intelligence", "蚁群".

AI & Automation 482 stars 62 forks Updated today

Install

View on GitHub

Quality Score: 87/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

<required_reading> @~/.maestro/workflows/run-mode-lite.md </required_reading> # Team Swarm Orchestrate ant-colony-style exploration over a user-defined task space. **Hybrid coordinator**: LLM handles task translation + worker spawning; Python script owns all numeric decisions (selection / pheromone update / convergence). Universal — task space and scoring rule come from `swarm-config.json`. ## Architecture ``` Skill(skill="team-swarm", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordinator/role.md roles/<name>/role.md | +-- Phase 1: gen swarm-config +-- Phase 2: init --> Bash: scripts/aco.py init +-- Phase 3: iterate (K rounds, each = spawn-and-stop) | | | +-- Bash: aco.py select --iter k -> N assignments | +-- Spawn N x team-worker(ant) | +-- [callback when all ants done] | +-- (optional) Spawn team-worker(scorer) | +-- Bash: aco.py update --iter k | +-- Bash: aco.py converged | +-- branch: loop k+1 OR Phase 4 | +-- Phase 4: converge --> Bash: aco.py report -> Spawn team-worker(analyst) -> best-solution.md ``` ## Role Registry | Role | Path | Prefix | Inner Loop | |--...

Details

Author
catlog22
Repository
catlog22/maestro-flow
Created
4 months ago
Last Updated
today
Language
TypeScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category