entrig-android
Installation
SKILL.md
Entrig — Native Android
Wires the com.entrig:entrig library into a native Android project. Push notifications based on database triggers for apps built with Supabase as backend.
Pre-flight
Read the project first:
- Is this a native Android project? (
build.gradleorbuild.gradle.ktswithcom.android.application— if not, stop) - What is the minimum SDK version? (must be API 24+)
- How is auth handled? (search for sign-in/sign-out patterns and Supabase auth usage)
- Does the project already have a custom
Applicationclass? (checkAndroidManifest.xmlforandroid:name)
Only ask the user about what's genuinely unclear or missing. If the Entrig API key is missing, ask them to copy it from https://app.entrig.com → project settings.
Quick integration
1. Add dependency
Related skills