ai-comm
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
ai-comm
Cross-AI CLI communication tool for Kitty terminal. Enables AI assistants running in separate Kitty windows to communicate with each other.
Workflow
ai-comm list-ai-windows— Find available AI windowsai-comm send <MESSAGE> -w <ID>— Send message and get response
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 (
/tmpand other external paths require manual approval on target AI — avoid them).Only use documented parameters. Never use parameters not listed in this SKILL or
ai-comm --help. Hidden/internal parameters exist for debugging only.
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
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Windows
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. ai-comm list-ai-windows — Find available AI windows ai-comm send <MESSAGE> -w <ID> — Send message and get response
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…
Delegate code review to Codex or Gemini Get second opinions on architecture decisions Request specialized analysis from another AI
For command reference, see reference.md For workflow examples, see examples.md
# ai-comm
Cross-AI CLI communication tool for Kitty terminal. Enables AI assistants running in separate Kitty windows to communicate with each other.
## Workflow
1. `ai-comm list-ai-windows` — Find available AI windows
2. `ai-comm send <MESSAGE> -w <ID>` — Send message and get response
## Important Notes
1. **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.
2. **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 (`/tmp` and other external paths require manual approval on target AI — avoid them).
3. **Only use documented parameters.** Never use parameters not listed in this SKILL or `ai-comm --help`. Hidden/internal parameters exist for debugging only.
## 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](reference.md)
- For workflow examples, see [examples.md](examples.md) Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Workflow → Important Notes → When to Use → Resources
terms -> Replying to ai-comm messages. · For long responses, request file output. · Only use documented parameters. · Cross-AI CLI communication tool for Kitty terminal. · 1. ai-comm list-ai-windows — Find available AI windows 2. · 1. Replying to ai-comm messages. · 2. For long responses, request file output. · 3. Only use documented parameters.
files/cmd -> ai-comm list-ai-windows · ai-comm send <MESSAGE> -w <ID> · /tmp · ai-comm --help
body sha256 -> f27c173393c6
Decide Fit First
Design Intent
How To Use It
Boundaries And Review