什麼是 ai-orchestrator?
透過 SDK 或 CLI 編排外部 AI 代理實例(Claude Code、Opencode、Gemini CLI)。這項技能本身永遠不會起作用——它總是委託給外部代理人。 來源:nikhilmaddirala/gtd-cc。
透過 SDK 或 CLI 編排外部 AI 代理實例(Claude Code、Opencode、Gemini CLI)。這項技能本身永遠不會起作用——它總是委託給外部代理人。
透過命令列快速安裝 ai-orchestrator AI 技能到你的開發環境
來源:nikhilmaddirala/gtd-cc。
This skill NEVER does work itself. It always delegates to an external agent instance via SDK or CLI. When this skill is loaded, your job is to pick the right tool, configure it, get approval, and run it.
This skill also serves as a learning tool for the user. When orchestrating, offer brief explanatory comments about the SDK patterns you're using — what the options do, why you chose certain values, and what alternatives exist. Help the user build intuition for the SDKs, not just run commands.
Each sub-skill walks through dispatching via a specific tool. After picking the tool (step 1), load the appropriate sub-skill:
透過 SDK 或 CLI 編排外部 AI 代理實例(Claude Code、Opencode、Gemini CLI)。這項技能本身永遠不會起作用——它總是委託給外部代理人。 來源:nikhilmaddirala/gtd-cc。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-orchestrator透過 SDK 或 CLI 編排外部 AI 代理實例(Claude Code、Opencode、Gemini CLI)。這項技能本身永遠不會起作用——它總是委託給外部代理人。 來源:nikhilmaddirala/gtd-cc。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-orchestrator 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/nikhilmaddirala/gtd-cc