Skills by cometchat
-
Cometchat Android V5
unlicensed· ★ 61 · updated 2026-06-23 — This skill acts as your starting point for adding CometChat messaging to Android apps. It detects your project configuration, understands what you're building, and directs you to…
-
Cometchat Android V5 Components
unlicensed· ★ 61 · updated 2026-06-23 — Reference guide for all CometChat Android UI Kit v5 components—CometChatConversations, CometChatMessageList, CometChatMessageComposer, CometChatMessageHeader, and lower-level…
-
Cometchat Android V5 Core
unlicensed· ★ 61 · updated 2026-06-23 — Master the foundational setup for CometChat on Android—initialize the SDK, build UIKitSettings, add dependencies, and authenticate users. Covers Gradle configuration,…
-
Cometchat Android V5 Placement
unlicensed· ★ 61 · updated 2026-06-23 — This skill covers six placement patterns for integrating CometChat into Android projects: dedicated Activity, Fragment, BottomSheet, Dialog, Tab/ViewPager, and embedded view. Each…
-
Cometchat Android V5 Testing
unlicensed· ★ 61 · updated 2026-06-23 — This skill enables developers to thoroughly test CometChat's Android V5 SDK, ensuring messaging, user authentication, and real-time features work correctly in your Android…
-
Cometchat Android V5 Theming
unlicensed· ★ 61 · updated 2026-06-23 — Learn to theme CometChat Android V5 by defining XML theme attributes, using the CometChatTheme static class for runtime overrides, and applying per-component styles. Covers…
-
Cometchat Android V6
unlicensed· ★ 61 · updated 2026-06-23 — This dispatcher skill identifies whether your Android project uses Kotlin Views or Jetpack Compose, then routes you to the appropriate CometChat v6 skill for your task. It covers…
-
Cometchat Android V6 Builder Settings
unlicensed· ★ 61 · updated 2026-06-23 — Reference for UIKitSettingsBuilder — configure presence subscriptions (all users, roles, or friends), enable calling features, and override host URLs for CometChat Android V6…
-
Cometchat Android V6 Calls
unlicensed· ★ 61 · updated 2026-06-23 — Integrate production-grade calling into native Android using CometChat V6's UI kit for Compose or Kotlin Views. This skill documents five required workarounds—including the…
-
Cometchat Android V6 Compose Components
unlicensed· ★ 61 · updated 2026-06-23 — Reference guide to all Jetpack Compose components in CometChat UIKit v6, including list views for conversations and users, messaging components for headers and input, call…
-
Cometchat Android V6 Compose Customization
unlicensed· ★ 61 · updated 2026-06-23 — Build custom message bubble rendering in CometChat Android V6 Compose by implementing BubbleFactory to handle specific message types, override individual slots (avatar, header,…
-
Cometchat Android V6 Compose Placement
unlicensed· ★ 61 · updated 2026-06-23 — Master layout patterns for CometChat's Compose UIKit on Android, covering Compose Navigation with proper route handling, Dialog and BottomSheet placement, and tabbed screen…
-
Cometchat Android V6 Compose Theming
unlicensed· ★ 61 · updated 2026-06-23 — Wrap CometChat Compose components in `CometChatTheme {}` to apply color schemes, typography, shapes, and dark mode support. Override the primary color, access theme tokens in…
-
Cometchat Android V6 Core
unlicensed· ★ 61 · updated 2026-06-23 — Add CometChat's Android UIKit v6 to your project with proper Gradle configuration, initialize the SDK, and handle user login and message sending. Covers the shared core module…
-
Cometchat Android V6 Kotlin Placement
unlicensed· ★ 61 · updated 2026-06-23 — Integrate CometChat's Kotlin Views into Android layouts across Activities, Fragments, BottomSheets, and tabbed interfaces. Learn placement patterns for Conversations, Messages,…
-
Cometchat Android V6 Kotlin Theming
unlicensed· ★ 61 · updated 2026-06-23 — Apply and customize CometChat themes in Kotlin Views using the CometChatTheme singleton, XML attributes, or programmatic color and font overrides. Supports dark mode detection and…
-
Cometchat Android V6 Migration
unlicensed· ★ 61 · updated 2026-06-23 — Step-by-step migration guide for moving Android apps from CometChat UIKit V5 to the stable V6 release. Covers dependency rewrites, the Compose vs Kotlin Views surface choice,…
-
Cometchat Android V6 Production
unlicensed· ★ 61 · updated 2026-06-23 — This skill guides you through hardening a CometChat V6 Android app for production release. Switch from authKey to server-generated token authentication, configure ProGuard/R8…
-
Cometchat Android V6 Push
unlicensed· ★ 61 · updated 2026-06-23 — Integrate Firebase Cloud Messaging into your CometChat v6 Android app to deliver chat and incoming call notifications. The skill covers FCM setup, token registration via the…
-
Cometchat Android V6 Testing
unlicensed· ★ 61 · updated 2026-06-23 — This skill helps developers verify Cometchat Android V6 implementation by running comprehensive tests on messaging features, user interactions, and platform compatibility. Use it…
-
Cometchat Android V6 Troubleshooting
unlicensed· ★ 61 · updated 2026-06-23 — Resolve common CometChat Android UIKit v6 problems spanning initialization, component rendering, push notifications, and calls across both Kotlin Views and Jetpack Compose…
-
Cometchat Ios Testing
unlicensed· ★ 61 · updated 2026-06-23 — This skill enables developers to systematically test Cometchat's messaging capabilities on iOS devices, ensuring chat features work reliably across Apple platforms. Verify user…
-
Cometchat Native Bare Patterns
unlicensed· ★ 61 · updated 2026-06-23 — This skill provides foundational messaging UI patterns from CometChat designed for native application development. Leverage pre-configured components to accelerate chat feature…
-
Cometchat Native Calls
unlicensed· ★ 61 · updated 2026-06-23 — This skill activates built-in calling capabilities for Cometchat, letting you establish voice and video connections without external integrations. Configure call settings, manage…
-
Cometchat Native Components
unlicensed· ★ 61 · updated 2026-06-23 — Cometchat Native Components delivers pre-built UI elements designed to accelerate chat feature implementation in mobile and web applications. These components integrate directly…
-
Cometchat Native Core
unlicensed· ★ 61 · updated 2026-06-23 — Cometchat Native Core provides developers with a robust foundation for embedding live messaging directly into native mobile and desktop applications. The SDK handles real-time…
-
Cometchat Native Customization
unlicensed· ★ 61 · updated 2026-06-23 — This skill enables you to personalize Cometchat Native's user interface to align with your application's visual identity and design system. Modify themes, component styling, and…
-
Cometchat Native Expo Patterns
unlicensed· ★ 61 · updated 2026-06-23 — This skill teaches you how to integrate Cometchat's messaging capabilities into Expo-based React Native projects by following established architectural patterns. You'll learn the…
-
Cometchat Native Features
unlicensed· ★ 61 · updated 2026-06-23 — This skill provides an overview of Cometchat's native functionality, helping you understand the platform's core capabilities without additional integrations. Discover what…
-
Cometchat Native Placement
unlicensed· ★ 61 · updated 2026-06-23 — This skill connects CometChat's messaging platform directly into your application architecture, letting you embed live chat and user communication without building from scratch.…
-
Cometchat Native Testing
unlicensed· ★ 61 · updated 2026-06-23 — This skill guides you through establishing a robust testing environment for Cometchat's native application stack. Learn to deploy testing infrastructure, integrate validation…
-
Cometchat Native Troubleshooting
unlicensed· ★ 61 · updated 2026-06-23 — This skill helps developers diagnose and resolve common technical challenges when integrating Cometchat Native into their applications. It covers error identification, debugging…