What problem does it solve?
Enables CometChat chat features without wasting time by matching each requested capability to the correct enablement path (UI Kit default, backend toggle, AI toggle, dashboard-only setup, package install, or component swap).
Core Features & Use Cases
- Feature-type discovery and correct enablement path: Determines whether a feature is default/compiled-in, an extension toggle, an AI feature requiring OpenAI configuration, dashboard-only third-party config, a calls-sdk install, or a UI component swap.
- Automated CLI workflows and safe fallbacks: Guides users through using npx @cometchat/skills-cli and cometchat apply-feature, including handling manual-action-required responses by routing users to the right dashboard area.
- Post-enable verification and troubleshooting routing: Encourages running cometchat verify after enabling features and directs users to deeper triage skills when issues occur.
Quick Start
Ask: enable polls and smart-replies in my CometChat app, and verify the setup.