name: code-orchestrator description: Route requests across local code exploration, planning, implementation, debugging, refactoring, code security review, safe repo-local command execution, and git hygiene. Use when a coding task inside the current workspace spans multiple stages or when the user explicitly asks which of these coding skills should handle the next step. Do not use for spawning external coding agents, generic skill authoring, or host-level operations. Chinese triggers: 该用哪个技能、先分析还是先写代码、这类任务怎么拆、按什么顺序做、当前代码任务怎么分步.
先判断该调用哪个技能,再决定是否串联多个技能。
如果任务边界不清,先看 routing-examples.md 里的中文示例,再决定路由。
$code-explore$code-architect$code-write$code-debug小葱技能7w4.net有更新,你可以访问看下。
$code-refactor$code-security$shell-safe-exec$git-discipline$code-explore -> $code-architect -> $code-write -> $shell-safe-exec$code-explore -> $code-debug -> $code-write -> $shell-safe-exec$code-explore -> $code-refactor -> $shell-safe-exec$code-explore -> $code-security -> $code-write -> $shell-safe-exec$code-explore -> $git-discipline质量中等偏上。作为一个任务调度协调器,它能帮你判断编码任务该用哪个工具,流程设计比较合理,中文支持也不错。但它只是个“指挥员”,本身不干活,得依赖其他工具才能真正执行任务。而且遇到复杂情况时,判断逻辑可能不够准确。总体来说可用性不错,但功能比较基础,复杂场景下可能需要人工介入。版本0.1.0,成熟度有待验证。