Skip to main content

cometchat/cometchat-skills

SkillsMP는 cometchat/cometchat-skills에서 132개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
132
GitHub 스타
89
GitHub 포크
2

수집된 skill 132개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

CometChat Calls SDK v5 integration for native Android (V5 stable, Java + Kotlin Views). Covers SDK setup (Cloudsmith Maven, CallAppSettings, init), the dual-SDK ringing pattern (Chat SDK initiateCall + Calls SDK joinSession), session settings, event…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls v6 integration for native Android (V6 stable, GA 2026-05-25 — Compose + Kotlin Views). Works end-to-end on chatuikit-compose-android:6.0.0 (validated 2026-05-12 against web peer) — but only with FIVE non-obvious workarounds the kit itself…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Android UIKit v6 core setup — Gradle dependencies, SDK initialization, login/logout, and message sending

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls integration for Angular UI Kit v5 (@cometchat/chat-uikit-angular@5). Covers enabling calling via UIKitSettingsBuilder().setCallingEnabled(true), the kit's standalone call components (<cometchat-call-buttons>, <cometchat-incoming-call>,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Foundational rules for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone-component setup, UIKitSettingsBuilder init, Promise-based login (bare uid string), loggedInUser$ observable, environment config, CSS-variable theming, and the…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Entry-point for adding CometChat Voice & Video Calling to any React, React Native, Angular, native Android, native iOS, or Flutter project. Detects the framework, picks standalone (calls-only) vs additive (calls on top of existing chat) mode, and routes to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Shared rules for CometChat React UI Kit v6. Always loaded alongside framework + placement skills. Read this first.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls integration for Flutter UIKit v5 (GetX-based chat kit) on the v5 Calls SDK (cometchat_calls_sdk ^5.0.2, added as a DIRECT dependency — raw SDK + custom call surface). Covers the 5.x lifecycle…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls integration for Flutter UIKit v6 (Bloc-based, stable). Production-ready at v6.0.1 GA (validated 2026-05-27 on Pixel 3) with ONE explicit MaterialApp wiring requirement still active from v6.0.0-beta2 — MaterialApp MUST wire navigatorKey to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use when writing any code that uses cometchat_chat_uikit. Contains hard rules that prevent silent failures, crashes, and subtle bugs. Covers CometChatUIKit.init, login, logout, UIKitSettings, UIKitSettingsBuilder, listener lifecycle, theme caching, Scaffold…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls SDK v5 integration for native iOS (Swift; SwiftUI + UIKit hosting). Covers SDK install (SPM + CocoaPods), file-based init via cometchat-settings.json (CometChatCalls.initFromSettings, ai-agent telemetry) with builder fallback, dual-SDK ringing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Shared rules for CometChat iOS UI Kit v5. Always loaded alongside placement skills. Read this first.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls SDK integration for React Native (Expo managed + bare CLI). Covers @cometchat/calls-sdk-react-native install, dual-SDK init, native module linking (iOS pods, Android Gradle), VoIP push via react-native-callkeep +…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Shared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills. Read this first.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChat Calls SDK integration for web React apps (Vite, CRA, Next.js, React Router, Astro). Covers @cometchat/calls-sdk-javascript install, dual-SDK init (Chat SDK + Calls SDK), generateToken (v4's getRTCToken was removed in v5), the kit's…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Entry-point for CometChat integration in any React, React Native, Angular, Android, Flutter, or iOS project — web (React/Next.js/React Router/Astro), React Native (Expo/bare), Angular (12-15), native Android (V6 stable, V5 legacy), Flutter (V6 stable, V5…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Angular-specific integration patterns for CometChat UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone bootstrap with main.ts init-before-bootstrap, functional route guards (CanActivateFn), lazy standalone routes (loadComponent), NgZone correctness for…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework-specific patterns for integrating CometChat React UI Kit v6 into Astro projects using React islands. Covers client:only rendering, island communication, CSS handling, and common pitfalls.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Add features (calls, reactions, polls, file sharing, presence, etc.) to an already-integrated CometChat project. Routes to the right sub-flow based on feature type — default (already enabled), extension (API toggle), ai-feature (API toggle + OpenAI key),…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Localization (i18n) across all CometChat UI Kit families — React, React Native, Angular, Android (V5/V6), iOS, Flutter (V5/V6). Covers CometChatLocalize.init signature differences (positional vs object), bundled languages, custom-language registration, RTL…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Integration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permissions, Apple privacy manifest, native module linking, Metro config.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Integration patterns for Expo managed workflow — app.json config, permissions, gesture handler setup, env vars, Expo Router file-based routing subsection.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Feature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation / link preview / collaborative doc / whiteboard / smart replies), AI agent, in-call chat. When to toggle, install, or swap.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS privacy manifest, Android Maven, Metro cache, permissions, calls, extensions, v4-to-v5 upgrade. For push-specific symptoms see cometchat-native-push §…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework-specific patterns for integrating CometChat React UI Kit v6 into Next.js projects (App Router and Pages Router). Covers SSR prevention, provider setup, route placement, API routes, and common pitfalls.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework-specific patterns for integrating CometChat React UI Kit v6 into React projects (Vite or CRA). Covers provider setup, routing, layout integration, env vars, and common pitfalls.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework-specific patterns for integrating CometChat React UI Kit v6 into React Router projects (v6 library mode and v7 framework mode). Covers SSR prevention, routing patterns, outlet nesting, and common pitfalls.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Integration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permissions, Apple privacy manifest, native module linking, Metro config.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Component catalog for the CometChat React Native UI Kit v5 — names, props, slot views, request builders, hide flags, style shape. Always loaded before writing CometChat* JSX.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Shared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills. Read this first.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Customize the CometChat React Native UI Kit without forking — four-tier model: props → request builders → text formatters + message templates → DataSource decorators + event bus.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Integration patterns for Expo managed workflow — app.json config, permissions, gesture handler setup, env vars, Expo Router file-based routing subsection.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Feature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation / link preview / collaborative doc / whiteboard / smart replies), AI agent, in-call chat. When to toggle, install, or swap.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Where to put chat in a React Native app — Stack screen, BottomTab, Modal, BottomSheet, Embedded. Maps each to CometChat component composition with ASCII layout references.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Production-readiness for React Native — server-minted auth tokens, user management CRUD, external-backend recipes (Express / Hono / Firebase Functions / Vercel Serverless). RN has no API routes, so the backend is always external.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Push notifications for React Native CometChat — APNs + FCM setup, dashboard provider configuration, client registration, token lifecycle, foreground display, background wake, tap-to-deep-link, and the Expo Go / APNs-environment traps that silently break…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Testing patterns for CometChat React Native — Jest + React Native Testing Library setup, mocking the UI Kit + SDK, testing custom bubbles / headers / composer actions, snapshot pitfalls, E2E with Detox vs Maestro, and CI integration. Covers what to test vs…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CometChatThemeProvider + CometChatI18nProvider — color tokens, typography, dark mode, per-component style overrides, and localization (18 built-in languages + custom translations). The JS theme object replaces CSS variables.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS privacy manifest, Android Maven, Metro cache, permissions, calls, extensions, v4-to-v5 upgrade. For push-specific symptoms see cometchat-native-push §…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Entry-point for CometChat integration. Guides a multi-step interactive conversation to understand the project, gather requirements, and write production-quality integration code.

원문 언어: 영어

업데이트
수집된 skill 132개 중 40개를 표시합니다.