cometchat

64 mods across 2 repositories, 156 stars between them.

cometchat-skills

01

cometchat/cometchat-skills

Plugin Claude Code

CometChat AI-coding skills — add real-time chat, voice/video calls, and AI features to any React, Next.js, React Router, Astro, React Native, Angular, native Android, native iOS, or Flutter project via your AI coding agent.

91 25d ago A tokens not measured

cometchat/cometchat-skills

Skill Claude CodeCodex

Integration patterns for bare React Native CLI projects — pod install, Info.plist + AndroidManifest permissions, Apple privacy manifest, native module linking, Metro config.

91 25d ago A 40 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 46 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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

91 25d ago A 36 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

Customize the CometChat React Native UI Kit without forking — four-tier model: props → request builders → text formatters + message templates → DataSource decorators + event bus.

91 25d ago A 43 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 59 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 42 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago B 55 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 60 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 63 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 54 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago C 68 tokens

cometchat

14

cometchat/cometchat-skills

Skill Claude CodeCodex

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

91 25d ago A 33 tokens

cometchat-a11y

15

cometchat/cometchat-skills

Skill Claude CodeCodex

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…

91 25d ago A 108 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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…

91 25d ago A 140 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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

91 25d ago A 42 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 47 tokens

cometchat/cometchat-skills

Skill Claude CodeCodex

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.

91 25d ago A 53 tokens