Skip to content

Agent Skills

Entrig agent skills give your AI coding agent (Claude Code, Cursor, Windsurf, etc.) the context it needs to:

  • Integrate the Entrig SDK into your app
  • Set up and use the Entrig MCP server
  • Avoid common pitfalls: simulator push, AppDelegate quirks, FCM/APNs uploads, recipient path modeling

Install

Terminal window
npx skills add entrig/entrig-skills

Skills are installed into your project’s .claude/skills/ directory (or the equivalent location your agent reads from).

Available skills

SkillWhat it does
entrig-mcpSet up the Entrig MCP server and create, update, list, inspect, or delete notification triggers
entrig-flutterAdd the entrig Dart package to a Flutter project — install, native setup, code wiring, and tap handling
entrig-react-nativeAdd @entrig/react-native to a bare React Native project — setup CLI, pod install, code wiring, and tap handling
entrig-expoAdd @entrig/react-native to an Expo (managed/prebuild) project — config plugin, bundle ID, Apple Developer Portal, code wiring, and tap handling
entrig-iosAdd the Entrig iOS SDK to a native Swift project
entrig-androidAdd the Entrig Android SDK to a native Android project
entrig-capacitorAdd the Entrig Capacitor plugin to an Ionic/Capacitor project

Prerequisites

Before the agent can do anything useful:

  • An Entrig account with Supabase connected
  • FCM service account JSON uploaded (Android targets)
  • APNs .p8 key uploaded (iOS targets)
  • API key from the Entrig dashboard