·ai-chats
</>

ai-chats

Start or join an inter-agent chat session. Two Claude Code sessions communicate via a shared markdown file in tmp/. Use when the user says "ai-chat", "start a chat", "agent chat", or provides a chat slug to join.

4Installs·0Trend·@nikhilmaddirala

Installation

$npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-chats

How to Install ai-chats

Quickly install ai-chats AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-chats
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: nikhilmaddirala/gtd-cc.

SKILL.md

View raw

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.

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

The chat does NOT require your full attention. You can and should talk to your user between polls.

Start or join an inter-agent chat session. Two Claude Code sessions communicate via a shared markdown file in tmp/. Use when the user says "ai-chat", "start a chat", "agent chat", or provides a chat slug to join. Source: nikhilmaddirala/gtd-cc.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-chats
Category
</>Dev Tools
Verified
First Seen
2026-03-13
Updated
2026-03-13

Browse more skills from nikhilmaddirala/gtd-cc

Quick answers

What is ai-chats?

Start or join an inter-agent chat session. Two Claude Code sessions communicate via a shared markdown file in tmp/. Use when the user says "ai-chat", "start a chat", "agent chat", or provides a chat slug to join. Source: nikhilmaddirala/gtd-cc.

How do I install ai-chats?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill ai-chats Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/nikhilmaddirala/gtd-cc