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-inWhat 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
Related skills
Scan running agents, assess progress, and coordinate multi-agent workflows.
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.