Skip to main content

Skills in this repository

cometchat/cometchat-skills - Page 2

SkillsMP has collected 132 skills from cometchat/cometchat-skills. Open a skill to review its source and details.

cometchat/cometchat-skills

Showing 40 of 132 collected skills.

occupation
Web & Digital Interface Designers
description

Accessibility (a11y) for CometChat UI Kit integrations across all families — React, React Native, Angular, Android (V5/V6), iOS, Flutter. Covers WCAG 2.1 AA targets, keyboard navigation in chat, screen reader announcements (live regions for new messages),…

updated
occupation
Software Developers
description

Complete catalog of CometChat Android UI Kit v5 components. Reference before writing integration code — never invent component names.

updated
occupation
Software Developers
description

Foundational rules for CometChat Android UI Kit v5. Initialization, login, UIKitSettings builder, dependency setup, and anti-patterns. Read this first.

updated
occupation
Software Developers
description

Customize CometChat components beyond theming — custom message templates, DataSource decorators, event listeners, and custom view slots.

updated
occupation
Software Developers
description

Extension architecture for CometChat Android — ExtensionsDataSource, decorators, built-in extensions, and how to create custom extensions.

updated
occupation
Software Developers
description

Add features (calls, reactions, polls, file sharing, AI, etc.) to an already-integrated CometChat project. Routes to the right sub-flow based on feature type.

updated
occupation
Software Developers
description

Where to put CometChat in your Android app — Activity, Fragment, BottomSheet, Dialog, Tab, or embedded patterns.

updated
occupation
Software Developers
description

Production readiness for CometChat Android — server-side token auth, user management CRUD, ProGuard rules, and security checklist.

updated
occupation
Software Developers
description

Push notifications for CometChat Android — FCM setup, CometChatNotifications API, token registration with PushPlatforms, foreground/background handling, notification channels, reply-from-notification, and tap-to-deep-link.

updated
occupation
Software Developers
description

Entry-point dispatcher for CometChat Android UI Kit v5. Detects project setup, understands what the dev is building, and routes to the right sub-skills.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Testing patterns for CometChat Android — JUnit + Mockito setup, mocking the SDK, Espresso UI tests, E2E with Maestro, and CI integration.

updated
occupation
Software Developers
description

Customize CometChat UI to match your app's design system. Covers CometChatTheme, XML attributes, style classes, dark mode, and color system.

updated
occupation
Software Developers
description

Diagnose and fix problems with a CometChat Android integration. Gradle errors, runtime crashes, rendering issues, and version compatibility.

updated
occupation
Software Developers
description

CometChat Android UIKit v6 UIKitSettings configuration — all builder options for SDK init, presence, calling, and host overrides

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Jetpack Compose component catalog — all @Composable chat UI components, their parameters, styles, and usage

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Compose customization — BubbleFactory interface, slot lambdas, @Immutable style classes, and per-slot overrides

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Compose placement — setContent, Compose Navigation, Dialog, BottomSheet, and Tab patterns

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Jetpack Compose theming — CometChatTheme, CompositionLocal color schemes, typography, shapes, and dark mode

updated
occupation
Software Developers
description

CometChat Android UIKit v6 event system — SharedFlow-based reactive event bus for messages, calls, users, groups, conversations, and UI events

updated
occupation
Software Developers
description

CometChat Android UIKit v6 extension architecture — DataSource/Repository pattern, custom message types, and data-layer overrides

updated
occupation
Software Developers
description

CometChat Android UIKit v6 feature catalog — AI features, reactions, polls, stickers, moderation, collaborative, and media features

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Kotlin Views component catalog — all custom View chat UI components, their properties, styles, and usage

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Kotlin Views customization — BubbleFactory abstract class, BubbleViewProvider, style classes, and per-slot overrides

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Kotlin Views placement — Activity, Fragment, BottomSheet, Tab, and Intent navigation patterns

updated
occupation
Software Developers
description

CometChat Android UIKit v6 Kotlin Views theming — CometChatTheme singleton, XML attributes, programmatic overrides, typography, and dark mode

updated
occupation
Software Developers
description

V5→V6 migration recipes for native Android. CometChat ships V5 (chat-uikit-android:5.x — Java + Kotlin Views) and V6 (chatuikit-{compose,kotlin}-android:6.x — GA 2026-05-25 — Compose surface OR Kotlin Views, calls bundled) side-by-side. Covers when to migrate…

updated
occupation
Software Developers
description

CometChat Android UIKit v6 production readiness — token auth, ProGuard/R8, security checklist, release configuration

updated
occupation
Software Developers
description

CometChat Android UIKit v6 push notifications — FCM setup, chat/call notification handling, VoIP integration, and deep-linking

updated
occupation
Software Developers
description

Entry-point dispatcher for CometChat Android UIKit v6 — routes to the correct skill based on project stack and task

updated
occupation
Software Quality Assurance Analysts & Testers
description

CometChat Android UIKit v6 testing — unit testing ViewModels, Compose UI testing, Espresso, Maestro, and CI configuration

updated
occupation
Software Developers
description

CometChat Android UIKit v6 troubleshooting — diagnostic table, common issues, and fixes for both Kotlin Views and Compose stacks

updated
occupation
Software Developers
description

Component catalog for the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone <cometchat-*> selectors, verified @Input bindings, @Output events, @Input callback props, and template slot views. Always loaded before writing any…

updated
occupation
Software Developers
description

Customize the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) without forking — four-tier model: Angular @Input slot views → request builders → text formatters + message-action options + per-type bubble views → event bus. Standalone components,…

updated
occupation
Software Developers
description

Feature catalog for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — how to enable/configure calls, reactions, mentions, AI (smart replies / conversation starter / summary), polls, stickers, collaborative doc/whiteboard, message translation,…

updated
occupation
Software Developers
description

Where to put chat in an Angular UI Kit v5 app — Route-based, Sidebar, Modal/Dialog, Tab-based, and Embedded placements. Each maps to standalone-component composition (no composites, no NgModule) with Angular Router / Material wiring.

updated
occupation
Software Developers
description

Production-readiness for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — server-minted auth tokens via CometChatUIKit.loginWithAuthToken(authToken), user management CRUD, environment.prod.ts hardening (no authKey, no REST API Key),…

updated
occupation
Software Developers
description

Push notifications for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — web push via Firebase Cloud Messaging (FCM) + the CometChat Notifications API. Covers dashboard FCM provider setup, the firebase-messaging-sw.js service worker,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Testing patterns for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) in Angular 17–21 projects. Covers Jasmine/Karma (default) and Jest, Angular TestBed for STANDALONE components (imports[] not declarations[]), mocking the static CometChatUIKit…

updated
occupation
Software Developers
description

CSS-variable theming for the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — the --cometchat-* token reference, brand color overrides, light/dark mode via CometChatUIKit.themeMode and the kit's ThemeService, global styles.css placement, and…

updated
occupation
Software Developers
description

Diagnose CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) integration failures — peer-dep / Angular-version mismatch, standalone-import 'is not a known element', init-before-render race, assets config, height/layout, NgZone change-detection,…

updated
Showing 40 of 132 collected skills.