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-orchestratorSDK 또는 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