一键导入
conveyor-create-worker-set
Create one visible Codex app manager and multiple visible Codex app workers for the current project using Agent Conveyor.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create one visible Codex app manager and multiple visible Codex app workers for the current project using Agent Conveyor.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft, preflight, apply, and inspect Agent Conveyor setup bundles for manager-worker operating cells through a conversational Codex setup flow.
Create one visible Codex app manager and one visible Codex app worker for the current project using the globally installed Agent Conveyor CLI.
Run the blocking Agent Conveyor Codex app connection smoke gate for a manager/worker pair or worker set before real work starts.
Wake stale Agent Conveyor Codex app manager or worker threads through native app thread tools and record delivery receipts.
Check Agent Conveyor manager/worker or worker-set status from the current project's per-project ledger.
Run a bounded Agent Conveyor "what's next?" nudger loop for an existing Codex app manager/worker pair or worker set.
| name | conveyor-create-worker-set |
| description | Create one visible Codex app manager and multiple visible Codex app workers for the current project using Agent Conveyor. |
Use this skill when the operator wants one Codex app manager supervising multiple Codex app workers. This skill creates the set and bindings; it does not run a campaign, Ralph loop, ship-it loop, or tmux workflow.
.codex-workers/workerctl.db under the target project by default.conveyor-smoke-app-connections in required mode for every worker task. The
set passes only when every required worker smoke passes. If any smoke fails,
do not send real task prompts to any worker; return exact blockers and repair
actions.conveyor app-autopilot start "$TASK" --dispatcher-id dispatch-local --path "$LEDGER" --json.
Apply emitted Codex app automation specs when automation tools are available,
then record applied manager/worker automations with
conveyor app-autopilot record-automation "$TASK" --role manager|worker --automation-id "<id>" --path "$LEDGER" --json.
If automation tools are unavailable, report that shard as manual-poll only.plan.readiness.autonomous_ready=true.conveyor-app-wake-relay for stale app threads;
only Dispatch inboxes and Conveyor receipts are durable task truth.mkdir -p .codex-workers
LEDGER="$PWD/.codex-workers/workerctl.db"
TASK="example-worker-role-task"
WORKER_NAME="example-worker-role"
WORKER_THREAD_ID="created-worker-thread-id"
WORKER_THREAD_TITLE="Created Worker Thread"
MANAGER_NAME="example-manager"
MANAGER_THREAD_ID="created-manager-thread-id"
MANAGER_THREAD_TITLE="Created Manager Thread"
conveyor create-disposable-binding "$TASK" \
--worker "$WORKER_NAME" \
--manager "$MANAGER_NAME" \
--worker-codex-app-thread-id "$WORKER_THREAD_ID" \
--worker-codex-app-thread-title "$WORKER_THREAD_TITLE" \
--manager-codex-app-thread-id "$MANAGER_THREAD_ID" \
--manager-codex-app-thread-title "$MANAGER_THREAD_TITLE" \
--path "$LEDGER" \
--json
conveyor-smoke-app-connections once per worker task. Aggregate the
resulting app-smoke status receipts. Required smoke must pass for every
worker before the real task starts. Each shard must also start
app-autopilot, record automation receipts, and report
plan.readiness.autonomous_ready=true before it is treated as autonomous.