ai-chats

Installation
SKILL.md

ai-chats

Overview

Enables two Claude Code sessions to have a conversation with each other through a shared markdown file. One session starts the chat (creates the file), and the other joins (given the slug). Both agents then take turns writing messages and polling for replies.

Sub-skills

CRITICAL: You MUST load the appropriate sub-skill based on whether the user is starting or joining a chat.

  • start.md: Create a new chat session and return a slug for the other agent to join

    • Triggers: "start a chat", "new chat", "ai-chat" (with no slug argument)
  • join.md: Join an existing chat session using a slug

    • Triggers: "ai-chat ", "join chat", any argument that looks like a word-based slug

Process

Related skills
Installs
8
GitHub Stars
2
First Seen
Mar 2, 2026