What problem does it solve? Building bots for Slack, Teams, Discord, Telegram, and other chat platforms normally requires learning each platform's API and event model separately. This Skill provides unified guidance for the Chat SDK (chat npm package) so you write bot logic once and deploy it across many platforms. ## Core Features & Use Cases - Multi-Platform Bot Development: Handle mentions, direct messages, thread subscriptions, reactions, slash commands, cards, modals, and files across Slack, Microsoft Teams, Google Chat, Discord, Telegram, GitHub, Linear, and WhatsApp. - Project Scaffolding: Use create-chat-sdk to generate a working Next.js bot project without interactive prompts. - Adapter Discovery: Query the zero-dependency chat/adapters catalog for adapter slugs, npm packages, and required environment variables before installing anything. - Use Case: A developer wants a Slack bot that streams AI responses to mentions. The Skill points them to the shipped guides in node_modules/chat/resources/guides/ covering AI SDK integration, approval cards, and deployment. ## Quick Start Scaffold a new chat bot project by running create-chat-sdk, then ask the assistant to build a Slack bot that responds to mentions using the Chat SDK guides.