
from orchestrate17
Launch and manage agent runs: compose prompts, route models to the correct CLI, log artifacts, and inspect run history.
Run-Agent provides a single CLI entrypoint to compose and execute agent runs. A run is model + optional agent profile + optional skills + prompt. The skill routes chosen models to the appropriate runtime (Claude, Codex, OpenCode), launches runs, records structured artifacts (params, prompts, outputs, logs) and maintains an append-only run index for inspection and troubleshooting.
Use Run-Agent when you need reproducible agent executions, to orchestrate subagent runs, or to route tasks across different model CLIs. It is ideal for automating repeatable workflows, running dry-runs to preview prompts, grouping runs by session, and debugging failed runs.
.orchestrate/ layout (has_references=true).Works with standard CLI-harness agents that use model CLIs such as Claude, Codex, and OpenCode (agent-level orchestrators that call out to these CLIs).
This skill has not been reviewed by our automated audit pipeline yet.