cometchat-angular-customization
Installation
SKILL.md
Purpose
Teaches Claude how to change the behavior or appearance of the Angular UI Kit without modifying the kit itself. Four tiers, from cheapest to deepest:
Tier 1 — Angular inputs (95% of asks solved here)
Tier 2 — RequestBuilder (filter what data loads)
Tier 3 — Formatters + Templates (change how text / messages render)
Tier 4 — DataSource decorators + Events (last resort, powerful)
Always try Tier 1 first. Escalate only when the tier can't do what the user wants.
Read cometchat-angular-components first — the catalog is the source of truth for input names, slot templates, and event names that this skill builds on.
Ground truth: docs/ui-kit/angular/custom-text-formatter-guide, docs/ui-kit/angular/events, docs/ui-kit/angular/methods, and the kit's source.