How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-orchestrator:codexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
用户希望将一个任务委派给 Codex (GPT-5.3-Codex) 在后台异步执行。
用户希望将一个任务委派给 Codex (GPT-5.3-Codex) 在后台异步执行。 Codex 擅长终端操作、快速代码生成、CLI 工具链。
调用 MCP 工具 create_async_task:
拿到 taskId 后:
上面的后台 Bash 会在任务完成时返回一段格式化文本,包含:
收到这个通知后,你应该:
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-orchestratorDelegates coding tasks (debug, implement, refactor) to OpenAI Codex CLI via codex exec, skipping the Node companion runtime for faster execution. Codex writes code; Claude verifies.
Delegates sub-tasks to OpenAI Codex CLI for complex file editing, multi-step coding, or automated code generation. Supports both synchronous and background execution.
Leverages OpenAI Codex/GPT models for autonomous code implementation, reviews, and sandboxed task execution. Triggers on 'codex', 'use gpt', 'full-auto' etc.