cometchat-angular-troubleshooting
Installation
SKILL.md
Purpose
Teaches Claude how to diagnose and fix CometChat Angular UI Kit v4 integration failures. Covers every category of failure across NgModule and standalone component setups, with an up-front triage flow so Claude asks the right questions before assuming a fix.
Read cometchat-angular-core first — most "why doesn't this work" issues trace to the init/login/module setup explained there.
Ground truth: docs/ui-kit/angular/troubleshooting, docs/ui-kit/angular/getting-started, and first-hand failure modes from real integrations.
1. Triage — read project state before guessing
When the user reports a problem, gather facts before proposing a fix.
1a. Is CUSTOM_ELEMENTS_SCHEMA in every module that uses <cometchat-*> tags?
grep -r "CUSTOM_ELEMENTS_SCHEMA" src/