cometchat-angular-placement
Installation
SKILL.md
Purpose
Teaches Claude the five canonical placement patterns for putting chat inside an Angular app. Each pattern specifies:
- Which CometChat components to compose
- How to wire the placement into Angular Router or Angular Material
- Layout gotchas (flex containers, height constraints, z-index)
- When to choose this placement over the alternatives
Read cometchat-angular-core and cometchat-angular-components before this skill — the init/login lifecycle and component catalog are prerequisites.
Ground truth: docs/ui-kit/angular/getting-started, docs/ui-kit/angular/multi-tab-chat-ui-guide, and @cometchat/chat-uikit-angular@4.x composite components.