gang
Original:🇨🇳 Chinese
Translated
GANG entry skill. When a user types /gang, it indicates that they want to upgrade the current pane to a GANG orchestrator and start the GANG closed-loop. The skill content = run `hive gang init`, move the current pane to a new window, set up the board + skeptic, and automatically dispatch /gang-orch to take over the duty.
14installs
Sourcenotdp/hive
Added on
NPX Install
npx skill4agent add notdp/hive gangTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →GANG — Entry
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
- 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
Boundaries (This skill only does one thing)
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
- → 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 codexMultiple GANGs Coexistence
Multiple 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