Skip to main content

这个仓库中的 skills

cometchat/cometchat-skills - 第 3 页

SkillsMP 已收集 cometchat/cometchat-skills 中的 132 个 Skill。打开任一 Skill 可查看来源和详情。

cometchat/cometchat-skills

已展示 40 / 132 个已收集 Skill。

职业分类
软件开发工程师
描述

Complete catalog of CometChat React UI Kit v6 components. Reference before writing integration code -- never invent component names.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Customize a CometChat React UI Kit integration beyond what `cometchat init` and `cometchat apply-feature` produce — custom message bubbles, custom header views, custom subtitle views, custom empty/loading states, custom action menus, request builder filters,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with CometChat Flutter UIKit v5 conversation list component. Triggers on CometChatConversations, conversation list, recent chats.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing any code that uses CometChat Flutter UIKit v5 (cometchat_chat_uikit v5.2.14, cometchat_calls_uikit v5.0.15, cometchat_uikit_shared v5.2.3). Contains hard rules that prevent silent failures.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when customizing CometChat Flutter UIKit v5 beyond props — custom bubbles, templates, DataSource decorators, slot views, formatters.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with CometChat Flutter UIKit v5 event system. Triggers on CometChatMessageEvents, CometChatUserEvents, CometChatGroupEvents, CometChatCallEvents, CometChatUIEvents, listeners.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with CometChat Flutter UIKit v5 message components. Triggers on CometChatMessageList, CometChatMessageComposer, CometChatCompactMessageComposer, CometChatMessageHeader, threads.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when preparing a CometChat Flutter UIKit v5 app for production. Covers auth tokens, ProGuard, environment config, security hardening.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing push notifications with CometChat Flutter UIKit v5. Covers FCM (Android), APNs (iOS), VoIP calls, token lifecycle, local notifications, and tap-to-navigate.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building chat with CometChat Flutter UIKit v5 (cometchat_chat_uikit v5.2.14, cometchat_calls_uikit v5.0.15). Orchestrator skill that routes to feature-specific skills.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Testing patterns for CometChat Flutter UIKit v5 (GetX-based). Covers flutter_test (built-in), mocktail for SDK mocking, widget tests around CometChat widgets, integration_test for real-device flows, golden tests for theming, and CI on GitHub Actions /…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when customizing the visual appearance of CometChat Flutter UIKit v5 components. Triggers on CometChatThemeHelper, CometChatColorPalette, CometChatSpacing, CometChatTypography, Style classes, merge().

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when debugging CometChat Flutter UIKit v5 issues. Symptom-to-cause lookup, verify checks, common errors, drift detection.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with CometChat Flutter UIKit v5 user and group list components. Triggers on CometChatUsers, CometChatGroups, CometChatGroupMembers, CometChatChangeScope.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Complete catalog of CometChat Flutter UI Kit v6 widgets. Reference before writing integration code — never invent widget names. Covers all chat components (conversations, messages, users, groups), call components (buttons, incoming, outgoing, ongoing, call…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing the conversations list with CometChat Flutter UIKit v6. Triggers on mentions of CometChatConversations, ConversationsBloc, ConversationsState, ConversationsLoaded, ConversationsServiceLocator, conversation list, recent chats, unread…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Customize CometChat Flutter UIKit v6 beyond defaults — four tiers: props/view slots, request builders, text formatters + message templates, and BubbleFactory/DataSource. Use when the user wants custom bubbles, custom headers, custom list items, custom message…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with real-time events, SDK listeners, or UI event streams in CometChat Flutter UIKit v6. Triggers on mentions of CometChatMessageEvents, CometChatUserEvents, CometChatGroupEvents, CometChatCallEvents, CometChatConversationEvents,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing the messages screen with CometChat Flutter UIKit v6. Covers CometChatMessageList, CometChatMessageComposer, CometChatMessageHeader, MessageListBloc, MessageComposerBloc, SliverSpacing, keyboard-aware spacing, rich text toolbar,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Push notifications for CometChat Flutter UIKit v6 (stable, Bloc-based). Covers firebase_messaging setup for FCM (Android) + APNs (iOS via Firebase), CometChat dashboard PushPlatform configuration, token registration via the Notifications SDK, background…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building chat with CometChat Flutter UIKit v6 (cometchat_chat_uikit). Triggers on CometChatUIKit, CometChatConversations, CometChatMessageList, CometChatMessageComposer, CometChatMessageHeader, CometChatUsers, CometChatGroups, UIKitSettings,…

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Testing patterns for CometChat Flutter UIKit v6 (stable, Bloc-based). Covers flutter_test + bloc_test for Bloc unit tests, mocktail for SDK mocking, widget tests around the Bloc-driven CometChat widgets, integration_test for real-device flows, golden tests…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Complete catalog of CometChat iOS UI Kit v5 components with correct usage patterns from official documentation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Customize CometChat iOS UI Kit beyond theming — custom views, message templates, text formatters, and event handling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Feature catalog for CometChat iOS UI Kit — calls, reactions, polls, stickers, AI features, and extensions.

原文语言:英语

更新
职业分类
软件开发工程师
描述

WHERE to put CometChat in your iOS app — navigation patterns, tab bars, modals, and embedded views.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Production-ready CometChat iOS setup — server-side auth tokens, security best practices, and deployment checklist.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Set up push notifications for CometChat iOS apps — APNs configuration, token registration, and notification handling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Testing patterns for CometChat iOS UI Kit v5 in Swift / SwiftUI / UIKit projects. Covers XCTest setup, mocking CometChatSDK + CometChatUIKitSwift via protocols, snapshot testing with iOSSnapshotTestCase, async/await test helpers, UI testing for full chat…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Customize the look and feel of CometChat iOS UI Kit — colors, fonts, styles, and dark mode support.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagnose and fix common CometChat iOS integration issues — build errors, runtime errors, and debugging techniques.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
已展示 40 / 132 个已收集 Skill。