Source

cometchat/cometchat-skills

108 skills · 2.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
cometchat-native-push Push notifications for React Native CometChat — APNs + FCM setup, dashboard provider configuration, client registrati…
cometchat/cometchat-skills
6
2
cometchat-native-testing Testing patterns for CometChat React Native — Jest + React Native Testing Library setup, mocking the UI Kit + SDK, te…
cometchat/cometchat-skills
6
3
cometchat-native-theming CometChatThemeProvider + CometChatI18nProvider — color tokens, typography, dark mode, per-component style overrides, …
cometchat/cometchat-skills
6
4
cometchat-native-troubleshooting Diagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS privacy m…
cometchat/cometchat-skills
6
5
cometchat-android-v5 Entry-point dispatcher for CometChat Android UI Kit v5. Detects project setup, understands what the dev is building, …
cometchat/cometchat-skills
5
6
cometchat-android-v5-customization Customize CometChat components beyond theming — custom message templates, DataSource decorators, event listeners, and…
cometchat/cometchat-skills
5
7
cometchat-android-v5-features Add features (calls, reactions, polls, file sharing, AI, etc.) to an already-integrated CometChat project. Routes to …
cometchat/cometchat-skills
5
8
cometchat-android-v5-placement Where to put CometChat in your Android app — Activity, Fragment, BottomSheet, Dialog, Tab, or embedded patterns.
cometchat/cometchat-skills
5
9
cometchat-android-v5-production Production readiness for CometChat Android — server-side token auth, user management CRUD, ProGuard rules, and securi…
cometchat/cometchat-skills
5
10
cometchat-android-v5-push Push notifications for CometChat Android — FCM setup, CometChatNotifications API, token registration with PushPlatfor…
cometchat/cometchat-skills
5
11
cometchat-android-v5-theming Customize CometChat UI to match your app's design system. Covers CometChatTheme, XML attributes, style classes, dark …
cometchat/cometchat-skills
5
12
cometchat-android-v5-troubleshooting Diagnose and fix problems with a CometChat Android integration. Gradle errors, runtime crashes, rendering issues, and…
cometchat/cometchat-skills
5
13
cometchat-android-v6 Entry-point dispatcher for CometChat Android UIKit v6 — routes to the correct skill based on project stack and task
cometchat/cometchat-skills
5
14
cometchat-android-v6-compose-components CometChat Android UIKit v6 Jetpack Compose component catalog — all @Composable chat UI components, their parameters, …
cometchat/cometchat-skills
5
15
cometchat-android-v6-compose-customization CometChat Android UIKit v6 Compose customization — BubbleFactory interface, slot lambdas, @Immutable style classes, a…
cometchat/cometchat-skills
5
16
cometchat-android-v6-compose-theming CometChat Android UIKit v6 Jetpack Compose theming — CometChatTheme, CompositionLocal color schemes, typography, shap…
cometchat/cometchat-skills
5
17
cometchat-android-v6-extensions CometChat Android UIKit v6 extension architecture — DataSource/Repository pattern, custom message types, and data-lay…
cometchat/cometchat-skills
5
18
cometchat-android-v6-features CometChat Android UIKit v6 feature catalog — AI features, reactions, polls, stickers, moderation, collaborative, and …
cometchat/cometchat-skills
5
19
cometchat-android-v6-kotlin-components CometChat Android UIKit v6 Kotlin Views component catalog — all custom View chat UI components, their properties, sty…
cometchat/cometchat-skills
5
20
cometchat-android-v6-kotlin-theming CometChat Android UIKit v6 Kotlin Views theming — CometChatTheme singleton, XML attributes, programmatic overrides, t…
cometchat/cometchat-skills
5
21
cometchat-android-v6-production CometChat Android UIKit v6 production readiness — token auth, ProGuard/R8, security checklist, release configuration
cometchat/cometchat-skills
5
22
cometchat-android-v6-push CometChat Android UIKit v6 push notifications — FCM setup, chat/call notification handling, VoIP integration, and dee…
cometchat/cometchat-skills
5
23
cometchat-android-v6-testing CometChat Android UIKit v6 testing — unit testing ViewModels, Compose UI testing, Espresso, Maestro, and CI configura…
cometchat/cometchat-skills
5
24
cometchat-android-v6-troubleshooting CometChat Android UIKit v6 troubleshooting — diagnostic table, common issues, and fixes for both Kotlin Views and Com…
cometchat/cometchat-skills
5
25
cometchat-angular-core Foundational rules for CometChat Angular UI Kit v4 integration — UIKitSettingsBuilder init pattern, login order, Come…
cometchat/cometchat-skills
5
26
cometchat-angular-customization Customize the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) without forking — four-tier model: Angula…
cometchat/cometchat-skills
5
27
cometchat-angular-production Production-readiness for Angular — server-minted auth tokens, user management CRUD, external-backend recipes (Express…
cometchat/cometchat-skills
5
28
cometchat-angular-theming CometChatThemeService palette — color tokens, light/dark mode, typography, per-component style objects, and CSS varia…
cometchat/cometchat-skills
5
29
cometchat-angular-troubleshooting Diagnose CometChat Angular UI Kit v4 integration failures — init/login, CUSTOM_ELEMENTS_SCHEMA, assets config, module…
cometchat/cometchat-skills
5
30
cometchat-flutter-v5-core Use when writing any code that uses CometChat Flutter UIKit v5 (cometchat_chat_uikit v5.2.14, cometchat_calls_uikit v…
cometchat/cometchat-skills
5
31
cometchat-flutter-v5-troubleshooting Use when debugging CometChat Flutter UIKit v5 issues. Symptom-to-cause lookup, verify checks, common errors, drift de…
cometchat/cometchat-skills
5
32
cometchat-flutter-v6-calls CometChat Calls integration for Flutter UIKit v6 (Bloc-based, stable). Production-ready at v6.0.1 GA (validated 2026-…
cometchat/cometchat-skills
5
33
cometchat-flutter-v6-migration Use when migrating a CometChat Flutter app from UIKit v5 (cometchat_calls_uikit + GetX) to UIKit v6 (cometchat_chat_u…
cometchat/cometchat-skills
5
34
cometchat-flutter-v6-production Production readiness for CometChat Flutter UIKit v6 — server-side auth tokens, user management, Android ProGuard/R8, …
cometchat/cometchat-skills
5
35
cometchat-flutter-v6-theming Use when customizing the visual appearance of CometChat Flutter UIKit v6 components. Triggers on mentions of CometCha…
cometchat/cometchat-skills
5
36
cometchat-flutter-v6-troubleshooting Diagnose and fix CometChat Flutter UIKit v6 integration problems. Covers init failures, login errors, UI rendering is…
cometchat/cometchat-skills
5
37
cometchat-flutter-v6-users-groups Use when implementing user lists, group lists, or group member management with CometChat Flutter UIKit v6. Triggers o…
cometchat/cometchat-skills
5
38
cometchat-ios-components Complete catalog of CometChat iOS UI Kit v5 components with correct usage patterns from official documentation.
cometchat/cometchat-skills
5
39
cometchat-ios-customization Customize CometChat iOS UI Kit beyond theming — custom views, message templates, text formatters, and event handling.
cometchat/cometchat-skills
5
40
cometchat-ios-features Feature catalog for CometChat iOS UI Kit — calls, reactions, polls, stickers, AI features, and extensions.
cometchat/cometchat-skills
5
41
cometchat-ios-placement WHERE to put CometChat in your iOS app — navigation patterns, tab bars, modals, and embedded views.
cometchat/cometchat-skills
5
42
cometchat-ios-theming Customize the look and feel of CometChat iOS UI Kit — colors, fonts, styles, and dark mode support.
cometchat/cometchat-skills
5
43
cometchat-ios-troubleshooting Diagnose and fix common CometChat iOS integration issues — build errors, runtime errors, and debugging techniques.
cometchat/cometchat-skills
5
44
cometchat-angular-components Component catalog for the CometChat Angular UI Kit v4 — HTML selector names, Angular Input bindings, Output events, s…
cometchat/cometchat-skills
4
45
cometchat-angular-features Feature catalog for Angular — calls (separate SDK), extensions (polls / stickers / translation / link preview / colla…
cometchat/cometchat-skills
4
46
cometchat-angular-patterns Angular-specific integration patterns for CometChat UI Kit v4 — lazy loading, route guards, Angular Router integratio…
cometchat/cometchat-skills
4
47
cometchat-angular-placement Where to put chat in an Angular app — Route-based, Sidebar, Modal/Dialog, Tab-based, and Embedded placements. Maps ea…
cometchat/cometchat-skills
4
48
cometchat-flutter-v5 Use when building chat with CometChat Flutter UIKit v5 (cometchat_chat_uikit v5.2.14, cometchat_calls_uikit v5.0.15).…
cometchat/cometchat-skills
4
49
cometchat-flutter-v5-calls Use when working with CometChat Flutter UIKit v5 call components. Triggers on CometChatCallButtons, CometChatIncoming…
cometchat/cometchat-skills
4
50
cometchat-flutter-v5-conversations Use when working with CometChat Flutter UIKit v5 conversation list component. Triggers on CometChatConversations, con…
cometchat/cometchat-skills
4
Page 2 · 108 total Previous Next