cometchat-react-nextjs
Installation
SKILL.md
Use this skill when
The user wants to integrate CometChat into a Next.js project (App Router or Pages Router).
Do not use this skill when
- The project is plain React.js (Vite/CRA) → use
cometchat-react-reactjs - The project uses React Router → use
cometchat-react-react-router - The project uses Astro → use
cometchat-react-astro
How this skill works
Thin glue around two things: (a) the cometchat CLI for deterministic
scaffolding, (b) the CometChat docs MCP for everything else. Never invent
SDK signatures from memory.