Integrations
Coding agents (Claude Code, Codex, Cursor, Copilot)
The Move to agent flow includes setup paths for Claude Code, Codex, Cursor, and Copilot. To use live status sync, install the Itera skill in the agent.
The skill (execute-planned-pr) gives your agent the ability to:
- Authenticate against your Itera workspace
- Claim a planned PR from an iteration
- Use the branch returned by the skill
- Pull all specifications and prototype patches for that PR
- Update the PR's status as it progresses
Installing the skill
From any iteration in the building phase, open the Move to agent dialog and click Install skills in the top right. You'll get a one-time prompt to paste into your agent. The agent will:
- Download the Itera skill from our public skills repository.
- Install it in the right location for your agent type.
- Authenticate against your workspace.
After install, every iteration's Move to agent prompt will work without further setup.
Per-agent notes
- Claude Code. Skill installs into
~/.claude/skills. - Codex. Skill installs into the Codex skills directory. Codex CLI required.
- Cursor. The skill becomes available as a custom command in the Cursor command palette.
- GitHub Copilot. Use Copilot's coding agent mode with the Itera skill loaded.
Using an agent without the skill
The Move to agent dialog has a Without skill tab. This produces a manual prompt your agent can follow, but you lose live PR status sync back to Itera. We recommend using the skill.