Install the it2 agent skill
The repository ships agent guidance in
plugins/it2/SKILL.md.
It teaches an agent how to find sessions, plan splits, send tasks, inspect
output, and wait for state changes.
Claude Code
Add the it2 marketplace and install its skills bundle:
claude plugin marketplace add tmc/it2
claude plugin install it2-skills@it2
In Claude Code, run /reload-plugins. The skills are namespaced under
it2-skills; invoke the orchestration skill with:
/it2-skills:session-orchestration
List the current iTerm2 sessions, identify this session, and explain how you
would create and manage two coding-agent workers. Do not create or close panes
yet.
The response should identify the current session before proposing a layout.
Other skill-capable agents
Give the agent the repository URL and this instruction:
Install the reusable skill at plugins/it2/SKILL.md from
https://github.com/tmc/it2 using your native skill installer. Do not invent a
destination path. After installation, read the skill and verify that the it2
binary is available with `it2 version`.
Skill installation locations differ by agent client, so the checked-in skill
does not prescribe one.
Next steps
- Run your first multi-agent workflow — Create two coding-agent
workers and coordinate their tasks. - Automate Claude Code — Use the repository's
Claude-specific plugins and state detection. - Troubleshoot it2 — Recover from connection, permission,
and session-targeting failures.