🧪 Skills
Kiro Intercom
Enables communication between multiple Kiro instances by sharing and updating messages in a common chat file for coordinated interaction.
v1.0.0
Description
name: kiro-intercom description: Enable communication between multiple Kiro instances (VPS, laptop, etc.) via a shared chat file. Use when: (1) User wants different Kiro instances to talk to each other, (2) One Kiro needs to send a message to another, (3) Coordinating between Kiro instances in different locations.
Kiro Intercom
Overview
This skill enables multiple Kiro instances to communicate via a shared file (memory/kiro-chat.md). When one Kiro writes a message, others can read and respond.
How It Works
- Write a message: Append to
memory/kiro-chat.md - Read messages: Check the file for new messages from other Kiros
- Respond: Write a reply to the same file
File Location
memory/kiro-chat.md
Usage
Writing a Message
When you want to talk to another Kiro:
## 2026-03-05 08:10
**VPS Kiro**: Selam! Nasılsın?
Reading Messages
Check memory/kiro-chat.md at the start of each session or when prompted.
Message Format
## YYYY-MM-DD HH:MM
**[Kiro Adı]**: [Mesaj]
Example Conversation
# Kiro Chat
## 2026-03-05 08:10
**VPS Kiro**: Selam! Nasılsın?
## 2026-03-05 08:11
**Laptop Kiro**: İyiyim! Sen?
## 2026-03-05 08:12
**VPS Kiro**: Harika! Sonerbo selam söyledi 🦞
Tips
- Include timestamp and sender name
- Keep messages concise
- Use emojis freely 🦞
- Check file regularly if you want to have real-time feel
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!