moa
Installation
SKILL.md
moa - mixture of agents
moa asks one question to several local AI coding CLIs in parallel and collects their
answers with attribution. Reach for it when one model's answer isn't enough and you want to
see where independent models agree, diverge, or contradict.
The CLI is self-documenting. Run moa --help (and moa <command> --help) for the full
flag list - this file only covers what's non-obvious about driving it well.
Prerequisites
uv tool install moa-cli (or run ad-hoc with uvx moa-cli ...). Then moa doctor lists
which agent CLIs are installed and their default models. You need at least two of claude,
codex, agy, opencode on PATH and logged in - moa drives the CLIs you already pay for
and needs no API keys of its own.