agent-communication
Editor's pickAI DevKit · Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send. Use when an agent needs to find another active agent, read its recent context, send it information, or request information back.
- Type
- skill
- GitHub stars
- ★ 1.1K
- Repository
- codeaholicguy/ai-devkit
- Category
- workflow
Install
1Quick install (skills CLI)
npx skills add codeaholicguy/ai-devkit --skill agent-communication-2 --agent claude-codeInstalls agent-communication-2 into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.