npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-orchestratorWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
用 Codex (GPT-5.3) 在后台执行任务
This skill uses the workspace's default tool permissions.
用户希望将一个任务委派给 Codex (GPT-5.3-Codex) 在后台异步执行。 Codex 擅长终端操作、快速代码生成、CLI 工具链。
你的工作流(必须严格按顺序执行)
Step 1: 理解需求 + 润色 Prompt
- 理解用户的任务意图
- 结合当前项目上下文(读相关文件)
- 写一个完整、具体、自包含的 prompt
- 后台 Agent 没有你的上下文,prompt 必须包含:
- 具体文件路径和当前代码结构
- 明确的产出要求(改哪些文件、创建什么)
- 技术约束和注意事项
Step 2: 创建异步任务
调用 MCP 工具 create_async_task:
- runtime: "claude-codex"
- prompt: 你在 Step 1 润色后的完整 prompt
- cwd: 当前工作目录
Step 3: 启动后台监听 + 告知用户(必须执行)
拿到 taskId 后:
- 立即用 Bash(run_in_background) 执行: curl -s localhost:3456/api/async-tasks/{taskId}/wait
- 简短告诉用户:任务 ID、runtime、产出目录。然后结束,不要等待。
Step 4: 后台任务完成后(你会自动收到通知)
上面的后台 Bash 会在任务完成时返回一段格式化文本,包含:
- 任务状态(成功/失败)
- 产出目录路径
- summary.md 内容摘要
收到这个通知后,你应该:
- 阅读产出目录中的 summary.md,了解后台 Agent 做了什么
- 如果用户在场,向用户汇报结果
- 如果任务失败,分析原因并告知用户
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.