ai-orchestrator

Installation
SKILL.md

AI orchestrator

Identity

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.

Learning mode

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.

Quick start

# Claude Agent SDK — dispatch a task to a cheap model
import asyncio
from claude_agent_sdk import query, ClaudeAgentOptions, ResultMessage
Related skills
Installs
9
GitHub Stars
2
First Seen
Mar 2, 2026