How this skill is triggered — by the user, by Claude, or both
Slash command
/lomo-orchestrator:gptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
用户希望将一个任务委派给 GPT (5.4) 在后台异步执行。
用户希望将一个任务委派给 GPT (5.4) 在后台异步执行。 GPT 适合提供另一个 AI 视角的分析、对比验证、多角度审视问题。
调用 MCP 工具 create_async_task:
拿到 taskId 后:
上面的后台 Bash 会在任务完成时返回一段格式化文本。 收到通知后,阅读 summary.md 并向用户汇报结果。
npx claudepluginhub 15195999826/lomomarketplace --plugin lomo-orchestratorInternal guidance for composing Copilot prompts for coding, review, diagnosis, and research tasks across GPT-5.4, GPT-5.3-Codex, and Gemini 3.1 Pro inside the Copilot Claude Code plugin
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.