Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Category: Communication

1,651 results · page 33 of 56

  • cometchat-android-v6-eventsSkillCommunication

    React to what the CometChat Android v6 UI Kit is doing — the CometChatEvents SharedFlow bus (message, call, conversation, group, user and UI events), how to collect it in Compose vs XML Views with correct lifecycle scoping, and when to use UI-Kit events versus Chat SDK listeners. Triggers: 'listen f

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-android-v6-kotlin-customizationSkillCommunication

    Make the CometChat Android v6 UI match your app in the Kotlin XML Views cohort — theming via CometChatTheme.DayNight attributes, per-component styles, message-bubble styling, ViewHolder view slots, state views, long-press and composer menu options, text formatters, custom message rendering with Bubb

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-android-v6-migrationSkillCommunication

    Upgrade an Android app from the CometChat v5 UI Kit (Java, XML Views) to v6 (Kotlin — XML Views or Jetpack Compose): artifact and package changes, the CometChatThreadedMessagesHeader rename, LiveData→StateFlow, events→CometChatEvents SharedFlow, style objects→theme attributes/style data classes, and

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-android-v6-pushSkillCommunication

    Add push notifications (FCM) to an Android v6 CometChat app — Firebase + Dashboard provider setup, the push dependency, token registration after login, token refresh, unregister on logout, manifest/service wiring, badge count and notification navigation. THIN + docs-first: fetches the notifications

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-angular-customizationSkillCommunication

    Customize the CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) without forking — four-tier model: Angular @Input slot views → request builders → text formatters + message-action options + per-type bubble views → event bus. Standalone components, ng-template slots, no NgModule, no DataSo

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-angular-featuresSkillCommunication

    Feature catalog for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — how to enable/configure calls, reactions, mentions, AI (smart replies / conversation starter / summary), polls, stickers, collaborative doc/whiteboard, message translation, link preview. Five-bucket taxonomy: auto-en

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-angular-pushSkillCommunication

    Push notifications for CometChat Angular UI Kit v5 (@cometchat/chat-uikit-angular@5) — web push via Firebase Cloud Messaging (FCM) + the CometChat Notifications API. Covers dashboard FCM provider setup, the firebase-messaging-sw.js service worker, Notification permission, getting the FCM token, regi

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-customizationSkillCommunication

    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, event listeners, and component compositio

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v5-eventsSkillCommunication

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

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v5-messagesSkillCommunication

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

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v5-pushSkillCommunication

    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.

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v6SkillCommunication

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

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v6-componentsSkillCommunication

    The Flutter v6 UI Kit widget catalog — which drop-in widgets exist, which barrel each comes from, and how to compose or swap them (conversations, messages, users, groups, threads, calling, bubbles). Triggers: 'what cometchat widgets are there', 'customize the message list flutter', 'swap the message

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v6-eventsSkillCommunication

    React to CometChat activity in a Flutter app — SDK listeners (messages, calls, users, groups, connection) versus UI Kit events (CometChatMessageEvents, CometChatGroupEvents, CometChatUserEvents, CometChatConversationEvents), and the listener lifecycle that keeps them from leaking. Triggers: 'listen

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v6-messagesSkillCommunication

    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, CometChatImageBubble, CometCh

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-flutter-v6-pushSkillCommunication

    Add push notifications to a Flutter app with CometChat — FCM on Android, FCM/APNs on iOS, registered through CometChatNotifications with the Dashboard provider as the sender. THIN + docs-first: the Firebase setup is FETCHED from CometChat's notifications docs; this skill bakes the SDK symbols and th

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-ios-componentsSkillCommunication

    The CometChat iOS UI Kit component catalogue — what each component is for, its real API shape, and where custom UI goes. Use when picking or customising an individual component. Triggers: 'which cometchat component', 'customise the conversation row', 'add a custom view to the message list', 'ios com

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-ios-pushSkillCommunication

    Add push notifications to an iOS CometChat app — APNs registration, token handoff, tap-to-open, badge counts and VoIP call pushes. Triggers: 'push notifications cometchat ios', 'apns cometchat', 'open chat from notification ios', 'voip push call ios'.

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-native-callsSkillCommunication

    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,

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-native-customizationSkillCommunication

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

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-native-pushSkillCommunication

    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.

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • cometchat-react-pushSkillCommunication

    Push notifications for CometChat React UI Kit v6 in Vite / Next.js / React Router / Astro projects. Recommended path is CometChat-native web push via Firebase Cloud Messaging for Web — `CometChatNotifications.registerPushToken(token, PushPlatforms.FCM_WEB)` + a dashboard FCM provider, so CometChat's

    Ready to connect★ 105

    github.com/cometchat/cometchat-skills105 stars

    View details
  • contentSkillCommunication

    Generate posts, essays and images following brand guidelines. Use for tweets, essays, Telegram posts, and image generation. Load identity from ~/CybosVault/private/context/identity.md.

    Ready to connect★ 105

    github.com/gerstep/cybos105 stars

    View details
  • telegramSkillCommunication

    Process Telegram messages via GramJS MTProto client. Read messages, generate AI drafts, save drafts, and create intro groups. Use when handling Telegram conversations or facilitating introductions.

    Ready to connect★ 105

    github.com/gerstep/cybos105 stars

    View details
  • ade-mosaicSkillCommunication

    Use this skill when you want to ask the user for structured input (choices, toggles, numbers, short text, approvals) inside an ADE chat. Emit a fenced mosaic code block and ADE renders it as a native interactive card; the user's answers come back as your next user message.

    Ready to connect★ 104

    github.com/arul28/ade100 stars

    View details
  • community-pulseSkillCommunication

    Weekly read on Discord community health — joins, active channels, top contributors, themes, and unanswered questions

    Ready to connect★ 102

    github.com/cognyai/claude-code-marketing-skills102 stars

    View details
  • coordinate-recoverSkillCommunication

    Diagnose and safely resume Coordinate Agents Tasks after executable failure, non-zero exit, timeout, stale claim, processing message, or Implementer ERROR. Recovery is explicit and never an automatic retry loop.

    Ready to connect★ 102

    github.com/hogancv/coordinate-agents102 stars

    View details
  • drop-off-rescueSkillCommunication

    Find contacts stalled at funnel stages (abandoned cart, signed-up-but-no-trial, trial-but-no-convert), draft stage-appropriate re-engagement emails, and schedule sends via your ESP — with dedupe so weekly reruns never double-send

    Ready to connect★ 102

    github.com/cognyai/claude-code-marketing-skills102 stars

    View details
  • email-reportSkillCommunication

    Auto-generate the weekly or monthly email performance report in three formats — Slack update, CEO email, board-deck section — from real ESP data

    Ready to connect★ 102

    github.com/cognyai/claude-code-marketing-skills102 stars

    View details
  • pre-send-qaSkillCommunication

    Pre-flight QA for an email campaign — merge tags, broken links, spam triggers, compliance, mobile rendering — before you hit send

    Ready to connect★ 102

    github.com/cognyai/claude-code-marketing-skills102 stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

52,524 of the 52,958 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI