invoke-agent

Installation
SKILL.md

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
antigravity references/antigravity.md Google Antigravity CLI (agy)

Common invocation shape

Installs
7
GitHub Stars
1
First Seen
Jun 12, 2026
invoke-agent — sebastianelvis/senate