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
npx skills add entrig/entrig-skillsSkills are installed into your project’s .claude/skills/ directory (or the equivalent location your agent reads from).
Available skills
| Skill | What it does |
|---|---|
entrig-mcp | Set up the Entrig MCP server and create, update, list, inspect, or delete notification triggers |
entrig-flutter | Add the entrig Dart package to a Flutter project — install, native setup, code wiring, and tap handling |
entrig-react-native | Add @entrig/react-native to a bare React Native project — setup CLI, pod install, code wiring, and tap handling |
entrig-expo | Add @entrig/react-native to an Expo (managed/prebuild) project — config plugin, bundle ID, Apple Developer Portal, code wiring, and tap handling |
entrig-ios | Add the Entrig iOS SDK to a native Swift project |
entrig-android | Add the Entrig Android SDK to a native Android project |
entrig-capacitor | Add 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
.p8key uploaded (iOS targets) - API key from the Entrig dashboard