.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cometchat/cometchat-skills
home/skills/cometchat/cometchat-skills
cometchat avatar

cometchat/cometchat-skills

56 skills · 976 total installs

View on GitHub
$npx skills add cometchat/cometchat-skills
SkillInstalls
cometchatEntry-point for CometChat integration. Guides a multi-step interactive conversation to understand the project, gather requirements, and write…370cometchat-a11yAccessibility (a11y) for CometChat UI Kit integrations across all families — React, React Native, Angular, Android (V5/V6), iOS, Flutter.336cometchat-native-bare-patternsIntegration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permissions, Apple privacy manifest, native module linking,…7cometchat-native-componentsComponent catalog for the CometChat React Native UI Kit v5 — names, props, slot views, request builders, hide flags, style shape.7cometchat-native-coreShared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills. Read this first.7cometchat-native-expo-patternsIntegration patterns for Expo managed workflow — app.json config, permissions, gesture handler setup, env vars, Expo Router file-based routing subsection.7cometchat-android-v5-componentsComplete catalog of CometChat Android UI Kit v5 components. Reference before writing integration code — never invent component names.6cometchat-android-v5-coreFoundational rules for CometChat Android UI Kit v5. Initialization, login, UIKitSettings builder, dependency setup, and anti-patterns. Read this first.6cometchat-android-v5-extensionsExtension architecture for CometChat Android — ExtensionsDataSource, decorators, built-in extensions, and how to create custom extensions.6cometchat-android-v5-testingTesting patterns for CometChat Android — JUnit + Mockito setup, mocking the SDK, Espresso UI tests, E2E with Maestro, and CI integration.6cometchat-android-v6-builder-settingsCometChat Android UIKit v6 UIKitSettings configuration — all builder options for SDK init, presence, calling, and host overrides6cometchat-android-v6-compose-placementCometChat Android UIKit v6 Compose placement — setContent, Compose Navigation, Dialog, BottomSheet, and Tab patterns6cometchat-android-v6-coreCometChat Android UIKit v6 core setup — Gradle dependencies, SDK initialization, login/logout, and message sending6cometchat-android-v6-eventsCometChat Android UIKit v6 event system — SharedFlow-based reactive event bus for messages, calls, users, groups, conversations, and UI events6cometchat-android-v6-kotlin-customizationCometChat Android UIKit v6 Kotlin Views customization — BubbleFactory abstract class, BubbleViewProvider, style classes, and per-slot overrides6cometchat-android-v6-kotlin-placementCometChat Android UIKit v6 Kotlin Views placement — Activity, Fragment, BottomSheet, Tab, and Intent navigation patterns6cometchat-native-customizationCustomize the CometChat React Native UI Kit without forking — four-tier model: props → request builders → text formatters + message templates → DataSource…6cometchat-native-featuresFeature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation / link preview / collaborative doc / whiteboard /…6cometchat-native-placementWhere to put chat in a React Native app — Stack screen, BottomTab, Modal, BottomSheet, Embedded.6cometchat-native-productionProduction-readiness for React Native — server-minted auth tokens, user management CRUD, external-backend recipes (Express / Hono / Firebase Functions / Vercel…6cometchat-native-pushPush notifications for React Native CometChat — APNs + FCM setup, dashboard provider configuration, client registration, token lifecycle, foreground display,…6cometchat-native-testingTesting patterns for CometChat React Native — Jest + React Native Testing Library setup, mocking the UI Kit + SDK, testing custom bubbles / headers / composer…6cometchat-native-themingCometChatThemeProvider + CometChatI18nProvider — color tokens, typography, dark mode, per-component style overrides, and localization (18 built-in languages +…6cometchat-native-troubleshootingDiagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS privacy manifest, Android Maven, Metro cache,…6cometchat-android-v5Entry-point dispatcher for CometChat Android UI Kit v5. Detects project setup, understands what the dev is building, and routes to the right sub-skills.5cometchat-android-v5-customizationCustomize CometChat components beyond theming — custom message templates, DataSource decorators, event listeners, and custom view slots.5cometchat-android-v5-featuresAdd features (calls, reactions, polls, file sharing, AI, etc.) to an already-integrated CometChat project. Routes to the right sub-flow based on feature type.5cometchat-android-v5-placementWhere to put CometChat in your Android app — Activity, Fragment, BottomSheet, Dialog, Tab, or embedded patterns.5cometchat-android-v5-productionProduction readiness for CometChat Android — server-side token auth, user management CRUD, ProGuard rules, and security checklist.5cometchat-android-v5-pushPush notifications for CometChat Android — FCM setup, CometChatNotifications API, token registration with PushPlatforms, foreground/background handling,…5cometchat-android-v5-themingCustomize CometChat UI to match your app's design system. Covers CometChatTheme, XML attributes, style classes, dark mode, and color system.5cometchat-android-v5-troubleshootingDiagnose and fix problems with a CometChat Android integration. Gradle errors, runtime crashes, rendering issues, and version compatibility.5cometchat-android-v6Entry-point dispatcher for CometChat Android UIKit v6 — routes to the correct skill based on project stack and task5cometchat-android-v6-compose-componentsCometChat Android UIKit v6 Jetpack Compose component catalog — all @Composable chat UI components, their parameters, styles, and usage5cometchat-android-v6-compose-customizationCometChat Android UIKit v6 Compose customization — BubbleFactory interface, slot lambdas, @Immutable style classes, and per-slot overrides5cometchat-android-v6-compose-themingCometChat Android UIKit v6 Jetpack Compose theming — CometChatTheme, CompositionLocal color schemes, typography, shapes, and dark mode5cometchat-android-v6-extensionsCometChat Android UIKit v6 extension architecture — DataSource/Repository pattern, custom message types, and data-layer overrides5cometchat-android-v6-featuresCometChat Android UIKit v6 feature catalog — AI features, reactions, polls, stickers, moderation, collaborative, and media features5cometchat-android-v6-kotlin-componentsCometChat Android UIKit v6 Kotlin Views component catalog — all custom View chat UI components, their properties, styles, and usage5cometchat-android-v6-kotlin-themingCometChat Android UIKit v6 Kotlin Views theming — CometChatTheme singleton, XML attributes, programmatic overrides, typography, and dark mode5cometchat-android-v6-productionCometChat Android UIKit v6 production readiness — token auth, ProGuard/R8, security checklist, release configuration5cometchat-android-v6-pushCometChat Android UIKit v6 push notifications — FCM setup, chat/call notification handling, VoIP integration, and deep-linking5cometchat-android-v6-testingCometChat Android UIKit v6 testing — unit testing ViewModels, Compose UI testing, Espresso, Maestro, and CI configuration5cometchat-android-v6-troubleshootingCometChat Android UIKit v6 troubleshooting — diagnostic table, common issues, and fixes for both Kotlin Views and Compose stacks5cometchat-angular-coreFoundational rules for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone-component setup, UIKitSettingsBuilder init, Promise-based…5cometchat-angular-productionProduction-readiness for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — server-minted auth tokens via…5cometchat-angular-componentsComponent catalog for the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone <cometchat-*> selectors, verified @Input bindings, @Output…4cometchat-angular-customizationCustomize the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) without forking — four-tier model: Angular @Input slot views → request builders →…4cometchat-angular-featuresFeature catalog for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — how to enable/configure calls, reactions, mentions, AI (smart replies /…4cometchat-angular-patternsAngular-specific integration patterns for CometChat UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone bootstrap with main.ts init-before-bootstrap,…4cometchat-angular-placementWhere to put chat in an Angular UI Kit v5 app — Route-based, Sidebar, Modal/Dialog, Tab-based, and Embedded placements.4cometchat-android-v5-callsCometChat Calls SDK v5 integration for native Android (V5 stable, Java + Kotlin Views).2cometchat-android-v6-callsCometChat Calls v6 integration for native Android (V6 stable, GA 2026-05-25 — Compose + Kotlin Views).1cometchat-android-v6-migrationV5→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 —…1cometchat-angular-callsCometChat Calls integration for Angular UI Kit v5 (@cometchat/chat-uikit-angular@5).—cometchat-angular-pushPush notifications for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — web push via Firebase Cloud Messaging (FCM) + the CometChat…—