If you're building chat bots across Slack, Teams, Discord, Telegram, or GitHub, this skill covers the Vercel Chat SDK's unified approach: write your bot logic once with the Chat class, swap adapters per platform, and handle mentions, threads, streaming, and modals without rewriting event handlers. The chaining rules are smart. It nudges you away from direct @slack/bolt or discord.js imports toward the adapter pattern, suggests AI Gateway when it spots raw API keys, and points to Workflow when it sees polling loops that won't survive serverless. Useful if you're tired of maintaining separate codebases for each platform's quirks.
npx skills add https://github.com/vercel/vercel-plugin --skill chat-sdk