Claude-skill-registry ai-comm
Use when collaborating with other AI assistants (Codex, Gemini, Aider, Cursor, OpenCode), delegating tasks, or requesting code review.
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ai-comm" ~/.claude/skills/majiayu000-claude-skill-registry-ai-comm && rm -rf "$T"
skills/data/ai-comm/SKILL.mdai-comm
Cross-AI CLI communication tool for Kitty terminal. Enables AI assistants running in separate Kitty windows to communicate with each other.
Workflow
— Find available AI windowsai-comm list-ai-windows
— Send message and get responseai-comm send <MESSAGE> -w <ID>
Important Notes
-
Replying to ai-comm messages. Just output your response as normal text—the sender automatically captures your terminal output. Do NOT use ai-comm to reply (especially not to the sender's window ID shown in the message header)—this causes deadlock. If you need the sender to act, include the request in your response.
-
For long responses, request file output. Bash tool has a 30000-character limit. If you expect a long response, ask the AI to write to a markdown file in the project directory (
and other external paths require manual approval on target AI — avoid them)./tmp -
Only use documented parameters. Never use parameters not listed in this SKILL or
. Hidden/internal parameters exist for debugging only.ai-comm --help
When to Use
- Delegate code review to Codex or Gemini
- Get second opinions on architecture decisions
- Request specialized analysis from another AI
- Verify implementations with alternative models
Resources
- For command reference, see reference.md
- For workflow examples, see examples.md