一键导入
conveyor-create-pair
Create one visible Codex app manager and one visible Codex app worker for the current project using the globally installed Agent Conveyor CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create one visible Codex app manager and one visible Codex app worker for the current project using the globally installed Agent Conveyor CLI.
用 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 multiple visible Codex app workers for the current project using Agent Conveyor.
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-pair |
| description | Create one visible Codex app manager and one visible Codex app worker for the current project using the globally installed Agent Conveyor CLI. |
Use this skill when the operator wants a Codex-app-only manager/worker pair from any target project. This skill is operator-facing. Do not use tmux in this tranche.
.codex-workers/workerctl.db under the target project unless the
operator explicitly gives another path.conveyor is available before setup:
command -v conveyor && conveyor plugin-status --json.conveyor is missing or the plugin is stale, tell the operator:
npm install -g agent-conveyor && conveyor install-plugin.CONVEYOR POLL, CONVEYOR RECEIVED, WORK, CONVEYOR SEND, and
DISPATCH.conveyor-smoke-app-connections skill in required mode. If smoke fails, do
not send the real task prompt; return the exact smoke blockers and repair
action.conveyor app-autopilot start "$TASK" --dispatcher-id dispatch-local --path "$LEDGER" --json.
Apply the emitted Codex app automation specs when automation tools are
available, then record each applied automation with
conveyor app-autopilot record-automation "$TASK" --role manager|worker --automation-id "<id>" --path "$LEDGER" --json.
If automation tools are unavailable, report the pair as manual-poll only
and include the manager/worker heartbeat prompts.app-autopilot start succeeded, manager/worker automation receipts were
recorded or explicitly deferred by the operator, and
app-autopilot status reports plan.readiness.autonomous_ready=true.conveyor-app-wake-relay for stale app threads;
direct app-thread prompts are wake prompts only, not durable task truth.mkdir -p .codex-workers
LEDGER="$PWD/.codex-workers/workerctl.db"
conveyor create-disposable-binding with the created thread ids and:
--path "$PWD/.codex-workers/workerctl.db" --json.conveyor-smoke-app-connections for the created task. Required smoke
must pass before the real task starts, and the smoke skill must start
app-autopilot before returning real_work_allowed=true as actionable.app-autopilot start output, then record both with
app-autopilot record-automation. If automation tools are not available,
return the automation specs and mark the setup manual-poll only.TASK="example-task"; conveyor app-loop-status "$TASK" --path "$PWD/.codex-workers/workerctl.db" --json.
Include app-autopilot status and whether heartbeat automation specs were
applied, deferred, or blocked. Use plan.readiness.state and
plan.readiness.blockers as the autonomy truth.