From swarmesh
Starts AI swarm execute mode with multi-role team (supervisor, engineers, reviewers) for projects. Runs bash scripts to locate swarmesh root, parse project path and profile (web-dev, full-stack), launch with tmux sessions, and report status.
npx claudepluginhub soein/swarmesh --plugin swarmeshThis skill uses the workspace's default tool permissions.
启动 AI Swarm 蜂群(execute 模式),supervisor 编排完整团队。
Starts tmux-based roundtable discussions with multiple AI CLIs (Codex, Claude, Gemini) in discuss mode for brainstorming and multi-AI conversations.
Orchestrates ClawTeam AI agent swarms to automate complex tasks in parallel using leader-worker agents, isolated git worktrees, tmux windows, and CLI coordination.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
启动 AI Swarm 蜂群(execute 模式),supervisor 编排完整团队。
# Locate swarmesh plugin root (优先 $SWARM_ROOT env)
if [[ -z "${SWARM_ROOT:-}" || ! -d "$SWARM_ROOT/scripts" ]]; then
SWARM_ROOT=$(find "$HOME/.codex/plugins/cache" -type d -name scripts 2>/dev/null \
| grep -E '/swarmesh/[^/]+/scripts$' | head -1 | sed 's|/scripts$||')
fi
[[ -n "${SWARM_ROOT:-}" && -d "$SWARM_ROOT/scripts" ]] || { echo "⚠ 未找到 swarmesh plugin root,请 export SWARM_ROOT=/path/to/swarmesh"; exit 1; }
格式:<项目路径> [profile名]
~/my-app web-dev / ~/my-app full-stackls "$SWARM_ROOT/config/profiles/"
用户未指定则从列表选(minimal / web-dev / full-stack 等)。
"$SWARM_ROOT/scripts/swarm-start.sh" --mode execute \
--project "<项目路径>" \
--profile "<profile>" \
--hidden
"$SWARM_ROOT/scripts/swarm-status.sh"
向用户汇报:项目目录 / 上线角色 / 窗口分配。
--project 必需<项目路径>/.swarm/runtime/--hidden 避免 attach tmux 导致终端挂起$swarm-chat$swarm-stop 停掉