一键导入
missions
Dispatch and track goals across the fleet — use when asked to send work to a team, check goal progress, or verify a deploy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Dispatch and track goals across the fleet — use when asked to send work to a team, check goal progress, or verify a deploy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add one or more VPSes to the fleet and stand up their dev environment — scaffold the team yml, bootstrap tools, optimize the box, wire per-org secrets, hand off login. Use when asked to add a server/box/team, grow the fleet, or set up a dev environment on a VPS.
Operate the VPS fleet — status, accounts, usage, ssh, exec. Use when asked about servers, teams, Claude logins, or subscription usage.
基于 SOC 职业分类
| name | missions |
| description | Dispatch and track goals across the fleet — use when asked to send work to a team, check goal progress, or verify a deploy. |
A goal = one autonomous work order for one team VPS. Dispatched via tmux + claudetm, so it survives disconnects.
| want | run |
|---|---|
| dispatch deep work | bin/cnc goal "<goal>" --project <org/repo> |
| quick one-shot (no PRs) | ... --mode print (runs claude -p (opus 4.8)) |
| flight log | bin/cnc goals |
| verify it shipped | bin/cnc deploy-check <org/repo> |
| watch live | bin/cnc ssh <team> -- tmux attach -t <session> |
| consult the code | read ~/workspace/<org>/<repo> on the main box — the same clone the team edits |
| pull a secret while orchestrating | bin/cnc bw <org> -- get notes "<item>" — Bitwarden is main-box-only |
Lifecycle: dispatch → team plans + parallel agents → PRs → claudetm merge-pr sequentially until green → GitOps deploy → deploy-check confirms health.
Rules:
cnc goal (never raw ssh) — it records the sortie in projects/<org>/<repo>/goals/, which is our only flight log.--team/pin, dispatch ranks the project's pool by (live goals, active-block burn) and picks the idlest, coolest-burn ready team. Pin with --team <id> to override.ccusage (claudetm + subagents burn fast). Hot sub (≥ $CNC_BURN_LIMIT, default 50 API-equiv USD) → it refuses: pick another team, wait for the window, or --force deliberately.~/workspace/<org>/<repo> on the main box — it's the identical clone. Dispatch at scale, stay code-aware./goal command enriches text automatically — prefer it.projects/<org>/<repo>/goals/backlog.md; work them top-down, one dispatch per line.deploy-check is green. Report merged-but-not-deployed as not done.