Source

cometchat/cometchat-skills

108 skills · 2.2K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
cometchat Entry-point for CometChat integration in any React, React Native, Angular, Android, Flutter, or iOS project — web (Re…
cometchat/cometchat-skills
393
2
cometchat-a11y Accessibility (a11y) for CometChat UI Kit integrations across all families — React, React Native, Angular, Android (V…
cometchat/cometchat-skills
358
3
cometchat-calls Entry-point for adding CometChat Voice & Video Calling to any React, React Native, Angular, native Android, native iO…
cometchat/cometchat-skills
356
4
cometchat-i18n Localization (i18n) across all CometChat UI Kit families — React, React Native, Angular, Android (V5/V6), iOS, Flutte…
cometchat/cometchat-skills
354
5
cometchat-theming Customize CometChat UI to match the user's app design system. Covers the CSS variable cascade, preset themes, brand c…
cometchat/cometchat-skills
23
6
cometchat-customization Customize a CometChat React UI Kit integration beyond what `cometchat init` and `cometchat apply-feature` produce — c…
cometchat/cometchat-skills
22
7
cometchat-features Add features (calls, reactions, polls, file sharing, presence, etc.) to an already-integrated CometChat project. Rout…
cometchat/cometchat-skills
22
8
cometchat-troubleshooting Diagnose and fix problems with a CometChat integration. Runs verify checks, detects drift, looks up symptom-to-cause …
cometchat/cometchat-skills
22
9
cometchat-core Shared rules for CometChat React UI Kit v6. Always loaded alongside framework + placement skills. Read this first.
cometchat/cometchat-skills
19
10
cometchat-astro-patterns Framework-specific patterns for integrating CometChat React UI Kit v6 into Astro projects using React islands. Covers…
cometchat/cometchat-skills
18
11
cometchat-components Complete catalog of CometChat React UI Kit v6 components. Reference before writing integration code -- never invent c…
cometchat/cometchat-skills
18
12
cometchat-react-patterns Framework-specific patterns for integrating CometChat React UI Kit v6 into React projects (Vite or CRA). Covers provi…
cometchat/cometchat-skills
17
13
cometchat-nextjs-patterns Framework-specific patterns for integrating CometChat React UI Kit v6 into Next.js projects (App Router and Pages Rou…
cometchat/cometchat-skills
16
14
cometchat-placement Production integration patterns -- how to add CometChat as a route, modal, drawer, embedded panel, or widget in an ex…
cometchat/cometchat-skills
16
15
cometchat-production Production readiness for CometChat — server-side token auth, user management CRUD, environment hardening, and securit…
cometchat/cometchat-skills
16
16
cometchat-react-router-patterns Framework-specific patterns for integrating CometChat React UI Kit v6 into React Router projects (v6 library mode and…
cometchat/cometchat-skills
16
17
cometchat-react-nextjs Integrate CometChat React UI Kit v6 into a Next.js project (App Router or Pages Router) using the @cometchat/skills-c…
cometchat/cometchat-skills
12
18
cometchat-react-testing Testing patterns for CometChat React UI Kit v6 in Vite / Next.js / React Router / Astro projects. Covers Vitest + Rea…
cometchat/cometchat-skills
12
19
cometchat-react-calls CometChat Calls SDK integration for web React apps (Vite, CRA, Next.js, React Router, Astro). Covers @cometchat/calls…
cometchat/cometchat-skills
11
20
cometchat-react-push Push notifications for CometChat React UI Kit v6 in Vite / Next.js / React Router / Astro projects. Recommended path …
cometchat/cometchat-skills
11
21
cometchat-react-reactjs Integrate CometChat React UI Kit v6 into a React (Vite or CRA) project using the @cometchat/skills-cli. Replaces the …
cometchat/cometchat-skills
10
22
cometchat-react-astro Integrate CometChat React UI Kit v6 into an Astro project using React islands and the @cometchat/skills-cli. Replaces…
cometchat/cometchat-skills
9
23
cometchat-react-react-router Integrate CometChat React UI Kit v6 into a React Router project (v6 or v7) using the @cometchat/skills-cli. Replaces …
cometchat/cometchat-skills
9
24
cometchat-ios-core Shared rules for CometChat iOS UI Kit v5. Always loaded alongside placement skills. Read this first.
cometchat/cometchat-skills
7
25
cometchat-native-bare-patterns Integration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permissions, Appl…
cometchat/cometchat-skills
7
26
cometchat-native-components Component catalog for the CometChat React Native UI Kit v5 — names, props, slot views, request builders, hide flags, …
cometchat/cometchat-skills
7
27
cometchat-native-core Shared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills…
cometchat/cometchat-skills
7
28
cometchat-native-expo-patterns Integration patterns for Expo managed workflow — app.json config, permissions, gesture handler setup, env vars, Expo …
cometchat/cometchat-skills
7
29
cometchat-react-core Shared rules for any CometChat React UI Kit v6 integration. Use as foundational context alongside a framework-specifi…
cometchat/cometchat-skills
7
30
cometchat-android-v5-components Complete catalog of CometChat Android UI Kit v5 components. Reference before writing integration code — never invent …
cometchat/cometchat-skills
6
31
cometchat-android-v5-core Foundational rules for CometChat Android UI Kit v5. Initialization, login, UIKitSettings builder, dependency setup, a…
cometchat/cometchat-skills
6
32
cometchat-android-v5-extensions Extension architecture for CometChat Android — ExtensionsDataSource, decorators, built-in extensions, and how to crea…
cometchat/cometchat-skills
6
33
cometchat-android-v5-testing Testing patterns for CometChat Android — JUnit + Mockito setup, mocking the SDK, Espresso UI tests, E2E with Maestro,…
cometchat/cometchat-skills
6
34
cometchat-android-v6-builder-settings CometChat Android UIKit v6 UIKitSettings configuration — all builder options for SDK init, presence, calling, and hos…
cometchat/cometchat-skills
6
35
cometchat-android-v6-compose-placement CometChat Android UIKit v6 Compose placement — setContent, Compose Navigation, Dialog, BottomSheet, and Tab patterns
cometchat/cometchat-skills
6
36
cometchat-android-v6-core CometChat Android UIKit v6 core setup — Gradle dependencies, SDK initialization, login/logout, and message sending
cometchat/cometchat-skills
6
37
cometchat-android-v6-events CometChat Android UIKit v6 event system — SharedFlow-based reactive event bus for messages, calls, users, groups, con…
cometchat/cometchat-skills
6
38
cometchat-android-v6-kotlin-customization CometChat Android UIKit v6 Kotlin Views customization — BubbleFactory abstract class, BubbleViewProvider, style class…
cometchat/cometchat-skills
6
39
cometchat-android-v6-kotlin-placement CometChat Android UIKit v6 Kotlin Views placement — Activity, Fragment, BottomSheet, Tab, and Intent navigation patte…
cometchat/cometchat-skills
6
40
cometchat-flutter-v6-components Complete catalog of CometChat Flutter UI Kit v6 widgets. Reference before writing integration code — never invent wid…
cometchat/cometchat-skills
6
41
cometchat-flutter-v6-core Use when writing any code that uses cometchat_chat_uikit. Contains hard rules that prevent silent failures, crashes, …
cometchat/cometchat-skills
6
42
cometchat-flutter-v6-customization Customize CometChat Flutter UIKit v6 beyond defaults — four tiers: props/view slots, request builders, text formatter…
cometchat/cometchat-skills
6
43
cometchat-flutter-v6-placement Use when deciding WHERE to put CometChat in a Flutter app. Covers placement patterns: tab-based home (IndexedStack), …
cometchat/cometchat-skills
6
44
cometchat-ios Entry-point for CometChat iOS UI Kit integration in any Swift/iOS project. Detects the project type, gathers requirem…
cometchat/cometchat-skills
6
45
cometchat-ios-production Production-ready CometChat iOS setup — server-side auth tokens, security best practices, and deployment checklist.
cometchat/cometchat-skills
6
46
cometchat-ios-push Set up push notifications for CometChat iOS apps — APNs configuration, token registration, and notification handling.
cometchat/cometchat-skills
6
47
cometchat-native-customization Customize the CometChat React Native UI Kit without forking — four-tier model: props → request builders → text format…
cometchat/cometchat-skills
6
48
cometchat-native-features Feature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation / link p…
cometchat/cometchat-skills
6
49
cometchat-native-placement Where to put chat in a React Native app — Stack screen, BottomTab, Modal, BottomSheet, Embedded. Maps each to CometCh…
cometchat/cometchat-skills
6
50
cometchat-native-production Production-readiness for React Native — server-minted auth tokens, user management CRUD, external-backend recipes (Ex…
cometchat/cometchat-skills
6
Page 1 · 108 total Next