用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Ocean326/Agents --skill execution-router命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Design single-agent or multi-agent workflows, orchestration loops, handoffs, evaluator-optimizer cycles, and wake-up or re-entry patterns for agentic systems. Use when Codex needs to decide whether work should stay as a prompt, instruction, skill, single agent, or multi-agent topology, and when turning that choice into concrete prompt contracts, prompt-refinement gates, externalized state schemas, stop rules, approval gates, and close-loop evaluation plans.
面向架构类工作的总入口路由器。用于在广义架构总控、ADR/治理、现有代码库重构、规格驱动设计、DDD/clean architecture、agent systems architecture 与架构文档评审之间选择最合适的入口;当用户知道“这是架构问题”但不知道具体 lane 时优先使用。
Senior architect entrypoint that routes software architecture, 系统设计, 技术方案, 架构评审, ADR, 代码库重构, requirements-driven design, DDD/clean architecture, agent system design, and architecture-document review to the right Architecture Workbench skill. Use when Codex should think like an architect first, choose the best architecture lane, and return trade-offs, risks, migration steps, and next decisions instead of jumping straight into implementation.
基于 SOC 职业分类
正在显示 SKILL.md
| name | execution-router |
| description | 面向执行编排的总入口路由器。用于判断当前任务是否应该保持在本线程本地执行,还是需要远端 SSH 计算、显式并行代理、或按计划拆给实现子代理;当用户关心“怎么执行这项工作”而不是“这项工作属于哪个内容领域”时优先使用。 |
Use this router for execution topology, not task content. Its most important decision is often that no special execution lane is needed.
This router should answer:
179conductor-remote-long-task
Use for work that should run remotely over SSH on Lenovo or 179 with receipts, route selection, and recoverable closeout.
dispatching-parallel-agents
Use when the user explicitly wants parallel agent work and there are 2 or more independent domains that can be explored without shared state.
subagent-driven-development
Use when the user explicitly wants delegated implementation work, a clear plan already exists, tasks are independent enough, and the work should stay inside the current session.
conductor-remote-long-task when the work should move onto remote SSH compute and recoverability matters.dispatching-parallel-agents when the domains are independent investigations.subagent-driven-development when a concrete implementation plan already exists and the work can be split into bounded tasks.Skip this router and go direct when:
conductor-remote-long-taskAlways return:
Use $execution-router to decide whether this should stay local, go remote, or be delegated.使用 $execution-router 看看这个任务该本地做、发到 Lenovo/179 远端 SSH,还是拆成并行代理。Use $execution-router to choose the right execution pattern for this already-scoped plan.