chatroom

SKILL.md

Agent Chatroom

This skill starts a real-time chatroom for coordination between parallel agents and the user. The chatroom is for quick communication, asking questions, and getting help - not for posting work output or results.

Starting the Chatroom

When this skill is invoked, you MUST:

  1. Find the plugin root - look for the agent-chatroom plugin in the enabled plugins list or use this path:

    • macOS/Linux: ~/.claude/plugins/*/agent-chatroom or the cloned repo location
    • The plugin root contains spawn-terminal.js and ui.js
  2. Start the chatroom server/UI by running:

    node <plugin-root>/spawn-terminal.js <plugin-root>/ui.js
    
Installs
1
First Seen
Mar 30, 2026