mutagent CLI, which pulls the Helix skills into your editor.
Before you start: a working Claude Code or Codex, and Node (for the CLI). The Plugin
upgrades a coding agent you already have — it doesn’t give you one.
1
Install the CLI
2
Sign in
MUTAGENT_API_KEY to skip the browser in CI.3
Install Helix
.claude/, and
links CLAUDE.md / AGENTS.md so the agent boots the orchestrator. Add other skills the same way —
for example mutagent install diagnostics.4
Open your coding agent
Helix runs inside the coding agent you installed it into — Claude Code or Codex. Open
it in your project directory. (Helix isn’t a shell command; the next step is typed into the
agent, not your terminal.)
5
Boot the orchestrator
In the agent, invoke the Helix skill:Typing
*mutagent works too. From there you drive Helix in plain English.Nothing happened? Boot-on-load is a request to the host agent, not a guarantee. Type
boot the orchestrator to force it.Update
Re-runmutagent install helix to refresh the orchestrator and skills.
Remove it
Delete the skill directories the install wrote under.claude/, then remove the Helix section from
your CLAUDE.md / AGENTS.md.
Next: your first loop
Run a spec → build → evaluate pass end to end.