Skip to main content

Multi-agent skill

Agent Communication Skill

Exchange information with active Codex, Claude Code, and other AI agents.

Install command

AI DevKit installs its built-in skills as one curated set. Run this once to install agent-communication with the rest of the built-in workflow skills.

npx ai-devkit@latest skill add --built-in

What it does

Use agent-communication when you need one agent to find another active agent, read its recent context, or send it follow-up instructions. It supports multi-agent workflows where work is split across terminals or tools.

When to use it

  • Find active coding agents and inspect their recent context
  • Send instructions or handoff notes to another agent
  • Coordinate parallel AI coding sessions without copying context by hand

Supported agents

Claude CodeCodexopencode

Related skills