This lets Claude Code talk to other AI agents running on your machine through the ai-devkit CLI. You can list active agents, peek at their recent context with the tail flag, and send messages back and forth. The wait flag is clever: your agent can actually block until it gets a reply, with configurable timeouts. Useful if you're running multiple specialized agents and want them to coordinate, like having a code agent ask a docs agent for API details or piping command output between them. It's niche but solves a real problem once you're deep enough into multi-agent workflows that they need to actually exchange information beyond just working in parallel.
npx -y skills add codeaholicguy/ai-devkit --skill agent-communication --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot