migrate-from-intercom

Installation
SKILL.md

Migrate from Intercom to Gleap

Guides users through replacing Intercom with Gleap in their codebase. Covers client-side SDK swap and server-side API migration.

Detect Intercom

Search the codebase for Intercom integration. Use Grep to find:

Package references

  • package.json: @intercom/messenger-js-sdk, intercom-client, @intercom/intercom-react-native
  • Podfile: pod 'Intercom'
  • build.gradle: io.intercom.android:intercom-sdk
  • pubspec.yaml: intercom_flutter
  • composer.json: intercom/intercom-php
  • Gemfile: intercom-rails, intercom-ruby
Installs
73
First Seen
Feb 18, 2026
migrate-from-intercom — gleapsdk/agent-skills