Run declarative multi-agent CLI workflows with Comanda
Turns repeatable AI work into versioned YAML pipelines that can call Claude Code, Codex, Gemini CLI, Kimi Code, API models, tools, files, worktrees, and MCP-exposed workflows from the terminal.
npx skills add agentskillexchange/skills --skill run-declarative-multi-agent-cli-workflows-with-comanda
## What the agent does
The agent uses Comanda to generate, inspect, improve, and run YAML workflow files. It can pipe files or command output through a workflow, orchestrate multi-model and multi-agent steps, process batches, call allowlisted tools, manage codebase context, and expose discovered workflows as MCP tools.
What this skill actually does
## When to use it
Use this when an operator has a repeatable AI task that should be version controlled, reviewed, shared, rerun, or exposed to other agent clients instead of being typed as an ad hoc prompt each time. Good fits include review pipelines, batch file processing, agentic loops, worktree workflows, and command-line automation with explicit tool boundaries.
## Scope boundary
This is not a generic CLI, framework, or model wrapper listing. The skill boundary is declarative operator workflows: a YAML file defines inputs, model or agent steps, tool permissions, outputs, and optional MCP exposure, and the agent runs or improves that workflow.
## Source evidence
The upstream repository documents Homebrew and Go installation, comanda configure, generate, process, chart, and improve commands, minimal YAML workflow syntax, multi-agent examples, agentic-loop examples, tool allowlists, worktree workflows, and MCP server mode.