cometchat-react-core
Installation
SKILL.md
CometChat React UI Kit — Core Rules
These rules apply to every CometChat React UI Kit integration regardless of framework. They are hard constraints, not suggestions. Framework-specific skills must not contradict them.
HARD RULES
These are non-negotiable constraints. Every framework skill inherits them. They may not be overridden.
INFER_BEFORE_ASK
1. Check .env / .env.local / .env.development for APP_ID, REGION, AUTH_KEY
2. Grep source for CometChatUIKit.init — extract credentials from there
3. Check for /api/auth or /api/cometchat-token endpoints → use loginWithAuthToken, do NOT add Auth Key
4. Only ask user for values that cannot be found or inferred