What problem does it solve?
This entry-point skill orchestrates the integration of CometChat into web and React Native projects by automatically detecting the framework, guiding interactive onboarding, and generating production-grade integration code.
Core Features & Use Cases
- Framework detection and onboarding: identifies the project framework (web: React/Next.js/React Router/Astro; RN: Expo/bare) and guides you through a conversation to tailor the integration.
- Code generation and wiring: writes provider setup, placement components, and route/navigation wiring to fit your app’s structure.
- Framework-agnostic dispatcher: routes to the correct per-framework pattern skills after detection, avoiding framework-specific UI code in the wrong context.
Quick Start
Trigger the skill with /cometchat in your IDE to start an interactive, framework-aware integration workflow.