Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
cometchat-native-expo-patterns
Integration patterns for Expo managed workflow — app.json config, permissions, gesture handler setup, env vars, Expo Router file-based routing subsection.
cometchat-native-customization
Customize the CometChat React Native UI Kit without forking — four-tier model: props → request builders → text formatters + message templates → DataSource decorators + event bus.
cometchat-native-core
Shared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills. Read this first.
cometchat-native-components
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.
cometchat-native-bare-patterns
Integration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permissions, Apple privacy manifest, native module linking, Metro config.
cometchat-ios
Entry-point for CometChat iOS UI Kit integration in any Swift/iOS project. Detects the project type, gathers requirements through an interactive conversation, and writes production-quality integration code for UIKit and SwiftUI applications.
cometchat-ios-troubleshooting
Diagnose and fix common CometChat iOS integration issues — build errors, runtime errors, and debugging techniques.
cometchat-ios-theming
Customize the look and feel of CometChat iOS UI Kit — colors, fonts, styles, and dark mode support.
cometchat-ios-push
Set up push notifications for CometChat iOS apps — APNs configuration, token registration, and notification handling.
cometchat-ios-production
Production-ready CometChat iOS setup — server-side auth tokens, security best practices, and deployment checklist.
cometchat-ios-placement
WHERE to put CometChat in your iOS app — navigation patterns, tab bars, modals, and embedded views.
cometchat-ios-features
Feature catalog for CometChat iOS UI Kit — calls, reactions, polls, stickers, AI features, and extensions.
cometchat-ios-customization
Customize CometChat iOS UI Kit beyond theming — custom views, message templates, text formatters, and event handling.
cometchat-ios-core
Shared rules for CometChat iOS UI Kit v5. Always loaded alongside placement skills. Read this first.
cometchat-ios-components
Complete catalog of CometChat iOS UI Kit v5 components with correct usage patterns from official documentation.
cometchat-flutter-v6
Use when building chat with CometChat Flutter UIKit v6 (cometchat_chat_uikit). Triggers on CometChatUIKit, CometChatConversations, CometChatMessageList, CometChatMessageComposer, CometChatMessageHeader, CometChatUsers, CometChatGroups, UIKitSettings, CometChatThemeHelper, CometCh
cometchat-flutter-v6-users-groups
Use when implementing user lists, group lists, or group member management with CometChat Flutter UIKit v6. Triggers on mentions of CometChatUsers, CometChatGroups, CometChatGroupMembers, UsersBloc, GroupsBloc, UsersServiceLocator, GroupsServiceLocator, user list, group list, cont
cometchat-flutter-v6-troubleshooting
Diagnose and fix CometChat Flutter UIKit v6 integration problems. Covers init failures, login errors, UI rendering issues, keyboard problems, call failures, listener leaks, theme jank, and platform-specific build errors. Use when seeing errors, crashes, or unexpected behavior wit
cometchat-flutter-v6-theming
Use when customizing the visual appearance of CometChat Flutter UIKit v6 components. Triggers on mentions of CometChatThemeHelper, CometChatColorPalette, CometChatSpacing, CometChatTypography, CometChatThemeMode, dark mode, light mode, theme, colors, styling, custom theme, Style
cometchat-flutter-v6-production
Production readiness for CometChat Flutter UIKit v6 — server-side auth tokens, user management, Android ProGuard/R8, iOS Info.plist, minSdk, release build checklist, environment configuration, and security hardening. Use when preparing a CometChat Flutter app for production deplo
cometchat-flutter-v6-placement
Use when deciding WHERE to put CometChat in a Flutter app. Covers placement patterns: tab-based home (IndexedStack), Navigator.push messages screen, modal/bottom sheet chat, thread overlay, embedded panel, and floating widget. Includes Scaffold configuration, resizeToAvoidBottomI
cometchat-flutter-v6-migration
Use when migrating a CometChat Flutter app from UIKit v5 (cometchat_calls_uikit + GetX) to UIKit v6 (cometchat_chat_uikit unified package, no GetX). Covers import changes, dependency cleanup, GetX removal, init/login pattern changes, navigation rewrites, screen structure flatteni
cometchat-flutter-v6-messages
Use when implementing the messages screen with CometChat Flutter UIKit v6. Covers CometChatMessageList, CometChatMessageComposer, CometChatMessageHeader, MessageListBloc, MessageComposerBloc, SliverSpacing, keyboard-aware spacing, rich text toolbar, CometChatTextBubble, CometChat
cometchat-flutter-v6-features
Enable and configure features in CometChat Flutter UIKit v6 — calls, reactions, smart replies, conversation starters, stickers, mentions, rich text formatting, message translation, link preview, and AI features. Covers what's auto-enabled, what needs UIKitSettings flags, what's e