What is ai-orchestrator?
Orchestrate external AI agent instances (Claude Code, Opencode, Gemini CLI) via SDK or CLI. This skill NEVER does work itself — it always delegates to an external agent. Source: nikhilmaddirala/gtd-cc.
Orchestrate external AI agent instances (Claude Code, Opencode, Gemini CLI) via SDK or CLI. This skill NEVER does work itself — it always delegates to an external agent.
Quickly install ai-orchestrator AI skill to your development environment via command line
Source: 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:
Orchestrate external AI agent instances (Claude Code, Opencode, Gemini CLI) via SDK or CLI. This skill NEVER does work itself — it always delegates to an external agent. Source: nikhilmaddirala/gtd-cc.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-orchestratorOrchestrate external AI agent instances (Claude Code, Opencode, Gemini CLI) via SDK or CLI. This skill NEVER does work itself — it always delegates to an external agent. Source: nikhilmaddirala/gtd-cc.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-orchestrator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/nikhilmaddirala/gtd-cc