Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
cometchat-android-v6-push
CometChat Android UIKit v6 push notifications — FCM setup, chat/call notification handling, VoIP integration, and deep-linking
cometchat-android-v6-production
CometChat Android UIKit v6 production readiness — token auth, ProGuard/R8, security checklist, release configuration
cometchat-android-v6-kotlin-theming
CometChat Android UIKit v6 Kotlin Views theming — CometChatTheme singleton, XML attributes, programmatic overrides, typography, and dark mode
cometchat-android-v6-kotlin-placement
CometChat Android UIKit v6 Kotlin Views placement — Activity, Fragment, BottomSheet, Tab, and Intent navigation patterns
cometchat-android-v6-kotlin-customization
CometChat Android UIKit v6 Kotlin Views customization — BubbleFactory abstract class, BubbleViewProvider, style classes, and per-slot overrides
cometchat-android-v6-kotlin-components
CometChat Android UIKit v6 Kotlin Views component catalog — all custom View chat UI components, their properties, styles, and usage
cometchat-android-v6-features
CometChat Android UIKit v6 feature catalog — AI features, reactions, polls, stickers, moderation, collaborative, and media features
cometchat-android-v6-extensions
CometChat Android UIKit v6 extension architecture — DataSource/Repository pattern, custom message types, and data-layer overrides
cometchat-android-v6-events
CometChat Android UIKit v6 event system — SharedFlow-based reactive event bus for messages, calls, users, groups, conversations, and UI events
cometchat-android-v6-core
CometChat Android UIKit v6 core setup — Gradle dependencies, SDK initialization, login/logout, and message sending
cometchat-android-v6-compose-theming
CometChat Android UIKit v6 Jetpack Compose theming — CometChatTheme, CompositionLocal color schemes, typography, shapes, and dark mode
cometchat-android-v6-compose-placement
CometChat Android UIKit v6 Compose placement — setContent, Compose Navigation, Dialog, BottomSheet, and Tab patterns
cometchat-android-v6-compose-customization
CometChat Android UIKit v6 Compose customization — BubbleFactory interface, slot lambdas, @Immutable style classes, and per-slot overrides
cometchat-android-v6-compose-components
CometChat Android UIKit v6 Jetpack Compose component catalog — all @Composable chat UI components, their parameters, styles, and usage
cometchat-android-v6-builder-settings
CometChat Android UIKit v6 UIKitSettings configuration — all builder options for SDK init, presence, calling, and host overrides
cometchat-android-v5
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.
cometchat-android-v5-troubleshooting
Diagnose and fix problems with a CometChat Android integration. Gradle errors, runtime crashes, rendering issues, and version compatibility.
cometchat-android-v5-theming
Customize CometChat UI to match your app's design system. Covers CometChatTheme, XML attributes, style classes, dark mode, and color system.
cometchat-android-v5-testing
Testing patterns for CometChat Android — JUnit + Mockito setup, mocking the SDK, Espresso UI tests, E2E with Maestro, and CI integration.
cometchat-android-v5-push
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.
cometchat-android-v5-production
Production readiness for CometChat Android — server-side token auth, user management CRUD, ProGuard rules, and security checklist.
cometchat-android-v5-placement
Where to put CometChat in your Android app — Activity, Fragment, BottomSheet, Dialog, Tab, or embedded patterns.