Stats
Actions
Tags
From swarmesh
Lists all @mentionable participants in the current discuss session. Validates discuss mode and shows /swarm-chat-msg usage for targeting individuals or groups.
How this command is triggered — by the user, by Claude, or both
Slash command
/swarmesh:swarm-chat-listThe summary Claude sees in its command listing — used to decide when to auto-load this command
列出当前 discuss session 的所有参与者。帮助用户知道可以 `@` 谁。 ## 执行步骤 1. **校验前提**: 2. **列出参与者**: 3. **提示用户**: - 用 `/swarm-chat-msg @<name> <内容>` 发消息给某个参与者 - 同时 @ 多人:`/swarm-chat-msg @cx @cl 讨论下缓存方案` - 无 @ 则仅记录,不触发任何 CLI 接话 $ARGUMENTS
列出当前 discuss session 的所有参与者。帮助用户知道可以 @ 谁。
校验前提:
MODE=$(jq -r '.mode' .swarm/runtime/state.json 2>/dev/null)
[[ "$MODE" == "discuss" ]] || echo "⚠️ 当前不是 discuss 模式,先 /swarm-chat 启动"
列出参与者:
"${CLAUDE_PLUGIN_ROOT}/scripts/lib/discuss-relay.sh" list
提示用户:
/swarm-chat-msg @<name> <内容> 发消息给某个参与者/swarm-chat-msg @cx @cl 讨论下缓存方案$ARGUMENTS
npx claudepluginhub soein/swarmesh --plugin swarmesh/dismissDismisses a guest from the team discussion with an in-character farewell from the core team, cleans up session state, and offers uninstall for marketplace plugins. Supports 'all' guests.
/bridgeManages peer-to-peer communication between Claude Code sessions using actions like start, connect, listen, ask, peers, status, stop.