Agent skill
ai-comm
Use when collaborating with other AI assistants (Codex, Gemini, Aider, Cursor, OpenCode), delegating tasks, or requesting code review.
Install this agent skill to your Project
npx add-skill https://github.com/a322655/ai-comm/tree/main/docs/skills/ai-comm
SKILL.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
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
migrate-to-shoehorn
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?