gang
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGANG — entry
GANG — Entry
你被 触发,用户要启动 GANG 闭环。你做一件事:在当前 pane 执行:
/gangbash
hive gang init完事。执行后你会看到:
- 当前 pane 切到新的 gang window,orch 身份带过去
- 同 window 出现 skeptic(异族 CLI,claude↔codex;droid 默认 claude)和 board(vim 打开 BLACKBOARD.md)
- 自动接管 orch pane,本 skill 退场
/gang-orch
用户想显式指定 gang 实例名可传 ;不传就由 CLI 自动分配。
--name <name>You are triggered by ; the user wants to start the GANG closed-loop. You only need to do one thing: run the following command in the current pane:
/gangbash
hive gang initThat's it. After execution, you will see:
- The current pane is switched to a new gang window, with the orch identity carried over
- Within the same window, skeptic (heterogeneous CLI, claude↔codex; droid defaults to claude) and board (BLACKBOARD.md opened in vim) will appear
- automatically takes over the orch pane, and this skill exits
/gang-orch
If the user wants to explicitly specify a gang instance name, they can pass ; if not specified, the CLI will assign it automatically.
--name <name>前置
Prerequisites
- 当前 pane 正在跑 agent CLI(claude / codex / droid),不是光秃秃 shell
- workspace 不需要先 ——
hive init可独立运行,未 init 时自动建 team / workspacehive gang init
- The current pane is running an agent CLI (claude / codex / droid), not a bare shell
- No need to run in the workspace first ——
hive initcan run independently and will automatically create a team/workspace if not initializedhive gang init
边界(本 skill 只做一件事)
Boundaries (This skill only does one thing)
本 skill 只负责跑 。其余职责在 CLI 和下游 skill 里已经归位:
hive gang init- tmux 窗口 / 分栏布局 — 自己做
hive gang init - skeptic / board spawn — 内部负责
hive gang init - workspace 路径 / agent name — 从当前 pane 上下文自动推断,直接用
- planning / 拆 feature — 是 接管之后的 duty,本 skill 不涉
/gang-orch
This skill is only responsible for running . All other responsibilities are handled by the CLI and downstream skills:
hive gang init- tmux window / pane layout — Handled by itself
hive gang init - skeptic / board spawn — Handled internally by
hive gang init - Workspace path / agent name — Automatically inferred from the current pane context and used directly
- Planning / feature splitting — This is the duty after takes over, and this skill is not involved
/gang-orch
报错兜底
Error Handling Fallbacks
- → 告诉用户
hive: command not foundpipx install git+https://github.com/notdp/hive.git - 报 "not an agent pane" → 当前 pane 不是 agent CLI,换到跑着 claude/codex/droid 的 pane 再
/gang
- → Tell the user to run
hive: command not foundpipx install git+https://github.com/notdp/hive.git - If the error "not an agent pane" is reported → The current pane is not an agent CLI; switch to a pane running claude/codex/droid and run again
/gang
模型异质
Model Heterogeneity
hive gang initbash
hive gang init --peer-cli codexhive gang initbash
hive gang init --peer-cli codex多 gang 共存
Multiple GANGs Coexistence
多个 gang 可以同时存在,彼此寻址天然隔离。你不用关心 CLI 怎么分配 / 去重 gang 名 —— 自己搞定。
hive gang initMultiple GANGs can exist simultaneously, with natural isolation in addressing each other. You don't need to worry about how the CLI allocates/duplicates gang names —— handles this on its own.
hive gang init