dianjiang
v0.11.0
Published
点将 — summon the right coding agent. Cross-vendor agent dispatch for Claude Code / Codex / Grok.
Maintainers
Readme
dianjiang (点将)
Summon the right coding agent.
You already pay for Claude Code, Codex, and Grok. They still work like strangers.
dianjiang lets one of them dispatch a task to another — behind a named agent. The caller picks review or search-twitter. It never picks a model.
you ──► Claude
│ dianjiang run review "…"
▼
CodexInstall
Needs Node ≥ 22.18 and the CLIs you want to dispatch: claude, codex, grok.
npm install -g dianjiang
dianjiang config initDrop this skill on every harness (~/.agents/skills/dianjiang/SKILL.md):
---
name: dianjiang
description: Dispatch a self-contained task to Claude Code / Codex / Grok behind a named agent. Use on 点将, "delegate this to codex", or when a cross-vendor opinion is wanted.
---
Run `dianjiang skill` and follow the doc it prints.Then, in any of the three:
点将,让 review 看一下这个 diff。
Roster, rules, and how to collect a run live in dianjiang skill — not here.
Inspired by agent-mux. MIT.
