Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

cometchat-skills

يحتوي cometchat-skills على 132 من skills المجمعة من cometchat، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
132
Stars
38
محدث
2026-06-22
Forks
2
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

cometchat-angular-patterns
مطوّرو البرمجيات

Angular-specific integration patterns for CometChat UI Kit v5 (@cometchat/chat-uikit-angular@5) — standalone bootstrap with main.ts init-before-bootstrap, functional route guards (CanActivateFn), lazy standalone routes (loadComponent), NgZone correctness for SDK callbacks, OnPush change detection, and SSR/Angular-Universal considerations.

2026-06-22
cometchat-astro-patterns
مطوّرو البرمجيات

Framework-specific patterns for integrating CometChat React UI Kit v6 into Astro projects using React islands. Covers client:only rendering, island communication, CSS handling, and common pitfalls.

2026-06-22
cometchat-core
مطوّرو البرمجيات

Shared rules for CometChat React UI Kit v6. Always loaded alongside framework + placement skills. Read this first.

2026-06-22
cometchat-features
مطوّرو البرمجيات

Add features (calls, reactions, polls, file sharing, presence, etc.) to an already-integrated CometChat project. Routes to the right sub-flow based on feature type — default (already enabled), extension (API toggle), ai-feature (API toggle + OpenAI key), dashboard-only (third-party config), package-install (calls), or component-swap (rich text).

2026-06-22
cometchat-i18n
مطوّرو البرمجيات

Localization (i18n) across all CometChat UI Kit families — React, React Native, Angular, Android (V5/V6), iOS, Flutter (V5/V6). Covers CometChatLocalize.init signature differences (positional vs object), bundled languages, custom-language registration, RTL support, fallback to English, and cross-family drift risks. Cross-family — applies wherever the agent is configuring CometChat localization.

2026-06-22
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.

2026-06-22
cometchat-native-calls
مطوّرو البرمجيات

CometChat Calls SDK integration for React Native (Expo managed + bare CLI). Covers @cometchat/calls-sdk-react-native install, dual-SDK init, native module linking (iOS pods, Android Gradle), VoIP push via react-native-callkeep + react-native-voip-push-notification + @react-native-firebase/messaging, CallKit on iOS / ConnectionService on Android, foreground service correctness on Android 14+, gesture handler + reanimated peer deps, Expo-specific config plugins, and additive-vs-standalone modes.

2026-06-22
cometchat-native-core
مطوّرو البرمجيات

Shared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills. Read this first.

2026-06-22
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.

2026-06-22
cometchat-native-features
مطوّرو البرمجيات

Feature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation / link preview / collaborative doc / whiteboard / smart replies), AI agent, in-call chat. When to toggle, install, or swap.

2026-06-22
cometchat-native-troubleshooting
مطوّرو البرمجيات

Diagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS privacy manifest, Android Maven, Metro cache, permissions, calls, extensions, v4-to-v5 upgrade. For push-specific symptoms see cometchat-native-push § 12.

2026-06-22
cometchat-nextjs-patterns
مطوّرو البرمجيات

Framework-specific patterns for integrating CometChat React UI Kit v6 into Next.js projects (App Router and Pages Router). Covers SSR prevention, provider setup, route placement, API routes, and common pitfalls.

2026-06-22
cometchat-react-patterns
مطوّرو البرمجيات

Framework-specific patterns for integrating CometChat React UI Kit v6 into React projects (Vite or CRA). Covers provider setup, routing, layout integration, env vars, and common pitfalls.

2026-06-22
cometchat-react-router-patterns
مطوّرو البرمجيات

Framework-specific patterns for integrating CometChat React UI Kit v6 into React Router projects (v6 library mode and v7 framework mode). Covers SSR prevention, routing patterns, outlet nesting, and common pitfalls.

2026-06-22
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.

2026-06-18
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.

2026-06-18
cometchat-native-core
مطوّرو الويب

Shared rules for CometChat React Native UI Kit v5. Always loaded alongside framework (expo/bare) and placement skills. Read this first.

2026-06-18
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.

2026-06-18
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.

2026-06-18
cometchat-native-features
مطوّرو الويب

Feature catalog for React Native — calls (separate SDK + WebRTC), extensions (polls / stickers / translation / link preview / collaborative doc / whiteboard / smart replies), AI agent, in-call chat. When to toggle, install, or swap.

2026-06-18
cometchat-native-placement
مطوّرو الويب

Where to put chat in a React Native app — Stack screen, BottomTab, Modal, BottomSheet, Embedded. Maps each to CometChat component composition with ASCII layout references.

2026-06-18
cometchat-native-production
مطوّرو البرمجيات

Production-readiness for React Native — server-minted auth tokens, user management CRUD, external-backend recipes (Express / Hono / Firebase Functions / Vercel Serverless). RN has no API routes, so the backend is always external.

2026-06-18
cometchat-native-push
مطوّرو البرمجيات

Push notifications for React Native CometChat — APNs + FCM setup, dashboard provider configuration, client registration, token lifecycle, foreground display, background wake, tap-to-deep-link, and the Expo Go / APNs-environment traps that silently break production.

2026-06-18
cometchat-native-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing patterns for CometChat React Native — Jest + React Native Testing Library setup, mocking the UI Kit + SDK, testing custom bubbles / headers / composer actions, snapshot pitfalls, E2E with Detox vs Maestro, and CI integration. Covers what to test vs what to skip.

2026-06-18
cometchat-native-theming
مطوّرو البرمجيات

CometChatThemeProvider + CometChatI18nProvider — color tokens, typography, dark mode, per-component style overrides, and localization (18 built-in languages + custom translations). The JS theme object replaces CSS variables.

2026-06-18
cometchat-native-troubleshooting
مطوّرو البرمجيات

Diagnose CometChat React Native UI Kit integration failures — init/login, gesture handler, pod install, iOS privacy manifest, Android Maven, Metro cache, permissions, calls, extensions, v4-to-v5 upgrade. For push-specific symptoms see cometchat-native-push § 12.

2026-06-18
cometchat
مطوّرو البرمجيات

Entry-point for CometChat integration. Guides a multi-step interactive conversation to understand the project, gather requirements, and write production-quality integration code.

2026-06-18
cometchat-a11y
مصممو واجهات الويب والرقمية

Accessibility (a11y) for CometChat UI Kit integrations across all families — React, React Native, Angular, Android (V5/V6), iOS, Flutter. Covers WCAG 2.1 AA targets, keyboard navigation in chat, screen reader announcements (live regions for new messages), color contrast, focus management on call screens, motion-reduction support, and the cross-family checks that catch the common production a11y bugs. Cross-family — applies wherever the agent is checking accessibility.

2026-06-18
cometchat-android-v5-calls
مطوّرو البرمجيات

CometChat Calls SDK v5 integration for native Android (V5 stable, Java + Kotlin Views). Covers SDK setup (Cloudsmith Maven, CallAppSettings, init), the dual-SDK ringing pattern (Chat SDK initiateCall + Calls SDK joinSession), session settings, event listeners, call logs, recording, screen sharing, picture-in-picture, foreground service for ongoing calls, VoIP push via FCM + ConnectionService, audio/video/participant controls, custom UI, and in-call chat. Use in standalone mode (calls is the product) or additive mode (calls layered on top of an existing CometChat Android v5 chat integration).

2026-06-18
cometchat-android-v5-components
مطوّرو البرمجيات

Complete catalog of CometChat Android UI Kit v5 components. Reference before writing integration code — never invent component names.

2026-06-18
cometchat-android-v5-core
مطوّرو البرمجيات

Foundational rules for CometChat Android UI Kit v5. Initialization, login, UIKitSettings builder, dependency setup, and anti-patterns. Read this first.

2026-06-18
cometchat-android-v5-customization
مطوّرو البرمجيات

Customize CometChat components beyond theming — custom message templates, DataSource decorators, event listeners, and custom view slots.

2026-06-18
cometchat-android-v5-extensions
مطوّرو البرمجيات

Extension architecture for CometChat Android — ExtensionsDataSource, decorators, built-in extensions, and how to create custom extensions.

2026-06-18
cometchat-android-v5-features
مطوّرو البرمجيات

Add features (calls, reactions, polls, file sharing, AI, etc.) to an already-integrated CometChat project. Routes to the right sub-flow based on feature type.

2026-06-18
cometchat-android-v5-placement
مطوّرو البرمجيات

Where to put CometChat in your Android app — Activity, Fragment, BottomSheet, Dialog, Tab, or embedded patterns.

2026-06-18
cometchat-android-v5-production
مطوّرو البرمجيات

Production readiness for CometChat Android — server-side token auth, user management CRUD, ProGuard rules, and security checklist.

2026-06-18
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.

2026-06-18
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.

2026-06-18
cometchat-android-v5-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing patterns for CometChat Android — JUnit + Mockito setup, mocking the SDK, Espresso UI tests, E2E with Maestro, and CI integration.

2026-06-18
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.

2026-06-18
عرض أهم 40 من أصل 132 skills مجمعة في هذا المستودع.