什么是 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