invoke-agent
invoke-agent — CLI invocation playbook
This skill is a reference library, not a flow. When you need to call another AI CLI, read the relevant file below for the exact command, flags, input conventions, output parsing rules, and known quirks.
Where this is read from: moderate-debate does not call CLIs from its own context. Each turn is dispatched into a fresh subagent (Agent / Task tool, isolated context) that loads the playbook for one CLI, runs the call, validates the contract, and returns a small structured result. See ../moderate-debate/SKILL.md § "Per-turn subagent" for the contract between moderator and subagent. If you find yourself reading these playbooks from a long-lived debate context, you are in the wrong place — dispatch a subagent.
Supported CLIs
| CLI | File | Typical use |
|---|---|---|
| codex | references/codex.md |
OpenAI Codex CLI |
| gemini | references/gemini.md |
Google Gemini CLI |
| cursor | references/cursor.md |
Cursor Agent CLI (cursor-agent) |
| kimi | references/kimi.md |
Moonshot Kimi CLI |
| claude | references/claude.md |
Anthropic Claude Code CLI |
Common invocation shape
Every CLI playbook follows the same schema so you can read them interchangeably: