intercom-pack
Claude Code skill pack for Intercom (24 skills)
Installation
Open Claude Code and run this command:
/plugin install intercom-pack@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
> 24 Claude Code skills for building production Intercom integrations with the intercom-client TypeScript SDK
Skills (24) plugin-local skills
Configure CI/CD pipelines for Intercom integrations with GitHub Actions.
Diagnose and fix Intercom API errors by HTTP status code and error type.
Manage Intercom contacts: create, search, update, merge leads into users.
Manage Intercom conversations: create, reply, close, snooze, assign, and tag.
Optimize Intercom API costs through caching, request reduction, and usage monitoring.
Implement Intercom data handling for GDPR, contact export, data retention, and PII.
Collect Intercom debug evidence for support tickets and troubleshooting.
Deploy Intercom integrations to Vercel, Fly.
Configure Intercom enterprise OAuth, admin roles, and app-level access control.
Create a minimal working Intercom example with contacts, conversations, and messages.
Execute Intercom incident response procedures with triage, mitigation, and postmortem.
Install and configure Intercom API authentication with access tokens or OAuth.
Configure Intercom local development with testing, mocking, and hot reload.
Use when migrating from Zendesk/Freshdesk/HelpScout to Intercom, bulk-importing contacts, or re-platforming to Intercom with the contacts, conversations, and articles APIs.
Configure Intercom across development, staging, and production workspaces.
Use when you need production monitoring for an Intercom integration — instrumenting API calls with metrics and traces, standing up dashboards, or wiring alerts for error rate, latency, and rate-limit health.
Optimize Intercom API performance with caching, search optimization, and pagination.
Execute Intercom production readiness checklist and rollback procedures.
Handle Intercom API rate limits with backoff, queuing, and header monitoring.
Implement Intercom reference architecture with layered project structure.
Apply production-ready intercom-client SDK patterns for TypeScript.
Apply Intercom security best practices for tokens, webhook verification, and scopes.
Upgrade the intercom-client SDK across major versions and handle Intercom API version changes safely.
Implement Intercom webhook handling and data event tracking.