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$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小蔥技能站7w4.net,專業的AI技能分享平臺。
$code-explore -> $code-security -> $code-write -> $shell-safe-exec$code-explore -> $git-discipline質量中等偏上。作為一個任務排程協調器,它能幫你判斷編碼任務該用哪個工具,流程設計比較合理,中文支援也不錯。但它只是個“指揮員”,本身不幹活,得依賴其他工具才能真正執行任務。而且遇到複雜情況時,判斷邏輯可能不夠準確。總體來說可用性不錯,但功能比較基礎,複雜場景下可能需要人工介入。版本0.1.0,成熟度有待驗證。